~hloeung/ubuntu-syncproxy-charm:master

Last commit made on 2022-11-03
Get this branch:
git clone -b master https://git.launchpad.net/~hloeung/ubuntu-syncproxy-charm
Only Haw Loeung can upload to this branch. If you are Haw Loeung please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~hloeung/ubuntu-syncproxy-charm

Recent commits

292d37f... by Haw Loeung

Add lint and unit tests to each commit with lpcraft

Succeeded
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] unittest:0 (build)
12 of 2 results
8988442... by Haw Loeung

Install procmail package for 'lockfile'

A lot of the sync scripts relies on 'lockfile' from the 'procmail'
package to ensure only a single instance is running.

a31ce7e... by Haw Loeung

Allow specifying downstream mirrors, it will be used to specify a config variable used by trigger scripts

20c7896... by Haw Loeung

Allow syncing from upstream without user/password

In some places (such as cloud-images and UCA), we don't use
user/password for rsync but rather restrict based on IP.

a379b91... by Haw Loeung

Allow specifying additional arguments to pass to sync script in the SSH trigger command

ac76c73... by Haw Loeung

Allow overriding rsync excludes and max. connections

Reviewed-on: https://code.launchpad.net/~hloeung/ubuntu-syncproxy-charm/+git/ubuntu-syncproxy-charm/+merge/421833
Reviewed-by: Romain Couturat <email address hidden>
Reviewed-by: Tom Haddon <email address hidden>

e859848... by Haw Loeung

Reduce complexity in configure_ubuntu_syncproxy()

4eb389c... by Haw Loeung

Allow overriding rsync excludes and max. connections

74179bf... by Haw Loeung

Fix permission and ownership/group of SSH config path (~/.ssh)

Reviewed-on: https://code.launchpad.net/~hloeung/ubuntu-syncproxy-charm/+git/ubuntu-syncproxy-charm/+merge/421823
Reviewed-by: James Simpson <email address hidden>

9aaebf6... by Haw Loeung

Fix permission and ownership/group of SSH config path (~/.ssh)