diff options
Diffstat (limited to 'pgaas-post/src/makefile')
-rw-r--r-- | pgaas-post/src/makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pgaas-post/src/makefile b/pgaas-post/src/makefile index 07c260d..222fcb3 100644 --- a/pgaas-post/src/makefile +++ b/pgaas-post/src/makefile @@ -28,13 +28,9 @@ 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 + repackage -b debian -d $(INS) -u + repackage -b debian -d $(INS) -u -B LATEST @echo debian built upload-javadocs: |