[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: update my copyright claims

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Wed Apr 26 12:19:25 BST 2023



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
e677804c by Mattia Rizzolo at 2023-04-26T13:17:29+02:00
update my copyright claims

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

- - - - -
7a90bbd7 by Mattia Rizzolo at 2023-04-26T13:19:14+02:00
reproducible debian: keep including stretch in the produced graphs

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

- - - - -


11 changed files:

- bin/chroot-installation.sh
- bin/common-functions.sh
- bin/reproducible_build.sh
- bin/reproducible_common.sh
- bin/reproducible_create_meta_pkg_sets.sh
- bin/reproducible_html_dashboard.sh
- bin/reproducible_maintenance.sh
- bin/reproducible_scheduler.py
- bin/reproducible_setup_pbuilder.sh
- bin/schroot-create.sh
- update_jdn.sh


Changes:

=====================================
bin/chroot-installation.sh
=====================================
@@ -2,7 +2,7 @@
 # vim: set noexpandtab:
 
 # Copyright 2012-2021 Holger Levsen <holger at layer-acht.org>
-#           2018      Mattia Rizzolo <mattia at debian.org>
+#           2018-2023 Mattia Rizzolo <mattia at debian.org>
 # released under the GPLv2
 
 DEBUG=false


=====================================
bin/common-functions.sh
=====================================
@@ -2,7 +2,7 @@
 # vim: set noexpandtab:
 
 # Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
-#         © 2018      Mattia Rizzolo <mattia at mapreri.org>
+#         © 2018-2023 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv2
 
 common_cleanup() {


=====================================
bin/reproducible_build.sh
=====================================
@@ -2,7 +2,7 @@
 # vim: set noexpandtab:
 
 # Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
-#         © 2015-2018 Mattia Rizzolo <mattia at debian.org>
+#         © 2015-2023 Mattia Rizzolo <mattia at debian.org>
 # released under the GPLv2
 
 # Exit status of this script:


=====================================
bin/reproducible_common.sh
=====================================
@@ -2,7 +2,7 @@
 # vim: set noexpandtab:
 
 # Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
-#         © 2015-2022 Mattia Rizzolo <mattia at mapreri.org>
+#         © 2015-2023 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv2
 #
 # included by all reproducible_*.sh scripts, so be quiet


=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -1,6 +1,7 @@
 #!/bin/bash
 
 # Copyright 2015-2022 Holger Levsen <holger at layer-acht.org>
+#           2023      Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv2
 
 DEBUG=false


=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -2,7 +2,7 @@
 # vim: set noexpandtab:
 
 # Copyright 2014-2022 Holger Levsen <holger at layer-acht.org>
-#         © 2015-2022 Mattia Rizzolo <mattia at mapreri.org>
+#         © 2015-2023 Mattia Rizzolo <mattia at mapreri.org>
 # released under the GPLv2
 
 DEBUG=false
@@ -27,7 +27,9 @@ COMMA_VAR=""
 FIELDS[0]="datum, reproducible, FTBR, FTBFS, other, untested"
 FIELDS[1]="datum"
 for i in reproducible FTBR FTBFS other ; do
-	for j in $SUITES ; do
+	# this "stretch" here is part of a list of suites that are disable but for which
+	# we still collect stats in create_debian_png_from_table() as part of wider stats
+	for j in $SUITES stretch; do
 		FIELDS[1]="${FIELDS[1]}, ${i}_${j}"
 	done
 done


=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -2,7 +2,7 @@
 # vim: set noexpandtab:
 
 # Copyright 2014-2023 Holger Levsen <holger at layer-acht.org>
-#         © 2015-2021 Mattia Rizzolo <mattia at debian.org>
+#         © 2015-2023 Mattia Rizzolo <mattia at debian.org>
 # released under the GPLv2
 
 DEBUG=false


=====================================
bin/reproducible_scheduler.py
=====================================
@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 # -*- coding: utf-8 -*-
 #
-# Copyright © 2015-2018 Mattia Rizzolo <mattia at mapreri.org>
+# Copyright © 2015-2023 Mattia Rizzolo <mattia at mapreri.org>
 # Copyright © 2015-2022 Holger Levsen <holger at layer-acht.org>
 # Based on reproducible_scheduler.sh © 2014-2015 Holger Levsen <holger at layer-acht.org>
 # Licensed under GPL-2


=====================================
bin/reproducible_setup_pbuilder.sh
=====================================
@@ -2,7 +2,7 @@
 # vim: set noexpandtab:
 
 # Copyright 2014-2021 Holger Levsen <holger at layer-acht.org>
-#           ©    2018 Mattia Rizzolo <mattia at debian.org>
+#         © 2018-2023 Mattia Rizzolo <mattia at debian.org>
 # released under the GPLv2
 
 DEBUG=false


=====================================
bin/schroot-create.sh
=====================================
@@ -4,7 +4,7 @@
 # Copyright © 2012-2022 Holger Levsen <holger at layer-acht.org>
 #           ©      2013 Antonio Terceiro <terceiro at debian.org>
 #           ©      2014 Joachim Breitner <nomeata at debian.org>
-#           © 2015-2018 Mattia Rizzolo <mattia at debian.org>
+#           © 2015-2023 Mattia Rizzolo <mattia at debian.org>
 # released under the GPLv2
 
 DEBUG=false


=====================================
update_jdn.sh
=====================================
@@ -1,7 +1,7 @@
 #!/bin/bash
 # vim: set noexpandtab:
 # Copyright 2012-2023 Holger Levsen <holger at layer-acht.org>
-#         ©      2018 Mattia Rizzolo <mattia at debian.org>
+#         © 2018-2023 Mattia Rizzolo <mattia at debian.org>
 # released under the GPLv2
 
 # puppet / salt / ansible / fai / chef / deployme.app - disclaimer



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/0698ecb46c1fb804513935f44bdc65bbfcd0a922...7a90bbd77e5eb2a6aff2ecd97fe32faa7024ab31

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/0698ecb46c1fb804513935f44bdc65bbfcd0a922...7a90bbd77e5eb2a6aff2ecd97fe32faa7024ab31
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230426/9487c3c4/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list