[notes] 01/01: packages += varnish-modules; factor out a new issue

Daniel Shahaf danielsh at apache.org
Tue Sep 20 14:50:17 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 f269ff784a5f4719f406585c3d61164611777f4b
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Tue Sep 20 14:48:59 2016 +0000

    packages += varnish-modules; factor out a new issue
---
 issues.yml   | 6 +++++-
 packages.yml | 9 +++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/issues.yml b/issues.yml
index 05ff329..0274989 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1329,4 +1329,8 @@ random_order_in_sisu_javax_inject_named:
   description: |
     libsisu-maven-plugin-java generates META-INF/sisu/javax.inject.Named files in
     an apparently random order.
-
+varnish_vmodtool_random_file_id:
+  description: |
+    Modules contain a random `file_id`:
+    https://sources.debian.net/src/varnish/4.0.2-1/lib/libvcc/vmodtool.py/?hl=237:244#L237
+    Should discuss with upstream on replacing this with a constant hash.
diff --git a/packages.yml b/packages.yml
index f202bc6..f95f561 100644
--- a/packages.yml
+++ b/packages.yml
@@ -28973,14 +28973,15 @@ variantslib:
     - captures_build_path
 varnish:
   version: 4.0.2-1
-  comments: |
-    Modules contain a random `file_id`:
-    https://sources.debian.net/src/varnish/4.0.2-1/lib/libvcc/vmodtool.py/?hl=237:244#L237
-    Should discuss with upstream on replacing this with a constant hash.
   issues:
     - captures_build_path
+    - varnish_vmodtool_random_file_id
   bugs:
     - 835061
+varnish-modules:
+  version: 0.9.1-3
+  issues:
+    - varnish_vmodtool_random_file_id
 varnish-agent:
   version: 2.2~git20130708-1
   bugs:

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