We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84b42a commit bc1233dCopy full SHA for bc1233d
dev/release/verify-apt.sh
@@ -96,6 +96,7 @@ if [ "${TYPE}" = "local" ]; then
96
apt_source_path+="/${distribution}/pool/${code_name}/main"
97
apt_source_path+="/a/apache-arrow-apt-source"
98
apt_source_path+="/apache-arrow-apt-source_${package_version}_all.deb"
99
+ find "${local_prefix}/apt/repositories/"
100
${APT_INSTALL} "${apt_source_path}"
101
else
102
package_version="${VERSION}-1"
0 commit comments