Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "MirroringUMD"

From EGIWiki
Jump to navigation Jump to search
Line 9: Line 9:
* [http://repository.egi.eu/sw/production/cas/1/ CAS]
* [http://repository.egi.eu/sw/production/cas/1/ CAS]
* [http://repository.egi.eu/sw/production/sam/1/ SAM]
* [http://repository.egi.eu/sw/production/sam/1/ SAM]
* [http://repository.egi.eu/sw/production/umd/ UMD production (including rReleaseCandidate]
* [http://repository.egi.eu/sw/production/umd/ UMD production (including ReleaseCandidate]
* [http://repository.egi.eu/sw/stagerollout/ UMD staged-rollout]
* [http://repository.egi.eu/sw/stagerollout/ UMD staged-rollout]
* [http://repository.egi.eu/sw/testing/umd/ UMD testing]-  includes everything that is currently in the Stage Rollout or UMD-Store State
* [http://repository.egi.eu/sw/testing/umd/ UMD testing]-  includes everything that is currently in the Stage Rollout or UMD-Store State

Revision as of 18:08, 18 January 2015

Technology Software Component Delivery Software Provisioning UMD Middleware Cloud Middleware Distribution Containers Distribution Technology Glossary


Software Provisioning menu: Software Provisioning Process UMD Release Process Quality Assurance UMD Staged Rollout





Mirroring of UMD Repositories

We provide some basic information needed in order to mirror UMD repositories. Available repos:

Communication

  • Mailing-lists
    • for announcements (changes, new repos, etc): mirror-egi at egi.eu - TO BE SET-UP
    • for discussion: FORUM - mirror-egi - TO BE SET-UP

Repos size estimates

  • please see the content of the following file for insfo on available directories and their estimated sizes:

Export License

Mirroring

Using lftp

  • Depending on what repositories you want to mirror and the space you have available (see #Repos size estimates you can use something similar:
    • to create the mirror for the first time:

lftp -c mirror --verbose --exclude 'candidate/' --exclude '1/' --exclude '2/' http://repository.egi.eu/sw/production/umd/ ${LOCAL_DIR}

    • to removes any local packages that no longer exist on the source, and only downloads newer package versions from the host mirror:

lftp -c mirror –-only-newer --ignore-time -–delete --exclude 'candidate/' --exclude '1/' --exclude '2/' http://repository.egi.eu/sw/production/umd/ ${LOCAL_DIR}

Using wget

  • at the moment "wget -r" will not work, please use the lftp solution described above.

Using rsync

  • at the moment we do not offer a rsync server for UMD repositories