diff --git a/scripts/konflux_requirements.sh b/scripts/konflux_requirements.sh index 5331bfff2..67cff3e7e 100755 --- a/scripts/konflux_requirements.sh +++ b/scripts/konflux_requirements.sh @@ -4,6 +4,8 @@ # Packages from pypi.org go to requirements.source.txt # Packages from console.redhat.com go to requirements.wheel.txt +set -x + RAW_REQ_FILE="requirements.no_hashes.txt" SOURCE_FILE="requirements.source.txt" WHEEL_FILE="requirements.wheel.txt" @@ -87,4 +89,4 @@ echo "Done!" echo "Packages from pypi.org written to: $SOURCE_HASH_FILE ($(wc -l < "$SOURCE_HASH_FILE") packages)" echo "Packages from console.redhat.com written to: $WHEEL_HASH_FILE ($(wc -l < "$WHEEL_HASH_FILE") packages)" echo "Build dependencies written to: $BUILD_FILE ($(wc -l < "$BUILD_FILE") packages)" -echo "Remember to commit $SOURCE_HASH_FILE, $WHEEL_HASH_FILE, $BUILD_FILE, pipeline configurations and push the changes" \ No newline at end of file +echo "Remember to commit $SOURCE_HASH_FILE, $WHEEL_HASH_FILE, $BUILD_FILE, pipeline configurations and push the changes"