We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a24fb9 commit 69b9c1bCopy full SHA for 69b9c1b
1 file changed
tools/allpkglist.sh
@@ -56,6 +56,8 @@ done
56
share_dir="${script_path}/channels/share"
57
extra_dir="${script_path}/channels/share-extra"
58
59
+mkdir -p "${out_dir}"
60
+
61
for arch in "x86_64" "i686" "i486"; do
62
for channel in $("${tools_dir}/channel.sh" show -a "${arch}" -b -d -k zen -f); do
63
#for channel in "${script_path}/channels/releng"; do
0 commit comments