[Piuparts-devel] [Git][debian/piuparts][master] 7 commits: pejacevic: update enabled suites for bullseye as stable, bookworm as testing
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Oct 14 14:29:40 BST 2021
Holger Levsen pushed to branch master at Debian / piuparts
Commits:
df7b430d by Nicolas Dandrimont at 2021-08-17T11:02:11+02:00
pejacevic: update enabled suites for bullseye as stable, bookworm as testing
- - - - -
e897f7c4 by Nicolas Dandrimont at 2021-08-17T11:13:40+02:00
Add news for the bullseye update
- - - - -
e62b812a by Nicolas Dandrimont at 2021-08-17T11:13:59+02:00
Fix perjacevic typo in docs
- - - - -
278b808a by Nicolas Dandrimont at 2021-08-17T11:26:51+02:00
Merge branch 'master' into develop
- - - - -
d02693ec by David Steele at 2021-09-17T11:45:53-04:00
Remove oldstable results from summary.json
https://alioth-lists.debian.net/pipermail/piuparts-devel/2021-August/009327.html
- - - - -
dd47fa09 by Athos Ribeiro at 2021-10-14T15:18:05+02:00
d/rules: set GO111MODULE to auto
This will ensure pre Go 1.16 behavior is maintained once Debian migrates
to Go 1.16
Signed-off-by: Athos Ribeiro <athos.ribeiro at canonical.com>
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
e3be3151 by Holger Levsen at 2021-10-14T15:23:38+02:00
release as 1.1.5
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
5 changed files:
- debian/changelog
- debian/rules
- docs/README_pejacevic.txt
- htdocs/news.tpl
- instances/piuparts.conf-template.pejacevic
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+piuparts (1.1.5) unstable; urgency=medium
+
+ [ Nicolas Dandrimont ]
+ * pejacevic: update enabled suites for bullseye as stable, bookworm as
+ testing.
+ * Add news for the bullseye update.
+ * Fix perjacevic typo in docs.
+
+ [ David Steele ]
+ * Remove oldstable results from summary.json.
+
+ [ Athos Ribeiro ]
+ * d/rules: set GO111MODULE to auto to maintain pre Go 1.16 behavior. Closes: #991970.
+ (MR: debian/piuparts!35)
+
+ -- Holger Levsen <holger at debian.org> Thu, 14 Oct 2021 15:23:26 +0200
+
piuparts (1.1.4) unstable; urgency=medium
[ David Steele ]
=====================================
debian/rules
=====================================
@@ -4,6 +4,7 @@
#export DH_VERBOSE=1
export GOCACHE := $(CURDIR)/.gocache
+export GO111MODULE := auto
%:
dh $@ --with python3
=====================================
docs/README_pejacevic.txt
=====================================
@@ -8,8 +8,8 @@
.. _top3:
-README_perjacevic
-=================
+README_pejacevic
+================
:blue:`Notes about the piuparts installation on pejacevic.debian.org and it's slave(s)`
=====================================
htdocs/news.tpl
=====================================
@@ -4,6 +4,12 @@
News
</td>
</tr>
+ <tr class="normalrow">
+ <td class="contentcell2">
+ <b>2021-08-16</b>
+ Update the list of suites for the new (old)stable and testing, after the release of bullseye on August 15th.
+ </td>
+ </tr>
<tr class="normalrow">
<td class="contentcell2">
<b>2020-04-29</b>
=====================================
instances/piuparts.conf-template.pejacevic
=====================================
@@ -191,8 +191,14 @@ sections =
sid-merged-usr
sid-broken-symlinks
testing2sid
+ bookworm
+ bookworm-rcmd
bullseye
bullseye-rcmd
+ bullseye-security
+ bullseye-pu
+# bullseye-next
+ bullseye2next
stable2sid
stable22sid
buster
@@ -497,8 +503,31 @@ piuparts-flags =
distro = oldstable
upgrade-test-distros = oldstable stable testing
-[bullseye]
+[bookworm]
precedence = 3
+piuparts-flags =
+ --scriptsdir /etc/piuparts/scripts-log-alternatives
+ %(flags-default)s
+ %(flags-start-bookworm)s
+ %(flags-end-bookworm)s
+distro = bookworm
+
+
+[bookworm-rcmd]
+precedence = 5
+json-sections = none
+description = + With recommended packages.
+piuparts-flags =
+ --install-recommends
+ %(flags-default)s
+ %(flags-start-bookworm)s
+ %(flags-end-bookworm)s
+distro = bookworm
+
+
+
+[bullseye]
+precedence = 4
piuparts-flags =
--scriptsdir /etc/piuparts/scripts-log-alternatives
%(flags-default)s
@@ -508,7 +537,7 @@ distro = bullseye
[bullseye-rcmd]
-precedence = 5
+precedence = 6
json-sections = none
description = + With recommended packages.
piuparts-flags =
@@ -518,8 +547,54 @@ piuparts-flags =
%(flags-end-bullseye)s
distro = bullseye
+
+[bullseye-security]
+precedence = 2
+json-sections = none
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-bullseye)s
+ %(flags-end-bullseye)s
+depends-sections = bullseye
+distro = bullseye-security
+
+
+[bullseye-pu]
+precedence = 3
+json-sections = none
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-bullseye)s
+ %(flags-end-bullseye)s
+depends-sections = bullseye
+distro = bullseye-proposed-updates
+
+
+[bullseye-next]
+precedence = 3
+json-sections = none
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-bullseye)s
+ %(flags-end-bullseye)s
+distro = bullseye-next
+
+
+[bullseye2next]
+precedence = 3
+json-sections = none
+piuparts-flags =
+ %(flags-default)s
+ %(flags-start-bullseye)s
+ %(flags-end-bullseye)s
+distro = bullseye
+upgrade-test-distros = bullseye bullseye-next
+
+
+
+
[buster]
-precedence = 4
+precedence = 5
piuparts-flags =
--scriptsdir /etc/piuparts/scripts-log-alternatives
%(flags-default)s
@@ -529,7 +604,7 @@ distro = buster
[buster-rcmd]
-precedence = 6
+precedence = 7
json-sections = none
description = + With recommended packages.
piuparts-flags =
@@ -541,7 +616,7 @@ distro = buster
[buster-security]
-precedence = 2
+precedence = 3
json-sections = none
piuparts-flags =
%(flags-default)s
@@ -552,7 +627,7 @@ distro = buster/updates
[buster-pu]
-precedence = 3
+precedence = 4
json-sections = none
piuparts-flags =
%(flags-default)s
@@ -563,7 +638,7 @@ distro = buster-proposed-updates
[buster-next]
-precedence = 3
+precedence = 4
json-sections = none
piuparts-flags =
%(flags-default)s
@@ -573,7 +648,7 @@ distro = buster-next
[buster2next]
-precedence = 3
+precedence = 4
json-sections = none
piuparts-flags =
%(flags-default)s
@@ -662,6 +737,7 @@ upgrade-test-distros = stretch stretch-backports
[stretch]
precedence = 5
+json-sections = none
piuparts-flags =
--scriptsdir /etc/piuparts/scripts-log-alternatives
%(flags-default)s
@@ -695,6 +771,7 @@ distro = stretch/updates
[stretch-pu]
precedence = 4
+json-sections = none
piuparts-flags =
%(flags-default)s
%(flags-start-stretch)s
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/compare/0c6cbbbf2c34bfd99f97a8ee6b32a4fcb1f85986...e3be3151eac85582a032b68870044be84116a0f3
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/compare/0c6cbbbf2c34bfd99f97a8ee6b32a4fcb1f85986...e3be3151eac85582a032b68870044be84116a0f3
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/piuparts-devel/attachments/20211014/311c6067/attachment-0001.htm>
More information about the Piuparts-devel
mailing list