* [gentoo-commits] proj/catalyst:pending commit in: examples/
@ 2015-02-26 19:25 Brian Dolbec
2015-02-26 20:12 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
0 siblings, 1 reply; 3+ messages in thread
From: Brian Dolbec @ 2015-02-26 19:25 UTC (permalink / raw
To: gentoo-commits
commit: cd5e5ea62248a0bf70efe7f75e36a0fc0106f3e4
Author: W. Trevor King <wking <AT> tremily <DOT> us>
AuthorDate: Fri Feb 1 02:17:50 2013 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 19:15:20 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=cd5e5ea6
examples: Add newlines to accidentally unwrapped comment lines
With:
$ sed -i 's/^\(#.*\)\(#.*\)/\1\n\2/' examples/*.spec
---
examples/grp_template.spec | 9 ++++++---
examples/livecd-stage1_template.spec | 9 ++++++---
examples/livecd-stage2_template.spec | 9 ++++++---
examples/netboot_template.spec | 9 ++++++---
examples/snapshot_template.spec | 3 ++-
examples/stage4_template.spec | 12 ++++++++----
examples/tinderbox_template.spec | 9 ++++++---
7 files changed, 40 insertions(+), 20 deletions(-)
diff --git a/examples/grp_template.spec b/examples/grp_template.spec
index 8cf9e27..c3d2c50 100644
--- a/examples/grp_template.spec
+++ b/examples/grp_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target: grp
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
diff --git a/examples/livecd-stage1_template.spec b/examples/livecd-stage1_template.spec
index 322ebd3..a3cd939 100644
--- a/examples/livecd-stage1_template.spec
+++ b/examples/livecd-stage1_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
index 1a26bc6..ca1ca82 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/livecd-stage1-x86-2006.1
source_subpath:
diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec
index 7671d4d..921ddf4 100644
--- a/examples/netboot_template.spec
+++ b/examples/netboot_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
diff --git a/examples/snapshot_template.spec b/examples/snapshot_template.spec
index f683f25..8f2136b 100644
--- a/examples/snapshot_template.spec
+++ b/examples/snapshot_template.spec
@@ -5,7 +5,8 @@
# target: snapshot
target:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec
index 6684ffc..c3a53d5 100644
--- a/examples/stage4_template.spec
+++ b/examples/stage4_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
@@ -119,7 +122,8 @@ stage4/splash_theme:
# stage4/gk_mainargs: --lvm --dmraid
stage4/gk_mainargs:
-# This option allows you to specify your own linuxrc script for genkernel to use# when building your CD. This is not checked for functionality, so it is up to
+# This option allows you to specify your own linuxrc script for genkernel to use
+# when building your CD. This is not checked for functionality, so it is up to
# you to debug your own script. We do not use one for the official release
# media, so there will not be one listed below.
# example:
diff --git a/examples/tinderbox_template.spec b/examples/tinderbox_template.spec
index 09cc20f..db0dba2 100644
--- a/examples/tinderbox_template.spec
+++ b/examples/tinderbox_template.spec
@@ -7,7 +7,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -24,7 +25,8 @@ target: tinderbox
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -35,7 +37,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/catalyst:master commit in: examples/
2015-02-26 19:25 [gentoo-commits] proj/catalyst:pending commit in: examples/ Brian Dolbec
@ 2015-02-26 20:12 ` Brian Dolbec
0 siblings, 0 replies; 3+ messages in thread
From: Brian Dolbec @ 2015-02-26 20:12 UTC (permalink / raw
To: gentoo-commits
commit: cd5e5ea62248a0bf70efe7f75e36a0fc0106f3e4
Author: W. Trevor King <wking <AT> tremily <DOT> us>
AuthorDate: Fri Feb 1 02:17:50 2013 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 19:15:20 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=cd5e5ea6
examples: Add newlines to accidentally unwrapped comment lines
With:
$ sed -i 's/^\(#.*\)\(#.*\)/\1\n\2/' examples/*.spec
---
examples/grp_template.spec | 9 ++++++---
examples/livecd-stage1_template.spec | 9 ++++++---
examples/livecd-stage2_template.spec | 9 ++++++---
examples/netboot_template.spec | 9 ++++++---
examples/snapshot_template.spec | 3 ++-
examples/stage4_template.spec | 12 ++++++++----
examples/tinderbox_template.spec | 9 ++++++---
7 files changed, 40 insertions(+), 20 deletions(-)
diff --git a/examples/grp_template.spec b/examples/grp_template.spec
index 8cf9e27..c3d2c50 100644
--- a/examples/grp_template.spec
+++ b/examples/grp_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target: grp
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
diff --git a/examples/livecd-stage1_template.spec b/examples/livecd-stage1_template.spec
index 322ebd3..a3cd939 100644
--- a/examples/livecd-stage1_template.spec
+++ b/examples/livecd-stage1_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec
index 1a26bc6..ca1ca82 100644
--- a/examples/livecd-stage2_template.spec
+++ b/examples/livecd-stage2_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/livecd-stage1-x86-2006.1
source_subpath:
diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec
index 7671d4d..921ddf4 100644
--- a/examples/netboot_template.spec
+++ b/examples/netboot_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
diff --git a/examples/snapshot_template.spec b/examples/snapshot_template.spec
index f683f25..8f2136b 100644
--- a/examples/snapshot_template.spec
+++ b/examples/snapshot_template.spec
@@ -5,7 +5,8 @@
# target: snapshot
target:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec
index 6684ffc..c3a53d5 100644
--- a/examples/stage4_template.spec
+++ b/examples/stage4_template.spec
@@ -8,7 +8,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -26,7 +27,8 @@ target:
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -37,7 +39,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
@@ -119,7 +122,8 @@ stage4/splash_theme:
# stage4/gk_mainargs: --lvm --dmraid
stage4/gk_mainargs:
-# This option allows you to specify your own linuxrc script for genkernel to use# when building your CD. This is not checked for functionality, so it is up to
+# This option allows you to specify your own linuxrc script for genkernel to use
+# when building your CD. This is not checked for functionality, so it is up to
# you to debug your own script. We do not use one for the official release
# media, so there will not be one listed below.
# example:
diff --git a/examples/tinderbox_template.spec b/examples/tinderbox_template.spec
index 09cc20f..db0dba2 100644
--- a/examples/tinderbox_template.spec
+++ b/examples/tinderbox_template.spec
@@ -7,7 +7,8 @@
# subarch: athlon-xp
subarch:
-# The version stamp is an identifier for the build. It can be anything you wish# it to be, but it is usually a date.
+# The version stamp is an identifier for the build. It can be anything you wish
+# it to be, but it is usually a date.
# example:
# version_stamp: 2006.1
version_stamp:
@@ -24,7 +25,8 @@ target: tinderbox
# rel_type: default
rel_type:
-# This is the system profile to be used by catalyst to build this target. It is# specified as a relative path from /usr/portage/profiles.
+# This is the system profile to be used by catalyst to build this target. It is
+# specified as a relative path from /usr/portage/profiles.
# example:
# profile: default-linux/x86/2006.1
profile:
@@ -35,7 +37,8 @@ profile:
snapshot:
# This specifies where the seed stage comes from for this target, The path is
-# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix# for the seed.
+# relative to $clst_sharedir/builds. The rel_type is also used as a path prefix
+# for the seed.
# example:
# default/stage3-x86-2006.1
source_subpath:
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/catalyst:master commit in: examples/
@ 2015-02-26 20:12 Brian Dolbec
2015-02-26 19:25 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec
0 siblings, 1 reply; 3+ messages in thread
From: Brian Dolbec @ 2015-02-26 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 4b57756242ba9bfcb6817bbba500edcc93607d0f
Author: W. Trevor King <wking <AT> tremily <DOT> us>
AuthorDate: Thu Jan 31 22:25:47 2013 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Feb 26 19:15:20 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=4b577562
examples/README: Add a pointer to the releng Git repository
Thanks to Dustin C. Hatch for pointing this out, because I wasn't able
to find it on my own. Having a pointer distributed with Catalyst
should help other newcomers find example spec files written by folks
who know what they're doing ;). The current examples lack a full
stage1-through-stage3 progression.
---
examples/README | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/examples/README b/examples/README
new file mode 100644
index 0000000..bfd517a
--- /dev/null
+++ b/examples/README
@@ -0,0 +1,5 @@
+For further examples, see the releases/weekly/specs directory [1] in
+the releng Git repository [2].
+
+[1]: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=tree;f=releases/weekly/specs;hb=HEAD
+[2]: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=summary
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-26 20:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-26 19:25 [gentoo-commits] proj/catalyst:pending commit in: examples/ Brian Dolbec
2015-02-26 20:12 ` [gentoo-commits] proj/catalyst:master " Brian Dolbec
-- strict thread matches above, loose matches on Subject: below --
2015-02-26 20:12 Brian Dolbec
2015-02-26 19:25 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox