diff options
author | Robert Seaton <robb@adbge.org> | 2011-05-27 12:24:26 -0500 |
---|---|---|
committer | Robert Seaton <robb@adbge.org> | 2011-05-27 12:24:26 -0500 |
commit | 97c2b752863c2d52a4a6a4bcdcc7e4130e1b9318 (patch) | |
tree | f63f8a9eaee40b6b754b1e580a0817f040c3bd2c | |
parent | Added plan9port, updated to use latest portage snapshot, Glentoo specific cha... (diff) | |
download | glentoo-97c2b752863c2d52a4a6a4bcdcc7e4130e1b9318.tar.gz glentoo-97c2b752863c2d52a4a6a4bcdcc7e4130e1b9318.tar.bz2 glentoo-97c2b752863c2d52a4a6a4bcdcc7e4130e1b9318.zip |
Updated to use new portage snapshot and stage3 tarball.
-rwxr-xr-x | stage1.spec | 5 | ||||
-rwxr-xr-x | stage2.spec | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | stage3.spec | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/stage1.spec b/stage1.spec index a02c9e5..971cc6a 100755 --- a/stage1.spec +++ b/stage1.spec @@ -3,6 +3,5 @@ version_stamp: 10.0 target: stage1 rel_type: default profile: default/linux/x86/10.0 -snapshot: 20110511 -source_subpath: stage3-i686-20110503 -# portage_confdir: /var/svnroot/releng/trunk/releases/10.2/portage/
\ No newline at end of file +snapshot: latest +source_subpath: stage3-i686-20110524
\ No newline at end of file diff --git a/stage2.spec b/stage2.spec index 2dd11f0..aef6c17 100755 --- a/stage2.spec +++ b/stage2.spec @@ -3,5 +3,5 @@ target: stage2 version_stamp: 10.0 rel_type: default profile: default/linux/x86/10.0 -snapshot: 20110511 +snapshot: latest source_subpath: default/stage1-i686-10.0
\ No newline at end of file diff --git a/stage3.spec b/stage3.spec index e31e8d9..7438bd0 100644..100755 --- a/stage3.spec +++ b/stage3.spec @@ -3,5 +3,5 @@ target: stage3 version_stamp: 10.0 rel_type: default profile: default/linux/x86/10.0 -snapshot: 20110511 +snapshot: latest source_subpath: default/stage2-i686-10.0
\ No newline at end of file |