Hi,

This is a code error.

Please change the “arcgglist” to “archlist”.

 

slin14@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@optimcloud.com [mailto:scottk@optimcloud.com]
Sent: Thursday, September 6, 2018 6:18 PM
To: starlingx-discuss@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..]