forked from funtoo/metro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert stage4 to consistent naming scheme and add exception for openvz
- Loading branch information
Showing
3 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[collect ./stage.spec] | ||
[collect ../steps/symlink.spec] | ||
|
||
[section trigger] | ||
|
||
ok/run: [ | ||
#!/bin/bash | ||
|
||
install -d $[path/mirror/target/control]/version/stage4 || exit 1 | ||
echo "$[target/version]" > $[path/mirror/target/control]/version/stage4/$[stage4/target/name] || exit 1 | ||
|
||
$[[trigger/ok/symlink]] | ||
] | ||
|
||
[section portage] | ||
|
||
ROOT: / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
[collect ./stage.spec] | ||
[collect ../steps/symlink.spec] | ||
[collect ./stage4-common.spec] | ||
|
||
[section target] | ||
|
||
name: $[:build]-$[:subarch]-$[stage4/target/name]-$[:version] | ||
name/latest: $[:build]-$[stage4/target/name]-$[path/mirror/link/suffix] | ||
name/full_latest: $[:build]-$[:subarch]-$[stage4/target/name]-$[path/mirror/link/suffix] | ||
|
||
[section trigger] | ||
|
||
ok/run: [ | ||
#!/bin/bash | ||
|
||
install -d $[path/mirror/target/control]/version/stage4 || exit 1 | ||
echo "$[target/version]" > $[path/mirror/target/control]/version/stage4/$[stage4/target/name] || exit 1 | ||
|
||
$[[trigger/ok/symlink]] | ||
] | ||
|
||
[section portage] | ||
|
||
ROOT: / | ||
name: $[stage4/target/name]-$[:subarch]-$[:build]-$[:version] | ||
name/latest: $[stage4/target/name]-$[path/mirror/link/suffix] | ||
name/full_latest: $[stage4/target/name]-$[:subarch]-$[:build]-$[path/mirror/link/suffix] |