Skip to content

[Bug 564720] Download Directory/File P2 service

Bugzilla Link 564720
Status NEW
Importance P3 normal
Reported Jun 29, 2020 02:40 EDT
Modified Jun 29, 2020 02:42 EDT
See also 546528

Description

Bug 546528 provides an archiving and archive deletion service. Thank you.

But it does not provide the required P2 maintenance. e.g remove the entry for an archived P2 repo, create the etyry for an archived P2 repo.

e.g.

ssh genie.qvtd@projects-storage.eclipse.org cd /home/data/httpd/download.eclipse.org/mmt/qvtd/updates/releases ; ant -f /shared/modeling/tools/promotion/manage-composite.xml remove -Dchild.repository=0.14.0
ssh genie.qvtd@projects-storage.eclipse.org cd /home/data/httpd/download.eclipse.org/mmt/qvtd/updates/releases ; mv 0.14.0 /home/data/httpd/archive.eclipse.org/mmt/qvtd/updates/releases
ssh genie.qvtd@projects-storage.eclipse.org cd /home/data/httpd/archive.eclipse.org/mmt/qvtd/updates/releases ; ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=0.14.0