Skip to content

Commit

Permalink
parts sections for multiple inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
mete0r committed Feb 3, 2014
1 parent 4b0ee9d commit c4164ef
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 22 deletions.
3 changes: 3 additions & 0 deletions src/debian6-i386.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[debian6-i386.cfg]
parts = ${debian6.cfg:parts}

[buildout]
extends = debian6.cfg

Expand Down
16 changes: 9 additions & 7 deletions src/debian6.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[debian6.cfg]
parts = cp27-install
cp33-install
pp27-install
jy25-install
jy25-install-as-jython
jy27-install

[buildout]
extends = cp27.cfg
cp33.cfg
pp27.cfg
jy25.cfg
jy27.cfg

parts += cp27-install
cp33-install
pp27-install
jy25-install
jy25-install-as-jython
jy27-install
parts = ${debian6.cfg:parts}
3 changes: 3 additions & 0 deletions src/debian7-i386.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[debian7-i386.cfg]
parts = ${debian7.cfg:parts}

[buildout]
extends = debian7.cfg

Expand Down
18 changes: 10 additions & 8 deletions src/debian7.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[debian7.cfg]
parts = cp25-install
cp33-install
pp27-install
libssl0.9.8-install
jy25-install
jy25-install-as-jython
jy27-install

[buildout]
extends = cp25.cfg
cp33.cfg
pp27.cfg
libssl0.9.8.cfg
jy25.cfg
jy27.cfg

parts += cp25-install
cp33-install
pp27-install
libssl0.9.8-install
jy25-install
jy25-install-as-jython
jy27-install
parts = ${debian7.cfg:parts}
3 changes: 3 additions & 0 deletions src/ubuntu-12.04-x86_64.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[ubuntu-12.04-x86_64.cfg]
parts = ${ubuntu-12.04.cfg:parts}

[buildout]
extends = ubuntu-12.04.cfg

Expand Down
16 changes: 9 additions & 7 deletions src/ubuntu-12.04.cfg
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[ubuntu-12.04.cfg]
parts = cp25-install
cp33-install
pp27-install
jy25-install
jy25-install-as-jython
jy27-install

[buildout]
extends = cp25.cfg
cp33.cfg
pp27.cfg
jy25.cfg
jy27.cfg

parts += cp25-install
cp33-install
pp27-install
jy25-install
jy25-install-as-jython
jy27-install
parts = ${ubuntu-12.04.cfg:parts}

0 comments on commit c4164ef

Please sign in to comment.