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 /cdf/src/makefile | |
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 'cdf/src/makefile')
-rw-r--r-- | cdf/src/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cdf/src/makefile b/cdf/src/makefile index 2c67454..e0b33a6 100644 --- a/cdf/src/makefile +++ b/cdf/src/makefile @@ -37,6 +37,10 @@ stage: build clean-stage clean-common cp -p repackage.* $(INS) +debian-verify: stage + repackage -b debian $(REPACKAGEDEBIANOPTS) -d $(INS) + @echo debian verify built + debian: stage repackage -b debian $(REPACKAGEDEBIANOPTS) -d $(INS) -u repackage -b debian $(REPACKAGEDEBIANOPTS) -d $(INS) -u -B LATEST |