Merge "stx tool: Drop the previous way to sync cengn mirror in prepare task"

This commit is contained in:
Zuul 2022-01-06 15:52:14 +00:00 committed by Gerrit Code Review
commit d860631738

View File

@ -34,10 +34,6 @@ TMPLIST=`mktemp /tmp/XXXXXX.lst`
debdownloader $TMPLIST
rm $TMPLIST
if [[ x"$CENGNURL" != x"" ]]; then
repo_manage.py mirror --url $CENGNURL
fi
if [[ x"$SOURCESLIST" != x"" ]]; then
if [[ x"$DEBLIST" == x"" ]]; then
if [[ x"$DSCLIST" == x"" ]]; then