Deb package creation for NG-SA
[osm/NG-SA.git] / devops-stages / stage-archive.sh
index 7c88360..e70b172 100755 (executable)
 # limitations under the License.
 #
 
-echo "Nothing to be done"
+MDG=NG-SA
+rm -rf pool
+rm -rf dists
+mkdir -p pool/$MDG
+mv deb_dist/*.deb pool/$MDG/
+mkdir -p dists/unstable/$MDG/binary-amd64/
+apt-ftparchive packages pool/$MDG > dists/unstable/$MDG/binary-amd64/Packages
+gzip -9fk dists/unstable/$MDG/binary-amd64/Packages
+echo "dists/**,pool/$MDG/*.deb"
+