-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update Mattermost-Omnibus with unattended-upgrade? #58
Comments
Unfortunately, the mattermost apt list seems to have an invalid origin: 🤔 $ grep -P "Origin|Suite" /var/lib/apt/lists/deb.packages.mattermost.com_dists_focal_InRelease 1 ↵
Origin: . focal
Suite: focal
$ grep -P "Origin|Suite" /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_InRelease
Origin: Ubuntu
Suite: focal-security Therefore, the only workaround for now seems to use
(Source: https://unix.stackexchange.com/a/427190) edit: Another workaround is to add the current Origin:
|
Maybe this could be fixed by telling Aptly to set the Origin field to "mattermost" or similar here: mattermost-omnibus/scripts/sync-and-publish Lines 36 to 37 in 7ec7fe2
|
Here are the origins that other repos use:
edit: And GitLab uses the following:
|
FWIW If Mattermost's Origin field were set to "Mattermost" (to be consistent with "Ubuntu"), unattended upgrades could be configured as follows:
|
I tried the following origin, but it doesn't seem to work:
The text was updated successfully, but these errors were encountered: