[Git][reproducible-builds/reproducible-notes][master] 4 commits: Revert "Fixup notes order"

Mattia Rizzolo gitlab at salsa.debian.org
Tue Nov 6 09:50:02 CET 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
cdf18d5b by Mattia Rizzolo at 2018-11-06T08:38:33Z
Revert "Fixup notes order"

This reverts commit 6e8251a5e2970c18b4c1f25e5593c319b2bd0109.

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
9cf5e5ca by Mattia Rizzolo at 2018-11-06T08:38:49Z
fix syntax

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
da05eccc by Mattia Rizzolo at 2018-11-06T08:39:50Z
fix syntax

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
eda4d755 by Mattia Rizzolo at 2018-11-06T08:49:19Z
add a basic gitlab-ci setting to validate the syntax of the notes

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


2 changed files:

- + .gitlab-ci.yml
- packages.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -0,0 +1,12 @@
+before_script:
+  - apt-get -q update
+  - env DEBIAN_FRONTEND=noninteractive apt-get -q -y install git python3-apt python3-yaml
+
+
+test:
+  image: debian:unstable
+  script:
+    - hooks/pre-receive
+    - git clone --depth=1 https://salsa.debian.org/reproducible-builds/reproducible-misc.git misc
+    - misc/clean-notes
+    - if [ "$(git status --porcelain)" != "?? misc" ]; then echo "NOTES NOT CLEAN!" ; git diff ; exit 1 ; else echo "Then notes are clean ☺" ; fi


=====================================
packages.yml
=====================================
@@ -5618,50 +5618,9 @@ flexml:
   issues:
     - gcc_captures_build_path
 flexpart:
-  version: None
-  issues:
-    - 9
-    - .
-    - 0
-    - 2
-    - ['None']
-    - 1
-    - 9
-    - None
-    - ['None']
-    - None
-    - g
-    - f
-    - o
-    - r
-    - t
-    - r
-    - a
-    - n
-    - _
-    - m
-    - o
-    - d
-    - _
-    - c
-    - a
-    - p
-    - t
-    - u
-    - r
-    - e
-    - s
-    - _
-    - b
-    - u
-    - i
-    - l
-    - d
-    - _
-    - p
-    - a
-    - t
-    - h
+  version: 9.02-19
+  issues:
+    - gfortran_mod_captures_build_path
 flextra:
   version: 5.0-10
   issues:
@@ -15863,9 +15822,9 @@ nxcl:
   issues:
     - gcc_captures_build_path
 nyquist:
-   version:3.12+ds-3
-   issues:
-      - gcc_captures_build_path
+  version: 3.12+ds-3
+  issues:
+    - gcc_captures_build_path
 o3dgc:
   version: 0~20131011-2
   issues:
@@ -17404,8 +17363,8 @@ pgrouting:
   issues:
     - gcc_captures_build_path
 pgsphere:
-    version: 1.1.1+2018.10.13-1
-    issues: 
+  version: 1.1.1+2018.10.13-1
+  issues:
     - captures_build_path
 pgsql-asn1oid:
   version: 0.0.20100818-3.2
@@ -19150,10 +19109,10 @@ pugl:
   version: 0~svn32+dfsg0-2
   issues:
     - gcc_captures_build_path
-pulseaudio: 
-   version: 12.2-2
-   issues:
-      - random_order_in_tarball
+pulseaudio:
+  version: 12.2-2
+  issues:
+    - random_order_in_tarball
 pulseview:
   version: 0.2.0-1.2
   issues:



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/compare/62fab39af8acbdc5cc23d96fbb499c0b58381cb8...eda4d7556fa835d8dc4dbb3d99fd8df2d67eb24b

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/compare/62fab39af8acbdc5cc23d96fbb499c0b58381cb8...eda4d7556fa835d8dc4dbb3d99fd8df2d67eb24b
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/20181106/455346a5/attachment.html>


More information about the rb-commits mailing list