Skip to content

Instantly share code, notes, and snippets.

@dalehenrich
Last active July 11, 2016 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalehenrich/001ab961bd599b3efac1 to your computer and use it in GitHub Desktop.
Save dalehenrich/001ab961bd599b3efac1 to your computer and use it in GitHub Desktop.
mc copy Orbeon_Persistence_API-BrunoBB-0.039 http://ss3.gemtalksystems.com/ss/OrbeonPersistenceAPI filetree://$GS_HOME/shared/repos/OrbeonPersistenceLayer/repository
mc copy Orbeon_Persistence-BrunoBB-0.019 http://ss3.gemtalksystems.com/ss/OrbeonPersistenceAPI filetree://$GS_HOME/shared/repos/OrbeonPersistenceLayer/repository
cls create BaselineOfOrbeonPersistenceLayer BaselineOf BaselineOfOrbeonPersistenceLayer
cls protocol --add=BaselineOfOrbeonPersistenceLayer baseline
browse class BaselineOfOrbeonPersistenceLayer
#####
baseline: spec
<baseline>
spec
for: #'common'
do: [
spec
package: 'Orbeon_Persistence';
package: 'Orbeon_Persistence_API' with: [ spec requires: 'Orbeon_Persistence' ];
yourself.
spec
group: 'default' with: #('Core');
group: 'Core' with: #('Orbeon_Persistence_API');
yourself ].
#####
mc create BaselineOfOrbeonPersistenceLayer
mr add filetree://$GS_HOME/shared/repos/OrbeonPersistenceLayer/repository BaselineOfOrbeonPersistenceLayer
mc commit BaselineOfOrbeonPersistenceLayer `initial baseline and packages`
project entry --baseline=OrbeonPersistenceLayer --repo=filetree://$GS_HOME/shared/repos/OrbeonPersistenceLayer/repository /sys/local/server/projects
project load OrbeonPersistenceLayer
project commit --git --message=`initial commit for project packages and baseline` OrbeonPersistenceLayer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment