~ines-almeida/txpkgupload:remove-git-dependency-from-default-make-command

Last commit made on 2023-06-16
Get this branch:
git clone -b remove-git-dependency-from-default-make-command 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:
remove-git-dependency-from-default-make-command
Repository:
lp:~ines-almeida/txpkgupload

Recent commits

f3f9e9d... by Ines Almeida

Add restriction to only run version update if .git is present

5e2fef4... by Ines Almeida

Update Makefile default commands to not update version

This command requires a git directory, which doesn't always need to be the case when one runs the default `make` command, e.g., installing it from the tarball. This change moves that command to run when building the tarball, which should be the new way of deploying txpkgupload in the future

f0a614b... by Ines Almeida

Add requirements to pip wheel command in make file

Merged from https://code.launchpad.net/~lazr-developers/txpkgupload/+git/txpkgupload/+merge/444615

bfbc533... by Ines Almeida

Add requirements to pip wheel command in make file

691f581... by Ines Almeida

Upgrade release version in ols-vms from xenial to focal

Merged from https://code.launchpad.net/~lazr-developers/txpkgupload/+git/txpkgupload/+merge/444565

d8afb19... by Ines Almeida

Update tox.ini to work with focal

cd42cf4... by Ines Almeida

Update tox python version to 3.8

6a07f1c... by Ines Almeida

Upgrade release version in ols-vms from xenial to focal

9855995... by Ines Almeida

Add commands to makefile to build and publish tarball

Merged from https://code.launchpad.net/~lazr-developers/txpkgupload/+git/txpkgupload/+merge/443805

c908e5b... by Ines Almeida

Update build-tarball command, add missing dependency and general cleaning