diff options
Diffstat (limited to 'bin/reproducible_create_meta_pkg_sets.sh')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index 6aba06d7..d10f231e 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -82,13 +82,13 @@ update_if_similar() { update_target fi else - echo "$(date) - $TARGET not updated, $TMPFILE is empty." + echo "$(date -u) - $TARGET not updated, $TMPFILE is empty." fi } get_installable_set() { set +e - echo "$(date) - Calculating the installable set for $1" + echo "$(date -u) - Calculating the installable set for $1" dose-deb-coinstall --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2} > $TMPFILE RESULT=$? if [ $RESULT -ne 0 ] ; then |