NewDevelopmentLayout

From FedoraProject

Jump to: navigation, search

Contents

New Development Layout

What?

Currently Development is layed out in a form that made sense long ago. However Core layout has drifted and no longer matches what Development looks like.

Here is the current layout of Development:

development/
/isos
/SRPMS
/${arch}/
/debug
/Fedora

The change to be consistent with core would be:

development/
/source/
/SRPMS
/${arch}/
/iso
/debug
/os/
/Fedora

Why?

This would accomplish a few things. First, it would make the layout of development match that of actual releases, so code written to mirror releases can be used as is to mirror development too. It pulls the debug/ content out of the installable directory making it easier to mirror just the installable dir (and saves headache trying to do createrepo on the installable tree but excluding debug). And it just adds to the consistent look/feel we're trying to create.

How?

Code has already been written internally to place development in the new layout. This code also creates hardlinks to the old file locations. Why?

This means that users will see 2x the content when casually looking at a mirror. This is OK, doesn't hurt. People syncing are urged to use rsync, and the -H option to create hardlinks.

When?

We are planning for the new layout + hardlinks to land on the public mirrors Thu. May 18. Then certain things will need to be modified to handle the new layout. This should take no more than a week, so that the hardlinked old layout will be removed Thu. May 25.

What nees to be happen, and who owns it?

Contact

Currently the proper contact for this project is JesseKeating : jkeating at redhat dot com