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: Ie91548167daa588d34ea55b9fa2d8d78ad5270e2
This commit is contained in:
Alex Kavanagh 2020-09-26 18:27:02 +01:00
parent 64cc0c998a
commit 823f79feb9
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
da17b1c8-d02c-11ea-b8d7-f7637e85fa83
8a0c0a3e-0016-11eb-aaff-97553810d845

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