[Glass] Migrating to github

BrunoBB via Glass glass at lists.gemtalksystems.com
Thu Sep 10 13:43:16 PDT 2015


Dale,

Slowly migrating to github. I have updated the version of the packages to
the standart:
[package]-[initials].[branch].[count].mcz where branch is optional.

Now i'm creating the BaselineOf for all of my projects, and it seems that
there's a lof of changes.
I think
http://pharobooks.gforge.inria.fr/PharoByExampleTwo-Eng/latest/Metacello.pdf
is out of date.

The project Orbeon depends on XMLParser
The old configuration was:
baseline122: spec
	<version: '1.022-baseline'>
 
	spec for: #common do: [
        spec blessing: #baseline.
		spec repository: 'http://ss3.gemtalksystems.com/ss/Orbeon'.
		spec project: 'XMLSupport' with: [
			spec className: 'ConfigurationOfXMLSupport';
				versionString: '1.2.2.1';
				loads: #('Core');
				file: 'ConfigurationOfXMLSupport';
				repository: 'http://www.squeaksource.com/XMLSupport'].
		spec 	
			package: 'Orbeon-BrunoBB' with: [spec requires: 'XMLSupport'].
	].
The newone i write is:
baseline: spec
	<baseline>
 
	spec for: #common do: [
		spec package: 'Orbeon'.
		spec 
			group: 'default' with: #('Core');
			group: 'Core' with: #('Orbeon');
			yourself.
	].

Where i can add the dependency on XMLParser or this has been stripped from
Baselines and neet to be placed in ConfigurationOf.

In
https://github.com/dalehenrich/metacello-work/blob/master/docs/GettingStartedWithGitHub.md#create-baseline 
There is not mention of spec project:XXX with: []

Regards,
Bruno




--
View this message in context: http://forum.world.st/Migrating-to-github-tp4845407p4849428.html
Sent from the GLASS mailing list archive at Nabble.com.


More information about the Glass mailing list