update-notifier:master

Last commit made on 2024-03-08
Get this branch:
git clone -b master https://git.launchpad.net/update-notifier
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:update-notifier

Recent commits

513b0e6... by Nick Rosbrook

Release update-notifier 3.192.68

490ee31... by Nick Rosbrook

update translations

43f963f... by Renan Rodrigo

update changelog entry for version 3.192.68

Signed-off-by: Renan Rodrigo <email address hidden>

6ac76e0... by Renan Rodrigo

update-motd: use a marker file to hide esm updates information

Instead of a flag passed to the script, check for the existence of a
marker file coming from the Pro Client. This implements the same control
level for both tools.

LP: #2015420

Signed-off-by: Renan Rodrigo <email address hidden>

4420171... by Nick Rosbrook

changelog: add bug reference to previous entry

The upload contains the reference, but the git commit I pushed did not.

189cb3b... by Renan Rodrigo

update changelog entry for version 3.192.67

Signed-off-by: Renan Rodrigo <email address hidden>

8bd0e2d... by Renan Rodrigo

apt_check: add option to hide esm messages from human-readable output

Users want to be able to see the regular updates + security updates on
MOTDs, but without mentions to ESM.

LP: #2015420

Signed-off-by: Renan Rodrigo <email address hidden>

f5316b4... by Nick Rosbrook

Release update-notifier 3.192.66

43ec01a... by Nick Rosbrook

update changelog

d068295... by Nick Rosbrook

po: restore reboot notification translations

Commit 12c4155458 ("reboot: restore reboot required notification") does
not restore the translations for the reboot notification, because the
reverted commit is not the one that removed them.

Restore the translations using ee490e5f3b because it is the last commit
that made real changes to the reboot notification translations. In
particular, restore the translations using the following:

 $ for f in $(ls -1 po/*.po); do git show ee490e5f3b:$f | awk -v RS='' -v ORS='\n\n' '/reboot\.c/' >> $f; done
 $ for f in $(ls -1 po/*.po); do git show ee490e5f3b:$f | awk -v RS='' -v ORS='\n\n' '/reboot-dialog\.ui/' >> $f; done

Then, update translations to fixup the formatting.