← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/lp-codeimport:fix-payload-tagging into lp-codeimport:master

 

Tushar Gupta has proposed merging ~tushar5526/lp-codeimport:fix-payload-tagging into lp-codeimport:master.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~tushar5526/lp-codeimport/+git/lp-codeimport/+merge/490158
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/lp-codeimport:fix-payload-tagging into lp-codeimport:master.
diff --git a/Makefile b/Makefile
index 78cd4d6..74da5af 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ PIP_BIN = \
 
 # Create archives in labelled directories (e.g.
 # <rev-id>/$(PROJECT_NAME).tar.gz)
-TARBALL_BUILD_LABEL ?= $(shell git rev-parse HEAD)-bionic
+TARBALL_BUILD_LABEL ?= $(shell git rev-parse HEAD)-focal
 TARBALL_FILE_NAME = lp-codeimport.tar.gz
 TARBALL_BUILDS_DIR ?= build
 TARBALL_BUILD_DIR = $(TARBALL_BUILDS_DIR)/$(TARBALL_BUILD_LABEL)