From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE2861387AF for ; Fri, 1 Feb 2013 02:19:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47B81E050C; Fri, 1 Feb 2013 02:19:22 +0000 (UTC) Received: from vms173007pub.verizon.net (vms173007pub.verizon.net [206.46.173.7]) by pigeon.gentoo.org (Postfix) with ESMTP id C5FB4E050C for ; Fri, 1 Feb 2013 02:19:21 +0000 (UTC) Received: from odin.tremily.us ([unknown] [72.68.84.219]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MHI00AKNRRY8040@vms173007.mailsrvcs.net> for gentoo-catalyst@lists.gentoo.org; Thu, 31 Jan 2013 20:19:11 -0600 (CST) Received: by odin.tremily.us (Postfix, from userid 1000) id 55D24863DE9; Thu, 31 Jan 2013 21:19:08 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tremily.us; s=odin; t=1359685149; bh=8hAVcqp68jlGokF+2Ej4Wi5rURQtXdiPXMrUVf9etwE=; h=From:To:Cc:Subject:Date; b=WUt2N18bqurb+T7q89LdsC88/BT+GPwEw11v1pj6VtcovQaGwHF0K7HxdIb3ZJsJH 8H8+rNDUEiBoaJf1m//CVr3mMD2RoJPdawIQGsWryY1gPmqzeTwJUT8aPzks+nxFbj zCTTwRkUiy3BAExnfIs9W73U4zXy5EYXatQuXVzs= From: "W. Trevor King" To: gentoo-catalyst@lists.gentoo.org Cc: "W. Trevor King" Subject: [gentoo-catalyst] [PATCH] examples: Add newlines to accidentally unwrapped comment lines Date: Thu, 31 Jan 2013 21:19:06 -0500 Message-id: <80e0140be0a82ad25a6c775386e5778566b7ec5c.1359685121.git.wking@tremily.us> X-Mailer: git-send-email 1.7.12.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Archives-Salt: e68991d7-2c0c-48a4-aaac-a610301f701f X-Archives-Hash: 92ab3ff04c563eb82564b5d65a31707c From: "W. Trevor King" 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