Browse Source

(trivial) contrib/make_packages.sh: print success msg when done

master
SomberNight 1 year ago
parent
commit
28169cf021
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/make_packages.sh

2
contrib/make_packages.sh

@ -51,3 +51,5 @@ export BUILD_TIME="$(LC_ALL=C TZ=UTC date +'%H:%M:%S' -d @$SOURCE_DATE_EPOCH)"
# instead of downloading the latest ones
python3 -m pip install --no-build-isolation --no-compile --no-dependencies --no-binary :all: \
-r "$CONTRIB"/deterministic-build/requirements.txt -t "$PACKAGES"
echo "Pure-python dependencies have been placed into $PACKAGES"

Loading…
Cancel
Save