~lgp171188/txpkgupload:add-launchpad-logo-charm

Last commit made on 2023-07-11
Get this branch:
git clone -b add-launchpad-logo-charm https://git.launchpad.net/~lgp171188/txpkgupload
Only Guruprasad can upload to this branch. If you are Guruprasad please log in for upload directions.

Branch merges

Branch information

Name:
add-launchpad-logo-charm
Repository:
lp:~lgp171188/txpkgupload

Recent commits

e07a0fa... by Guruprasad

charm: Add the Launchpad logo to the charm

d6aa30b... by Simone Pelosi

Txpkgupload charm created

Listens to FTP and SFTP requests, and processes uploads files into a
temporary directory
This is a subordinate charm, so it will need a master that provides a
`upload-queue-processor` interface to be deployed.

launchpad-layer source-commit should be updated when the related MP is merged.

Merged from https://code.launchpad.net/~pelpsi/txpkgupload/+git/txpkgupload/+merge/446054

694fe99... by Simone Pelosi

Txpkgupload charm created

Listens to FTP and SFTP requests, and processes uploads files into a
temporary directory
This is a subordinate charm, so it will need a master that provides a
`upload-queue-processor` interface to be deployed.

ebb0910... by Ines Almeida

Install python packages from wheels when wheels directory exist

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

89b5824... by Ines Almeida

Add 'wheels' directory to package search dir in Makefile

563bf67... by Ines Almeida

Add 'wheels' directory to .gitignore

a227c7f... by Ines Almeida

Refactor Makefile logic

This will ensure that the dependencies repository isn't cloned on every command that builds the virtual env which should be unnecessary in a few cases, e.g., when the txpkgupload charm builds from the tarball (given the tarball should already contain the dependencies)

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

3b08ba9... by Ines Almeida

Refactor Makefile logic

860799d... by Ines Almeida

Add version-info command to build-tarball

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

6a936bb... by Ines Almeida

Add version-info command to build-tarball