agmaint:v1.1.y-tip

Last commit made on 2023-10-09
Get this branch:
git clone -b v1.1.y-tip https://git.launchpad.net/agmaint
Only Mark Grant can upload to this branch. If you are Mark Grant please log in for upload directions.

Branch merges

Branch information

Name:
v1.1.y-tip
Repository:
lp:agmaint

Recent commits

69ca041... by Mark Grant

v1.1.10

Signed-off-by: Mark Grant <email address hidden>

aa2960c... by Mark Grant

at: Update Copyright for 2023

Signed-off-by: Mark Grant <email address hidden>

733b073... by Mark Grant

at: Update ChangeLog and NEWS for new release

Signed-off-by: Mark Grant <email address hidden>

6d31309... by Mark Grant

bash: man: Remove .sh extension

Executables in $PATH should not have an extension. This allows for a
re-write in a different language.

Signed-off-by: Mark Grant <email address hidden>

fb67488... by Mark Grant

actions: Runs on Focal

Bionic no longer supported.

Signed-off-by: Mark Grant <email address hidden>

902de64... by Mark Grant

v1.1.9

Signed-off-by: Mark Grant <email address hidden>

e388ca2... by Mark Grant

at: Update ChangeLog and NEWS for new release

Signed-off-by: Mark Grant <email address hidden>

4a75486... by Mark Grant

v1.1.8+rc2

Signed-off-by: Mark Grant <email address hidden>

70cc63d... by Mark Grant

pkgdata: apt-key is deprecated, use gpg

apt-key is deprecated and will be removed in debian 12. Use gpg instead.

There are 2 basic ways of doing this:-
 curl
 | gpg --dearmor
 | tee

or
 gpg --recv-keys --keyring temp-keyring
 gpg export --keyring temp-keyring --output target-file
 rm -f temp-keyring

Signed-off-by: Mark Grant <email address hidden>

2a7d557... by Mark Grant

v1.1.8+rc1

Signed-off-by: Mark Grant <email address hidden>