[Git][reproducible-builds/reproducible-website][master] 2 commits: 2019-11: add missing bracket

Bernhard M. Wiedemann gitlab at salsa.debian.org
Tue Dec 3 20:21:36 UTC 2019



Bernhard M. Wiedemann pushed to branch master at Reproducible Builds / reproducible-website


Commits:
37801143 by Bernhard M. Wiedemann at 2019-12-03T20:18:24Z
2019-11: add missing bracket

- - - - -
30c4eb93 by Bernhard M. Wiedemann at 2019-12-03T20:19:45Z
source-date-epoch: simplify date format usage

- - - - -


2 changed files:

- _docs/source-date-epoch.md
- _reports/2019-11.md


Changes:

=====================================
_docs/source-date-epoch.md
=====================================
@@ -121,11 +121,11 @@ my $date = strftime("%Y-%m-%d", gmtime($ENV{SOURCE_DATE_EPOCH} || time));
 ### Makefile
 
 ```
-DATE_FMT = %Y-%m-%d
+DATE_FMT = +%Y-%m-%d
 ifdef SOURCE_DATE_EPOCH
-    BUILD_DATE ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "+$(DATE_FMT)" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "+$(DATE_FMT)" 2>/dev/null || date -u "+$(DATE_FMT)")
+    BUILD_DATE ?= $(shell date -u -d "@$(SOURCE_DATE_EPOCH)" "$(DATE_FMT)" 2>/dev/null || date -u -r "$(SOURCE_DATE_EPOCH)" "$(DATE_FMT)" 2>/dev/null || date -u "$(DATE_FMT)")
 else
-    BUILD_DATE ?= $(shell date "+$(DATE_FMT)")
+    BUILD_DATE ?= $(shell date "$(DATE_FMT)")
 endif
 ```
 


=====================================
_reports/2019-11.md
=====================================
@@ -61,7 +61,7 @@ draft: true
 * Submitted patches to
     * [`brp-check-suse`](https://github.com/openSUSE/brp-check-suse/pull/29) (to strip LTO data from .o files)
     * [`pcc`](https://build.opensuse.org/request/show/745529) (fix FTBFS from LTO .a files)
-    * [`nulloy`](https://build.opensuse.org/request/show/746033) (zip, [already upstream](https://github.com/nulloy/nulloy/pull/149)
+    * [`nulloy`](https://build.opensuse.org/request/show/746033) (zip, [already upstream](https://github.com/nulloy/nulloy/pull/149))
     * [`cardpeek`](https://build.opensuse.org/request/show/746648) (fixup a previous patch)
     * [`cecilia`](https://build.opensuse.org/request/show/750463) (strip date+time in png)
     * [`abseil-cpp`](https://build.opensuse.org/request/show/750468) (sort find/readdir)



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/4da0b98047735ed57f7d33ea4e5c99b2b729fdb6...30c4eb936c8998fd7968e39467876df7483d6cc4

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/4da0b98047735ed57f7d33ea4e5c99b2b729fdb6...30c4eb936c8998fd7968e39467876df7483d6cc4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20191203/c8d9f154/attachment.htm>


More information about the rb-commits mailing list