diff options
author | Tony L Hansen <tony@att.com> | 2017-02-27 21:02:51 +0000 |
---|---|---|
committer | Tony L Hansen <tony@att.com> | 2017-02-27 21:02:51 +0000 |
commit | 95fffb34520abfb54f6ed7b1c010188f5bc70238 (patch) | |
tree | 9f230bfe44bae14ea541d6ce77a9ba0264decb07 /pgaas-post/src | |
parent | 62907cbd1fca59634716a92cffa90488b9f2ce28 (diff) |
modify verify to not upload debian files
Change-Id: I42c9400f486eba73abe5572d5eef1b3c08b7302a
Signed-off-by: Tony L Hansen <tony@att.com>
Diffstat (limited to 'pgaas-post/src')
-rw-r--r-- | pgaas-post/src/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pgaas-post/src/makefile b/pgaas-post/src/makefile index d66d74b..b376979 100644 --- a/pgaas-post/src/makefile +++ b/pgaas-post/src/makefile @@ -28,6 +28,10 @@ stage: clean-stage clean-common cp -p repackage.* $(INS) +debian-verify: stage + repackage -b debian $(REPACKAGEDEBIANOPTS) -d $(INS) + @echo debian verify built + debian: stage repackage -y repackage.json -b debian -d $(INS) -u repackage -y repackage.json -b debian -d $(INS) -u -B LATEST |