Checks performed before uploading
===

Unapproved Queues: (no stress-ng)
https://launchpad.net/ubuntu/bionic/+queue?queue_state=1&queue_text=stress-ng
https://launchpad.net/ubuntu/disco/+queue?queue_state=1&queue_text=stress-ng
https://launchpad.net/ubuntu/eoan/+queue?queue_state=1&queue_text=stress-ng

        $ package='stress-ng'; \
          releases='bionic disco eoan'; \
          for release in $releases; \
          do \
            echo "Checking the Unapproved queue of release '$release'"; \
            echo; \
            curl -sL 
"https://launchpad.net/ubuntu/${release}/+queue?queue_state=1&queue_text=${package}";
 \
              | grep 'The Unapproved queue is empty.' \
                  || echo " ... The Unapproved queue has matches for 
'$package'"; \
            echo; 
          done

Pending SRU: (no stress-ng)
https://people.canonical.com/~ubuntu-archive/pending-sru.html

        $ package='stress-ng'; \
          curl -sL 
https://people.canonical.com/~ubuntu-archive/pending-sru.html | grep -e '^<h3>' 
-e "$package"

Upgrade Path: (ok along B/D/E/F)
---

Current Versions:
$ rmadison stress-ng | cut -d, -f1
...
 stress-ng | 0.09.25-1               | bionic/universe           | source
 stress-ng | 0.09.25-1ubuntu4        | bionic-updates/universe   | source
 stress-ng | 0.09.57-0ubuntu2        | disco/universe            | source
 stress-ng | 0.09.57-0ubuntu3        | disco-updates/universe    | source
 stress-ng | 0.10.07-1               | eoan/universe             | source
 stress-ng | 0.10.07-1ubuntu1        | eoan-updates/universe     | source
 stress-ng | 0.10.12-1               | focal/universe            | source

Next Versions:

$ grep -m1 '^+stress-ng' */dput*/*.debdiff
bionic/dput-bionic/lp1851553_bionic.debdiff:+stress-ng (0.09.25-1ubuntu5) 
bionic; urgency=medium
disco/dput-disco/lp1851553_disco.debdiff:+stress-ng (0.09.57-0ubuntu4) disco; 
urgency=medium
eoan/dput-eoan/lp1851553-eoan.debdiff:+stress-ng (0.10.07-1ubuntu2) eoan; 
urgency=medium

Upgrade Path:

bionic-updates -> bionic-proposed:
$ dpkg --compare-versions 0.09.25-1ubuntu4 lt 0.09.25-1ubuntu5 && echo TRUE || 
echo FALSE
TRUE

bionic-proposed -> disco-updates:
$ dpkg --compare-versions 0.09.25-1ubuntu5 lt 0.09.57-0ubuntu3 && echo TRUE || 
echo FALSE
TRUE

disco-updates -> disco-proposed:
$ dpkg --compare-versions 0.09.57-0ubuntu3 lt 0.09.57-0ubuntu4 && echo TRUE || 
echo FALSE
TRUE

disco-proposed -> eoan-updates:
$ dpkg --compare-versions 0.09.57-0ubuntu4 lt 0.10.07-1ubuntu1 && echo TRUE || 
echo FALSE
TRUE

eoan-updates -> eoan-proposed:
$ dpkg --compare-versions 0.10.07-1ubuntu1 lt 0.10.07-1ubuntu2 && echo TRUE || 
echo FALSE
TRUE

eoan-proposed -> focal:
$ dpkg --compare-versions 0.10.07-1ubuntu2 lt 0.10.12-1 && echo TRUE || echo 
FALSE
TRUE


Changelog:

- LP: #<number> / ok
- d/p/file.patch matches actual filename and series file / ok

Patch:
- DEP3 headers: Origin/From, Subject/Description, Bug-Ubuntu. / ok
- Backport description / ok

Patch Series:
- Sequence number / ok


Build test:

- PPA with -updates / ok
- PPA with -proposed / ok
(comment #5)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1851553

Title:
  stress-ng-af-alg: bind failed, errno=110 (Connection timed out)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/stress-ng/+bug/1851553/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to