diff options
author | 2017-05-05 15:08:05 +0000 | |
---|---|---|
committer | 2017-05-05 21:57:32 +0000 | |
commit | 48feaffcb16e1fd5eb3ce453b99797de1bd15d7a (patch) | |
tree | 54f60886e301fe999cff8a33a58bef1c0bf9fb4d /pgaas-post/src/makefile | |
parent | a936f09820b61df6d27c0d788c3b185597d1470c (diff) |
rebase DCAE Storage Components from OpenECOMP
[145075] Build 1707 DCAE Storage Components from OpenECOMP source
Change-Id: Ie395395ad59afb658b46ecda31a079c050e2dd2e
Signed-off-by: Tony Hansen <th1395@att.com>
Signed-off-by: Tony Hansen <tony@att.com>
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: |