Clean stage-archive.sh
[osm/NG-SA.git] / devops-stages / stage-archive.sh
old mode 100644 (file)
new mode 100755 (executable)
index d059670..dbae44a
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-echo "ARCHIVE"
+#
+
+MDG=NG-SA
+rm -rf pool
+rm -rf dists
+mkdir -p pool/$MDG
+mv deb_dist/*.deb pool/$MDG/
+