projects
/
osm
/
MON.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b726161
)
Modifies stage-archive.sh
48/6148/1
author
Benjamin Diaz
<bdiaz@whitestack.com>
Tue, 15 May 2018 14:03:56 +0000
(11:03 -0300)
committer
Benjamin Diaz
<bdiaz@whitestack.com>
Tue, 15 May 2018 14:03:56 +0000
(11:03 -0300)
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
devops-stages/stage-archive.sh
patch
|
blob
|
history
diff --git
a/devops-stages/stage-archive.sh
b/devops-stages/stage-archive.sh
index
8f6e11d
..
394ea40
100755
(executable)
--- a/
devops-stages/stage-archive.sh
+++ b/
devops-stages/stage-archive.sh
@@
-27,7
+27,8
@@
rm -rf pool
rm -rf dists
mkdir -p pool/MON
-mv
.build
/*.deb pool/MON/
+mv
deb_dist
/*.deb pool/MON/
mkdir -p dists/unstable/MON/binary-amd64/
apt-ftparchive packages pool/MON > dists/unstable/MON/binary-amd64/Packages
gzip -9fk dists/unstable/MON/binary-amd64/Packages
+echo 'dists/**,pool/MON/*.deb'
\ No newline at end of file