Sync libraries & common files prior to freeze

* charm-helpers sync for classic charms
* charms.ceph sync for ceph charms
* rebuild for reactive charms
* sync tox.ini files as needed
* sync requirements.txt files to sync to standard

Change-Id: Id87dd403aafbfec18b9a463468e9712ef607ceab
This commit is contained in:
Alex Kavanagh 2020-09-26 18:27:02 +01:00
parent fda2c40cc4
commit ddb12d446b
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
da05ac26-d02c-11ea-b4de-477e559fb1c1
89fbe550-0016-11eb-902b-5f86e5d8af8b

View File

@ -94,4 +94,4 @@ commands = {posargs}
[flake8]
# E402 ignore necessary for path append before sys module import in actions
ignore = E402,W503
ignore = E402,W503,W504