From 4634fc0d3371d2772ff94fe2908ae71a4144b9a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Thu, 12 Jun 2025 18:54:36 -0600 Subject: [PATCH] config: add start info for package helpers --- helpers/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/config b/helpers/config index c42bcc2..96b479f 100755 --- a/helpers/config +++ b/helpers/config @@ -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 }