config: add start info for package helpers

This commit is contained in:
Luis Guzmán 2025-06-12 18:54:36 -06:00
parent 5430649bee
commit 4634fc0d33

View file

@ -64,6 +64,7 @@ LP_DIFF_FILE="${PACKAGE}_${LP_VERSION}.diff.gz"
LP_DSC_FILE="${PACKAGE}_${LP_VERSION}.dsc"
fi
echo -e "> $PACKAGE helper build started - $(date -R)\n"
if [ -n "$BUILD_UNTIL" ] && (( $(echo "$BUILD_UNTIL $REVISION" | awk '{print ($1 > $2)}') )); then
echo "Skipping build of helper with BUILD_UNTIL=$BUILD_UNTIL > REVISION=$REVISION"
exit 0
@ -220,7 +221,7 @@ cd ..
mv source $PACKAGE-$FULLVERSION
dpkg-source -b -I.falsefileextension99 $PACKAGE-$FULLVERSION
rm -rf ${LOCAL_APT}
echo -e "Trisquel source package built! - $(date -R)\n"
echo -e "> Trisquel source package built! - $(date -R)\n"
notify_found_distro_match_on_debian_rules
}