public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] Newer releng spec files?
@ 2013-01-31 20:27 W. Trevor King
  2013-01-31 20:48 ` Dustin C. Hatch
  0 siblings, 1 reply; 19+ messages in thread
From: W. Trevor King @ 2013-01-31 20:27 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Are there spec files somewhere that are more recent than:

  http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/src/releng/specs/2007.1/

There's also:

  http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-src/releng/specs/

but that looks even older.

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread
* [gentoo-catalyst] [PATCH] examples: Add newlines to accidentally unwrapped comment lines
@ 2013-02-01  2:19 W. Trevor King
  2013-02-01  1:34 ` [gentoo-catalyst] [PATCH] Move bug-reporting and mailing list notes from TODO to README W. Trevor King
  0 siblings, 1 reply; 19+ messages in thread
From: W. Trevor King @ 2013-02-01  2:19 UTC (permalink / raw
  To: gentoo-catalyst; +Cc: W. Trevor King

From: "W. Trevor King" <wking@tremily.us>

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 97e49dc..9451b5d 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 18a06a4..8a242ad 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 9da5e5e..501c289 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 65ccbe3..20cc53f 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:
-- 
1.8.1.336.g94702dd



^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-06-15  1:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 20:27 [gentoo-catalyst] Newer releng spec files? W. Trevor King
2013-01-31 20:48 ` Dustin C. Hatch
2013-01-31 22:33   ` [gentoo-catalyst] [PATCH] examples/README: Add a pointer to the releng Git repository W. Trevor King
2013-03-02 20:22     ` [gentoo-catalyst] Bumping a few patches (releng-link, bugs, spec-comments, howto) W. Trevor King
2013-04-10 15:09       ` [gentoo-catalyst] " W. Trevor King
2013-05-03 17:25         ` [gentoo-catalyst] Re: Bumping a few patches (releng-link, bugs, spec-comments, ...) W. Trevor King
2013-12-14  4:58         ` [gentoo-catalyst] Re: Bumping a few patches (releng-link, bugs, spec-comments, howto) W. Trevor King
2013-12-20  5:02           ` [gentoo-catalyst] Re: Bumping a few patches (releng-link, bugs, spec-comments, howto-stage-descriptions, ...) W. Trevor King
2013-12-31 17:03             ` W. Trevor King
2014-01-01  6:20               ` Jorge Manuel B. S. Vicetto
2014-01-01 17:54                 ` W. Trevor King
2014-01-06  3:55               ` [gentoo-catalyst] Re: Bumping a few patches (releng-link, bugs, spec-comments, term-env-var, ...) W. Trevor King
2014-06-14 16:14                 ` [gentoo-catalyst] Re: Bumping a few patches (releng-link, bugs, spec-comments, pandoc-mediawiki, ...) W. Trevor King
2014-06-14 23:27                   ` Brian Dolbec
2014-06-15  0:04                     ` W. Trevor King
2014-06-15  1:01                       ` Brian Dolbec
2013-01-31 22:56   ` [gentoo-catalyst] Newer releng spec files? W. Trevor King
  -- strict thread matches above, loose matches on Subject: below --
2013-02-01  2:19 [gentoo-catalyst] [PATCH] examples: Add newlines to accidentally unwrapped comment lines W. Trevor King
2013-02-01  1:34 ` [gentoo-catalyst] [PATCH] Move bug-reporting and mailing list notes from TODO to README W. Trevor King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox