-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Jakob Schwendner edited this page Jan 5, 2015
·
9 revisions
Welcome to the autoproj wiki. This is a place to discuss and document ongoing development activities.
The autoproj version pinning is an upcomming feature, which is used to solve a number of issues related to handling the versions of the managed repositories.
#Planned Subcommands
The following subcommands are planned:
- creation of autoproj/overrides.d in which versioning files are saved
- autoproj versions: generates a version file in which all packages are "pinned"
- autoproj commit: generates a version file within the current autoproj configuration and commit it (assumes that autoproj/ is under git)
- autoproj tag: generates a version file, and creates a commit+tag in the current autoproj/ git repository but leaves autoproj/ unchanged
- auto-log: saves a log of all the updates done to the installation
- autoproj log: displays the log
- autoproj reset: resets the install to a known state from the log
- http://rock.opendfki.de/wiki/WikiStart/OngoingWork/RockFlavorsOrReleases/How - Option 1: Snapshotting
- https://github.com/rock-core/autoproj/pull/28 - Pull request