abhigenie92 / unattended_upgrades_repos

Generates system-specific repositories to be added in configuration file for silently updating all packages via unattended upgrades.
82 stars 13 forks source link

Gitlab repos not found by the tool #6

Open loxK opened 4 years ago

loxK commented 4 years ago

May help improve the tool.

# cat /var/lib/apt/lists/packages.gitlab.com_gitlab_gitlab-ce_ubuntu_dists_xenial_InRelease 
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Origin: packages.gitlab.com/gitlab/gitlab-ce
Label: gitlab-ce
Date: Wed, 11 Mar 2020 23:03:46 +0000
Suite: xenial
Codename: xenial
Version: 1
Components: main
Architectures: amd64 armel armhf i386 ia64 mips mipsel powerpc ppc64el s390 s390x sparc alpha avr32 hppa m32 m68k sh arm64
Description: APT/YUM repository for GitLab Community Edition packages
Acquire-By-Hash: yes
# cat /etc/apt/sources.list.d/gitlab_gitlab-ce.list
# this file was generated by packages.gitlab.com for
# the repository at https://packages.gitlab.com/gitlab/gitlab-ce

deb https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ xenial main
deb-src https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu/ xenial main
# python3 unattended_upgrades_repos.py 
Add repos:
"Docker:ubuntu-xenial";
"Docker:xenial";
No repos were skipped.
abhigenie92 commented 1 year ago

Thanks for reporting! Will look into this sometime in the next couple of few weeks. :)