From e7ae52a1ea297e2eeadbc5a05e2dbbe6155b53c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Fri, 28 Mar 2025 11:04:31 +0000 Subject: [PATCH] config: add finish timestamp --- helpers/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/config b/helpers/config index 030f582..e64b6f7 100755 --- a/helpers/config +++ b/helpers/config @@ -222,7 +222,7 @@ cd .. mv source $PACKAGE-$FULLVERSION dpkg-source -b -I.falsefileextension99 $PACKAGE-$FULLVERSION rm -rf ${LOCAL_APT} -echo "Trisquel source package built!" +echo -e "Trisquel source package built! - $(date -R)\n" notify_found_distro_match_on_debian_rules }