~hloeung/jenkins-agent-charm:fixes

Last commit made on 2023-03-27
Get this branch:
git clone -b fixes https://git.launchpad.net/~hloeung/jenkins-agent-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:
fixes
Repository:
lp:~hloeung/jenkins-agent-charm

Recent commits

c433e19... by Haw Loeung

Remove chown jenkins path; it doesn't scale and causes start up issues on units with lots of files/data

c2a90d6... by Tom Haddon

Trivial update of icon to reflect charm rename

Reviewed-on: https://code.launchpad.net/~mthaddon/jenkins-agent-charm/+git/jenkins-agent-charm/+merge/436029
Reviewed-by: Benjamin Allot <email address hidden>

b2efa1a... by Tom Haddon

Update icon to reflect charm rename

2b9c8ed... by Tom Haddon

Updates since the charm has been renamed

Reviewed-on: https://code.launchpad.net/~mthaddon/jenkins-agent-charm/+git/jenkins-agent-charm/+merge/436028
Reviewed-by: Barry Price <email address hidden>

eac5490... by Tom Haddon

Add an issues link

0947c8a... by Tom Haddon

Fix typo

106944f... by Tom Haddon

Missing rename to agent

d5564f1... by Tom Haddon

Updates since the charm has been renamed

a748e9f... by Andrew Liaw

This change fix the issue of deploying this charm on Xenial.

Due to markupsafe 2.0.0+ version requiring python 3.6+, this charm was unable to install on Xenial machines which has python 3.5 by default. A wheelhouse.txt is added to restrict the version to below 2.0.0 for markupsafe.

This fix follows the implementation of the Jenkins charm.

Reviewed-on: https://code.launchpad.net/~aliaw/jenkins-agent-charm/+git/jenkins-slave-charm/+merge/432868
Reviewed-by: Johann David Krister Andersson <email address hidden>

1e442a5... by Andrew Liaw

Remove unneeded dependencies.