diff options
author | Tony L Hansen <tony@att.com> | 2017-03-03 20:43:49 +0000 |
---|---|---|
committer | Tony L Hansen <tony@att.com> | 2017-03-03 20:44:10 +0000 |
commit | d1b2b1841eb269717e3e5262913eff8e41df9320 (patch) | |
tree | 088c39814d2d03ef47dc189f7ca3811008a9cc2a /postgresql-config | |
parent | 95fffb34520abfb54f6ed7b1c010188f5bc70238 (diff) |
further mods to deployment script, makefiles
Change-Id: Ie6442975732392894b95cc244cd91e3db4b56a17
Signed-off-by: Tony L Hansen <tony@att.com>
Diffstat (limited to 'postgresql-config')
-rw-r--r-- | postgresql-config/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-config/src/makefile b/postgresql-config/src/makefile index be34e90..aeaea2b 100644 --- a/postgresql-config/src/makefile +++ b/postgresql-config/src/makefile @@ -35,7 +35,7 @@ debian-verify: stage debian: stage repackage -y repackage.json -b debian -d $(INS) -u - repackage -y repackage.json -b debian -d $(INS) -u -B LATEST + # repackage -y repackage.json -b debian -d $(INS) -u -B LATEST @echo debian built upload-javadocs: |