Fix Bug 2294: Incorrect notification in update descriptor
[osm/NG-UI.git] / devops-stages / stage-archive.sh
index 013953f..f5663b9 100755 (executable)
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-echo "ARCHIVE"
+MDG=NG-UI
+
+rm -rf pool
+rm -rf dists
+mkdir -p pool/$MDG
+mv deb_dist/*.deb pool/$MDG/
+echo "ARCHIVE DONE"