summaryrefslogtreecommitdiff
path: root/.local/bin/autobuild.sh
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/autobuild.sh')
-rwxr-xr-x.local/bin/autobuild.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/.local/bin/autobuild.sh b/.local/bin/autobuild.sh
index d62e77b..a501b6e 100755
--- a/.local/bin/autobuild.sh
+++ b/.local/bin/autobuild.sh
@@ -26,11 +26,11 @@ main() {
. "$(librelib messages)"
setup_traps
- # Get the date as the *very* first thing
- # We get the current date instead of getting a date from git because git time is
- # non-monotonic. I mean, the system time is also non-monotonic. But at
- # day-granularity, I don't expect this to ever come up. A git-rebase or weird
- # merge could easily break things if we get the git time.
+ # Get the date as the *very* first thing We get the current date instead
+ # of getting a date from git because git time is non-monotonic. I mean,
+ # the system time is also non-monotonic. But at day-granularity, I
+ # don't expect this to ever come up. A git-rebase or a weird merge
+ # could easily break things if we get the git time.
newpkgver_date=$(LC_ALL=C date -u +%Y%m%d)
# Configuration parsing ################################################