File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020pushd " $PACKAGES_DIR "
2121# Update module digest so that pr.groovy can ensure it is run after each module change
22- cat $( find openshift/ -name ' *.py' | sort) | md5sum > $DIR /rebuild_module.digest
23- ENCODED_TGZ=$( tar c --owner=0 --numeric-owner --group=0 --mtime=' UTC 2019-01-01' $( find openshift/ -name ' *.py' | sort) | gzip -c -n | base64 --wrap=0)
22+ cat $( find openshift/ -name ' *.py' | sort -d ) | md5sum > $DIR /rebuild_module.digest
23+ ENCODED_TGZ=$( tar c --owner=0 --numeric-owner --group=0 --mtime=' UTC 2019-01-01' $( find openshift/ -name ' *.py' | sort -d ) | gzip -c -n | base64 --wrap=0)
2424popd
2525
2626echo " #!/usr/bin/env python" > $OUTPUT_FILE
@@ -45,4 +45,4 @@ done < "$TEMPLATE_FILE"
4545if [[ " $replaced " != " 1" ]]; then
4646 echo " Unable to find replacement pattern in template"
4747 exit 1
48- fi
48+ fi
You can’t perform that action at this time.
0 commit comments