config: add finish timestamp

This commit is contained in:
Luis Guzmán 2025-03-28 11:04:31 +00:00
parent 1be49b69d4
commit e7ae52a1ea

View file

@ -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
}