Server packageset update request

Robie Basak robie.basak at ubuntu.com
Mon May 9 15:34:17 UTC 2022


Hi Athos,

On Sat, May 07, 2022 at 07:56:56AM -0300, Athos Ribeiro wrote:
> Some entries refer to packages that no longer exist in specific series
> and some entries are missing for those.
> 
> Could we get these entries updated?
> 
> Below is a list of what should change for php, postgresql, and mysql.

Done, but only the additions. I didn't bother with the removals. I hope
I transcribed these correctly:

$ for pkg in php8.1 postgresql-14 mysql-8.0; do ./edit-acl -S kinetic -s $pkg -P ubuntu-server -t upload add;done
Added:
php8.1
Added:
postgresql-14
Added:
mysql-8.0
$ for pkg in php8.1 postgresql-14 mysql-8.0; do ./edit-acl -S jammy -s $pkg -P ubuntu-server -t upload add;done
Added:
php8.1
Added:
postgresql-14
Added:
mysql-8.0
$ for pkg in php8.0 postgresql-13 mysql-8.0; do ./edit-acl -S impish -s $pkg -P ubuntu-server -t upload add;done
Added:
php8.0
Added:
postgresql-13
Added:
mysql-8.0
$ for pkg in php7.4 postgresql-12 mysql-8.0; do ./edit-acl -S focal -s $pkg -P ubuntu-server -t upload add;done
Added:
php7.4
Added:
postgresql-12
Added:
mysql-8.0
$ for pkg in postgresql-10 mysql-5.7; do ./edit-acl -S bionic -s $pkg -P ubuntu-server -t upload add;done
Added:
postgresql-10
Added:
mysql-5.7


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/devel-permissions/attachments/20220509/df7e7969/attachment.sig>


More information about the Devel-permissions mailing list