~ubuntu-server subscription changes

2024-02-02 Thread robie . basak
The following subscriptions are missing:
  ruby3.2
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2024-01-24 Thread robie . basak
The following subscriptions are missing:
  php8.3
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2024-01-23 Thread robie . basak
The following subscriptions are missing:
  runc-app
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-11-29 Thread robie . basak
The following subscriptions are missing:
  libclass-inspector-perl
  libemail-messageid-perl
  libemail-mime-contenttype-perl
  libemail-mime-perl
  libemail-simple-perl
  libfile-sharedir-perl
  libmail-dmarc-perl
  libnet-ip-perl
  libregexp-common-perl
  libtext-unidecode-perl
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-11-22 Thread robie . basak
The following subscriptions are missing:
  postgresql-16
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-10-06 Thread robie . basak
Traceback (most recent call last):
  File "/usr/lib/python3.8/urllib/request.py", line 1354, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
  File "/usr/lib/python3.8/http/client.py", line 1256, in request
self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.8/http/client.py", line 1302, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.8/http/client.py", line 1251, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.8/http/client.py", line 1011, in _send_output
self.send(msg)
  File "/usr/lib/python3.8/http/client.py", line 951, in send
self.connect()
  File "/usr/lib/python3.8/http/client.py", line 1418, in connect
super().connect()
  File "/usr/lib/python3.8/http/client.py", line 922, in connect
self.sock = self._create_connection(
  File "/usr/lib/python3.8/socket.py", line 808, in create_connection
raise err
  File "/usr/lib/python3.8/socket.py", line 796, in create_connection
sock.connect(sa)
TimeoutError: [Errno 110] Connection timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/home/robie/Code/Canonical/team-subscriptions.cron/subscription-sync.py", line 
133, in 
main()
  File 
"/home/robie/Code/Canonical/team-subscriptions.cron/subscription-sync.py", line 
72, in main
with urllib.request.urlopen(args.goal_file) as f:
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 525, in open
response = self._open(req, data)
  File "/usr/lib/python3.8/urllib/request.py", line 542, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 1397, in https_open
return self.do_open(http.client.HTTPSConnection, req,
  File "/usr/lib/python3.8/urllib/request.py", line 1357, in do_open
raise URLError(err)
urllib.error.URLError: 

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-09-15 Thread robie . basak
The following subscriptions are missing:
  libemail-mime-encodings-perl
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-07-27 Thread robie . basak
The following subscriptions are missing:
  lua5.4
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-06-29 Thread robie . basak
The following subscriptions are missing:
  containerd-app
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-05-27 Thread robie . basak
The following subscriptions are missing:
  libnginx-mod-http-geoip2
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ~ubuntu-server subscription changes

2023-04-25 Thread Bryce Harrington
Robie,

Interesting!  I happened to run into this same stacktrace trying to run
one of the smoketests for ppa-dev-tools.  In my case, I ran into this
only when running against the qastaging Launchpad service during
testing, however I'm guessing your tool runs against production.

The "Unable to find the server at api.launchpad.test" error suggests
something's trying to access a non-existant test Launchpad URI.  This
isn't in the launchpadlib codebase, but is present in launchpad itself.
However it's not at all clear to me how or why this triggers.  If you
figure something out I'd be interested to know.

My original guess was that it was some peculiarity regarding qastaging
and how credentials are cached, since I started using qastaging just a
couple weeks ago and 2 weeks sounds on the order of a cache timeout.
However, if you're also seeing it, my hypothesis is probably wrong.  I
wonder if something has changed on the Launchpad end?

Bryce

On Tue, Apr 25, 2023 at 08:00:02AM +, robie.ba...@canonical.com wrote:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1528, in 
> _conn_request
> conn.connect()
>   File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1290, in 
> connect
> address_info = socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM)
>   File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
> for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
> socket.gaierror: [Errno -2] Name or service not known
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File 
> "/home/robie/Code/Canonical/team-subscriptions.cron/subscription-sync.py", 
> line 133, in 
> main()
>   File 
> "/home/robie/Code/Canonical/team-subscriptions.cron/subscription-sync.py", 
> line 84, in main
> lp = launchpadlib.launchpad.Launchpad.login_with(
>   File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 564, 
> in login_with
> return cls._authorize_token_and_login(
>   File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 387, 
> in _authorize_token_and_login
> return cls(credentials, authorization_engine, credential_store,
>   File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 209, 
> in __init__
> super(Launchpad, self).__init__(
>   File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 
> 490, in __init__
> self._browser.get(root_resource), 'application/json')
>   File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
> 448, in get
> response, content = self._request(url, extra_headers=headers)
>   File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
> 398, in _request
> response, content = self._request_and_retry(
>   File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
> 368, in _request_and_retry
> response, content = self._connection.request(
>   File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1948, in 
> request
> (response, content) = self._request(
>   File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 137, 
> in _request
> response, content = super(
>   File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
> 193, in _request
> return super(RestfulHttp, self)._request(
>   File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1621, in 
> _request
> (response, content) = self._conn_request(
>   File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1535, in 
> _conn_request
> raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
> httplib2.ServerNotFoundError: Unable to find the server at api.launchpad.test
> 
> -- 
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-04-25 Thread robie . basak
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1528, in 
_conn_request
conn.connect()
  File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1290, in 
connect
address_info = socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM)
  File "/usr/lib/python3.8/socket.py", line 918, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/home/robie/Code/Canonical/team-subscriptions.cron/subscription-sync.py", line 
133, in 
main()
  File 
"/home/robie/Code/Canonical/team-subscriptions.cron/subscription-sync.py", line 
84, in main
lp = launchpadlib.launchpad.Launchpad.login_with(
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 564, in 
login_with
return cls._authorize_token_and_login(
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 387, in 
_authorize_token_and_login
return cls(credentials, authorization_engine, credential_store,
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 209, in 
__init__
super(Launchpad, self).__init__(
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 
490, in __init__
self._browser.get(root_resource), 'application/json')
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
448, in get
response, content = self._request(url, extra_headers=headers)
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
398, in _request
response, content = self._request_and_retry(
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
368, in _request_and_retry
response, content = self._connection.request(
  File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1948, in 
request
(response, content) = self._request(
  File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 137, in 
_request
response, content = super(
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 
193, in _request
return super(RestfulHttp, self)._request(
  File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1621, in 
_request
(response, content) = self._conn_request(
  File "/usr/lib/python3/dist-packages/httplib2/__init__.py", line 1535, in 
_conn_request
raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
httplib2.ServerNotFoundError: Unable to find the server at api.launchpad.test

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-03-23 Thread robie . basak
The following subscriptions are superfluous:
  libtraceevent
  libtracefs
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-03-22 Thread robie . basak
The following subscriptions are missing:
  log4cplus
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-03-16 Thread robie . basak
The following subscriptions are missing:
  mosh
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-03-09 Thread robie . basak
The following subscriptions are missing:
  libtraceevent
  libtracefs
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-02-15 Thread robie . basak
The following subscriptions are missing:
  puma
  ruby-nio4r
The following subscriptions are superfluous:
  ruby-daemons
  ruby-eventmachine
  thin
Missing subscriptions added
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2023-02-01 Thread robie . basak
The following subscriptions are missing:
  ruby3.1
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-11-28 Thread robie . basak
The following subscriptions are missing:
  dacite
  pcs
  python-tornado
  ruby-childprocess
  ruby-daemons
  ruby-ethon
  ruby-eventmachine
  ruby-ffi
  ruby-json
  ruby-mime-types
  ruby-mime-types-data
  ruby-mustermann
  ruby-rack
  ruby-ruby2-keywords
  ruby-sinatra
  ruby-tilt
  thin
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-11-26 Thread robie . basak
The following subscriptions are missing:
  ruby-sdbm
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-11-25 Thread robie . basak
The following subscriptions are superfluous:
  ruby-sdbm
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-06-09 Thread robie . basak
The following subscriptions are missing:
  ruby-webrick
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-06-08 Thread robie . basak
The following subscriptions are missing:
  python-charset-normalizer
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-03-30 Thread robie . basak
The following subscriptions are superfluous:
  python-tempita
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-03-29 Thread robie . basak
The following subscriptions are missing:
  python-tempita
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-01-31 Thread robie . basak
The following subscriptions are superfluous:
  autofs5
  backports.functools-lru-cache
  billiard
  cgmanager
  dh-php
  ec2-ami-tools
  ec2-api-tools
  euca2ools
  golang
  golang-1.6
  golang-1.6-race-detector-runtime
  golang-check.v1
  golang-context
  golang-dbus
  golang-github-bmizerany-assert
  golang-github-bmizerany-pat
  golang-github-gorilla-mux
  golang-github-mattn-go-colorable
  golang-github-mattn-go-isatty
  golang-github-mattn-go-sqlite3
  golang-github-olekukonko-tablewriter
  golang-github-pborman-uuid
  golang-go-dbus
  golang-go.crypto
  golang-go.net-dev
  golang-gocapability-dev
  golang-golang-x-net-dev
  golang-gopkg-flosch-pongo2.v3
  golang-gopkg-inconshreveable-log15.v2
  golang-gopkg-lxc-go-lxc.v2
  golang-gopkg-tomb.v2
  golang-juju-loggo
  golang-petname
  golang-pretty
  golang-text
  golang-x-text
  golang-yaml.v2
  iptraf
  iscsitarget
  jakarta-taglibs-standard
  juju
  juju-core
  juju-mongodb
  libibverbs
  librdmacm
  lua-lpeg
  mdbtools
  monitoring-plugins
  nagios-images
  nagios-nrpe
  nagios-plugins
  nagios3
  ndg-httpsclient
  nose
  openbsd-inetd
  php-xmlrpc
  php7.0
  php7.3
  postgresql-9.5
  powernap
  python-kajiki
  python-requestbuilder
  python-termstyle
  python-tornado
  python3-chardet
  qemu-kvm
  ruby
  ruby2.3
  tickcount
  tomcat8
  ubuntu-cloudimage-keyring
  xinetd
  yui3
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2022-01-12 Thread robie . basak
The following subscriptions are missing:
  frr
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ~ubuntu-server subscription changes

2021-12-15 Thread Christian Ehrhardt
On Wed, Dec 15, 2021 at 9:01 AM  wrote:
>
> The following subscriptions are missing:
>   isc-kea
> Missing subscriptions added

Just for anyone being curious, that was intentional :-)

> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam

-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2021-12-15 Thread robie . basak
The following subscriptions are missing:
  isc-kea
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ~ubuntu-server subscription changes

2021-12-13 Thread Christian Ehrhardt
On Mon, Dec 13, 2021 at 6:06 PM Steve Langasek
 wrote:
>
> On Mon, Dec 13, 2021 at 07:31:16AM +, Robie Basak wrote:
> > On Sat, Dec 11, 2021 at 10:19:12AM -0800, Steve Langasek wrote:
> > > On Sat, Dec 11, 2021 at 08:00:23AM +, robie.ba...@canonical.com wrote:
> > > > The following subscriptions are superfluous:
> > > >   php8.1
> > > > Superfluous subscriptions removed
>
> > > Please revert this, I subscribed the server team to php8.1 so it could be
> > > promoted and unblock php-defaults in -proposed.
>
> > Done.
>
> > Sorry this broke your workflow. We need any changes to our subscriptions
> > to be committed to git now[1]. I'm not sure how to make this less
> > painful for you next time, save for asking us instead of making the
> > change directly.
>
> > Any suggestions?
>
> > https://git.launchpad.net/~canonical-server/+git/team-subscriptions
>
> As I happen to be subscribed to ubuntu-server and see these emails, it's easy
> enough for me to follow up to confirm.  I don't think all members of the
> Ubuntu Archive team are subscribed to this list, and I'm sure they're not
> aware there's been a Server Team-specific change to the promotion workflow.
> I'd suggest that you promulgate this to the Archive Team
> (ubuntu-release@lists) so that there's awareness and we can discuss how best
> to integrate this into the workflow.
>
> In the meantime I'd just ask that when your scripts detect a mismatch, the
> Server Team be proactive about following up to figure out why the mismatch
> was there.

That follow up already happens whenever such a mail shows up. Sometimes
even we (I) forget about the new way, but a day later the mail reminds me :-)

> --
> Steve Langasek   Give me a lever long enough and a Free OS
> Debian Developer   to set it on, and I can move the world.
> Ubuntu Developer   https://www.debian.org/
> slanga...@ubuntu.com vor...@debian.org
> --
> ubuntu-server mailing list
> ubuntu-server@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
> More info: https://wiki.ubuntu.com/ServerTeam



-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ~ubuntu-server subscription changes

2021-12-13 Thread Steve Langasek
On Mon, Dec 13, 2021 at 07:31:16AM +, Robie Basak wrote:
> On Sat, Dec 11, 2021 at 10:19:12AM -0800, Steve Langasek wrote:
> > On Sat, Dec 11, 2021 at 08:00:23AM +, robie.ba...@canonical.com wrote:
> > > The following subscriptions are superfluous:
> > >   php8.1
> > > Superfluous subscriptions removed

> > Please revert this, I subscribed the server team to php8.1 so it could be
> > promoted and unblock php-defaults in -proposed.

> Done.

> Sorry this broke your workflow. We need any changes to our subscriptions
> to be committed to git now[1]. I'm not sure how to make this less
> painful for you next time, save for asking us instead of making the
> change directly.

> Any suggestions?

> https://git.launchpad.net/~canonical-server/+git/team-subscriptions

As I happen to be subscribed to ubuntu-server and see these emails, it's easy
enough for me to follow up to confirm.  I don't think all members of the
Ubuntu Archive team are subscribed to this list, and I'm sure they're not
aware there's been a Server Team-specific change to the promotion workflow. 
I'd suggest that you promulgate this to the Archive Team
(ubuntu-release@lists) so that there's awareness and we can discuss how best
to integrate this into the workflow.

In the meantime I'd just ask that when your scripts detect a mismatch, the
Server Team be proactive about following up to figure out why the mismatch
was there.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2021-12-13 Thread robie . basak
The following subscriptions are missing:
  php8.1
Missing subscriptions added

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ~ubuntu-server subscription changes

2021-12-12 Thread Robie Basak
On Sat, Dec 11, 2021 at 10:19:12AM -0800, Steve Langasek wrote:
> On Sat, Dec 11, 2021 at 08:00:23AM +, robie.ba...@canonical.com wrote:
> > The following subscriptions are superfluous:
> >   php8.1
> > Superfluous subscriptions removed
> 
> Please revert this, I subscribed the server team to php8.1 so it could be
> promoted and unblock php-defaults in -proposed.

Done.

Sorry this broke your workflow. We need any changes to our subscriptions
to be committed to git now[1]. I'm not sure how to make this less
painful for you next time, save for asking us instead of making the
change directly.

Any suggestions?

https://git.launchpad.net/~canonical-server/+git/team-subscriptions

Robie


signature.asc
Description: PGP signature
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: ~ubuntu-server subscription changes

2021-12-11 Thread Steve Langasek
On Sat, Dec 11, 2021 at 08:00:23AM +, robie.ba...@canonical.com wrote:
> The following subscriptions are superfluous:
>   php8.1
> Superfluous subscriptions removed

Please revert this, I subscribed the server team to php8.1 so it could be
promoted and unblock php-defaults in -proposed.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2021-12-11 Thread robie . basak
The following subscriptions are superfluous:
  php8.1
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2021-11-19 Thread robie . basak
The following subscriptions are missing:
  postgresql-14
  ruby3.0
The following subscriptions are superfluous:
  python-cryptography
Missing subscriptions added
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

~ubuntu-server subscription changes

2021-11-18 Thread robie . basak
The following subscriptions are missing:
  python-cryptography
The following subscriptions are superfluous:
  postgresql-14
  ruby3.0
Missing subscriptions added
Superfluous subscriptions removed

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam