[Starlingx-discuss] Command line error: no such option: --arcgglist

Lin, Shuicheng shuicheng.lin at intel.com
Thu Sep 6 11:59:08 UTC 2018


Hi,
This is a code error.
Please change the “arcgglist” to “archlist”.

slin14 at slin14-nuc2:~/GIT/stx-tools$ git diff
diff --git a/centos-mirror-tools/dl_rpms.sh b/centos-mirror-tools/dl_rpms.sh
index 67cf792..09f6751 100755
--- a/centos-mirror-tools/dl_rpms.sh
+++ b/centos-mirror-tools/dl_rpms.sh
@@ -220,7 +220,7 @@ download () {
                     download_cmd="${SUDOCMD} yumdownloader -q ${YUMCONFOPT} ${RELEASEVER} -C --source $SFILE"
                     download_url_cmd="${SUDOCMD} yumdownloader --urls -q ${YUMCONFOPT} ${RELEASEVER} -C --source $SFILE"
                 else
-                    download_cmd="${SUDOCMD} yumdownloader -q -C ${YUMCONFOPT} ${RELEASEVER} $SFILE --arcgglist=noarch,x86_64"
+                    download_cmd="${SUDOCMD} yumdownloader -q -C ${YUMCONFOPT} ${RELEASEVER} $SFILE --archlist=noarch,x86_64"
                     download_url_cmd="${SUDOCMD} yumdownloader --urls -q -C ${YUMCONFOPT} ${RELEASEVER} $SFILE --archlist=noarch,x86_64"
                 fi
             fi

Best Regards
Shuicheng

From: scottk at optimcloud.com [mailto:scottk at optimcloud.com]
Sent: Thursday, September 6, 2018 6:18 PM
To: starlingx-discuss at lists.starlingx.io
Subject: [Starlingx-discuss] Command line error: no such option: --arcgglist

so trying this a fifth time, i see the following errors numerous times for various packages during the bash download_mirror.sh phase of the process as documented
in
https://wiki.openstack.org/wiki/StarlingX/Developer_Guide

Warning: infinipath-psm-3.3-26_g604758e_open.2.el7.x86_64.rpm not found
------ using info-5.1-4.el7 to search info-5.1-4.el7.x86_64.rpm ------
Looking for info-5.1-4.el7.x86_64.rpm...
--> run: sudo -E yumdownloader -q -C --releasever=7 info-5.1-4.el7 --arcgglist=noarch,x86_64
Command line error: no such option: --arcgglist
Usage: "yumdownloader [options] package1 [package2] [package..]


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.starlingx.io/pipermail/starlingx-discuss/attachments/20180906/662a7ef8/attachment-0001.html>


More information about the Starlingx-discuss mailing list