From 23eb1e81a231e15a61f00a14ea6bf45cb525d3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= Date: Fri, 28 Mar 2025 11:03:44 +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 f3f374d..5d100af 100755 --- a/helpers/config +++ b/helpers/config @@ -219,7 +219,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 }