~ines-almeida/txpkgupload:add-logrotate-to-charm

Last commit made on 2023-08-18
Get this branch:
git clone -b add-logrotate-to-charm https://git.launchpad.net/~ines-almeida/txpkgupload
Only Ines Almeida can upload to this branch. If you are Ines Almeida please log in for upload directions.

Branch merges

Branch information

Name:
add-logrotate-to-charm
Repository:
lp:~ines-almeida/txpkgupload

Recent commits

bd27ec4... by Ines Almeida

Add logrotate to txpkgupload charm

This is based on the logrotate files in ppa.lp.internal in production

5bc9d21... by Colin Watson

charm: Fix final part name

Merged from https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/448505

f60463b... by Colin Watson

charm: Fix final part name

The example in
https://juju.is/docs/sdk/charmcraft-yaml#heading--the-reactive-plugin
calls the final (and in that case only) part "charm". I'd thought that
was just an example. However, as of
https://github.com/canonical/charmcraft/commit/35adadf42c625c5ee5ed6d611c9bdec10413ae59
in charmcraft 2.4.0, calling the final part anything else causes charms
to be misbuilt; they end up containing unmodified copies of the
top-level `actions.yaml`, `config.yaml`, and `metadata.yaml` files
rather than merging the information provided by each layer.

a792327... by Ines Almeida

Create temp directory in reactive code and update ListenStream socket to use ftp port

Update the README to ensure principal charm is setup correctly and update default value for sftp_authentication_endpoint

Merged from https://code.launchpad.net/~ines-almeida/txpkgupload/+git/txpkgupload/+merge/447914

3dd85f1... by Ines Almeida

Create temp directory where files are placed before being sent to fsroot

Update README with details about the txpkgupload relation with the principal charm

f2aece3... by Ines Almeida

Update ListenStream socket port and sftp_authentication_endpoint default value

6784383... by Colin Watson

charm: Rename oopses_prefix to oops_prefix

Merged from https://code.launchpad.net/~cjwatson/txpkgupload/+git/txpkgupload/+merge/447184

bb897d2... by Colin Watson

charm: Sort option names

b34d2fd... by Colin Watson

charm: Rename oopses_prefix to oops_prefix

This brings it into line with the `launchpad-base` layer; there's no
need to use a different spelling here.

2dd8ce5... by Guruprasad

charm: Add the Launchpad logo to the charm

Merged from https://code.launchpad.net/~lgp171188/txpkgupload/+git/txpkgupload/+merge/446501