Bug 2364 fixed: Performing NS-Heal when there are two NS with same member-vnf-index
[osm/osmclient.git] / devops-stages / stage-archive.sh
1 #!/bin/sh
2 rm -rf pool
3 rm -rf dists
4 mkdir -p pool/osmclient
5 mv deb_dist/*.deb pool/osmclient/
6 mkdir -p dists/unstable/osmclient/binary-amd64/
7 apt-ftparchive packages pool/osmclient > dists/unstable/osmclient/binary-amd64/Packages
8 gzip -9fk dists/unstable/osmclient/binary-amd64/Packages
9 echo 'dists/**,pool/osmclient/*.deb'