#1: Autocreation of releases from svn tags
- Contents
by
Christian 'Tiran' Heimes
—
last modified
Jun 11, 2006 12:22 AM
We have the infrastructure to create software releases from svn tags. Once the root of the svn repository is configured and a tag is created the maintainer should be able to create the tar.gz by creating a software release w/ the id of the tag and pressing "create from svn".
- Proposed by
- Christian Heimes
- Proposal type
- Architecture
- State
- being-discussed
Motivation
Aren't we all lazy? :)
Assumptions
plone.org must be able to connect to the svn repository. Atm the firewall prevents access to svn://
Anonymous checkouts must be allowed
Proposal
Create some glue code that svn co a tag into a tmp directory and tar -czf's the stuff into a tar file
