diff --git a/stx/stx-build-tools-chart/stx-builder/configmap/stx-prepare-build b/stx/stx-build-tools-chart/stx-builder/configmap/stx-prepare-build index 587e770cf..90d4441ef 100755 --- a/stx/stx-build-tools-chart/stx-builder/configmap/stx-prepare-build +++ b/stx/stx-build-tools-chart/stx-builder/configmap/stx-prepare-build @@ -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