mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:27 +01:00
Add CE automatic update instructions
parent
6d56dfeee5
commit
583edf5b53
@ -29,9 +29,12 @@ You may run command ```apt list --upgradable``` in order to see list of packages
|
|||||||
after installing unattended-upgrades you need to add egroupware packages into list of allowed packages in 50unattended-upgrades file.<br>
|
after installing unattended-upgrades you need to add egroupware packages into list of allowed packages in 50unattended-upgrades file.<br>
|
||||||
2-```vi /etc/apt/apt.conf.d/50unattended-upgrades```<br>
|
2-```vi /etc/apt/apt.conf.d/50unattended-upgrades```<br>
|
||||||
|
|
||||||
Ubuntu|Debian
|
EGroupware|Ubuntu|Debian
|
||||||
------|------
|
----------|------|------
|
||||||
find the `Unattended-Upgrade::Allowed-Origins` and add the following line:<br>```"*stylite-epl*:";``` | find the `Unattended-Upgrade::Origins-Pattern` and add the following line:<br>```"o=obs://build.opensuse.org/stylite-epl/Debian_8.0,a=";```
|
EPL|find the `Unattended-Upgrade::Allowed-Origins` and add the following line:<br>```"*stylite-epl*:";``` | find the `Unattended-Upgrade::Origins-Pattern` and add the following line:<br>```"o=obs://build.opensuse.org/stylite-epl/Debian_8.0,a=";```
|
||||||
|
CE|find the `Unattended-Upgrade::Allowed-Origins` and add the following line:<br>```"*eGroupWare*:";``` | find the `Unattended-Upgrade::Origins-Pattern` and add the following line:<br>```"o=obs://build.opensuse.org/server:/eGroupWare/Debian_8.0,a=";```
|
||||||
|
|
||||||
|
(You need to replace the Debian version according to your used version / repository.)
|
||||||
|
|
||||||
3- check if the unattended-upgrades with configure packages:<br>```unattended-upgrades --dry-run --debug```<br>
|
3- check if the unattended-upgrades with configure packages:<br>```unattended-upgrades --dry-run --debug```<br>
|
||||||
`--dry-run`: only downloads the upgradable packages but will not install them unless you run the unattended-upgrades command with no parameter.<br>If you wish to check logs and see what has happened with packages, you may read the following logs:
|
`--dry-run`: only downloads the upgradable packages but will not install them unless you run the unattended-upgrades command with no parameter.<br>If you wish to check logs and see what has happened with packages, you may read the following logs:
|
||||||
|
Loading…
Reference in New Issue
Block a user