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: I59137f0bc2a0c5ee15f52bd03afefa275e9a011b
This commit is contained in:
Alex Kavanagh 2020-09-26 18:27:01 +01:00
parent c5bb1c231d
commit 6071c55738
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
d99313b4-d02c-11ea-b349-d396587c7a90
89469024-0016-11eb-b5af-4baa502d6100

View File

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