[notes] 01/01: packages += open-build-service

Daniel Shahaf danielsh at apache.org
Sat Sep 24 09:15:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit af5cd5afea56a2a87fb349b2642b31a1e9e89121
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Sat Sep 24 09:10:20 2016 +0000

    packages += open-build-service
---
 packages.yml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/packages.yml b/packages.yml
index 3e87593..1d5b10b 100644
--- a/packages.yml
+++ b/packages.yml
@@ -18318,6 +18318,27 @@ open-axiom:
   version: 1.5.0~svn3056+ds-1
   bugs:
     - 778041
+open-build-service:
+  version: 2.7.1-1
+  comments: |
+    [amd64/experimental]
+    1. Captures build date by restility:
+      docs/api/restility/lib/rest_htmlprinter.rb:22:    @html.comment! "This file was generated by restility at #{Time.now}"
+    .
+    2. /usr/share/obs/api/public/assets/.sprockets-manifest-${md5sum}.json differs because mtimes inside are rendered in the local timezone:
+    │   │   │   │   │ -            "mtime": "2016-06-02T23:07:43-12:00",
+    │   │   │   │   │ +            "mtime": "2016-06-04T01:07:43+14:00",
+    Consequently, the ${md5sum} part of the filename differs, too.
+    .
+    3. Stray braces in filenames:
+    │   │   │   │ -drwxr-xr-x   0 root         (0) root         (0)        0 2016-09-16 22:54:06.000000 ./usr/share/obs/api/db/sphinx{,/
+    │   │   │   │ -drwxr-xr-x   0 root         (0) root         (0)        0 2016-09-16 22:54:06.000000 ./usr/share/obs/api/db/sphinx{,/production}/
+    │   │   │   │ +drwxr-xr-x   0 root         (0) root         (0)        0 2016-09-16 22:54:06.000000 ./usr/share/obs/api/db/sphinx/
+    │   │   │   │ +drwxr-xr-x   0 root         (0) root         (0)        0 2016-09-16 22:54:06.000000 ./usr/share/obs/api/db/sphinx/production/
+    .
+    due to brace expansion in a Makefile (works in bash but not in dash):
+    .
+      src/api/Makefile:17:  $(INSTALL) -m 0755 -d $(DESTDIR)$(OBS_API_PREFIX)/db/sphinx{,/production}
 open-coarrays:
   version: 1.6.2-2
   issues:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list