From 829f107beb4a4fed764cee41c417bcf2054282ce Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 15 Jun 2015 17:14:05 -0400 Subject: [PATCH] For Ubuntu builds, adding a .gitignore to ignore the files generated from the builds. Also remove the changelog because that file is going to be ignored from the source tree. Ubuntu builds are being done in the xcat-core directory and causing issues when we are switching between releases. Should probably change the builds scripts as a longer term solution --- .gitignore | 14 ++++ perl-xCAT/debian/changelog | 11 --- xCAT-IBMhpc/debian/changelog | 5 -- xCAT-OpenStack-baremetal/debian/changelog | 5 -- xCAT-OpenStack/debian/changelog | 5 -- xCAT-UI/debian/changelog | 11 --- xCAT-buildkit/debian/changelog | 5 -- .../share/xcat/kits/debian_template/changelog | 5 -- xCAT-client/debian/changelog | 23 ------ xCAT-confluent/debian/changelog | 5 -- xCAT-genesis-builder/debian/changelog | 5 -- xCAT-genesis-scripts/debian/changelog | 11 --- xCAT-nbroot/debian/changelog | 11 --- xCAT-nbroot2/debian/changelog | 77 ------------------- xCAT-rmc/debian/changelog | 5 -- xCAT-server/debian/changelog | 71 ----------------- xCAT-test/debian/changelog | 5 -- xCAT-vlan/debian/changelog | 5 -- xCAT/debian/changelog | 53 ------------- xCATsn/debian/changelog | 11 --- 20 files changed, 14 insertions(+), 329 deletions(-) create mode 100644 .gitignore delete mode 100644 perl-xCAT/debian/changelog delete mode 100644 xCAT-IBMhpc/debian/changelog delete mode 100644 xCAT-OpenStack-baremetal/debian/changelog delete mode 100644 xCAT-OpenStack/debian/changelog delete mode 100644 xCAT-UI/debian/changelog delete mode 100644 xCAT-buildkit/debian/changelog delete mode 100644 xCAT-buildkit/share/xcat/kits/debian_template/changelog delete mode 100644 xCAT-client/debian/changelog delete mode 100644 xCAT-confluent/debian/changelog delete mode 100644 xCAT-genesis-builder/debian/changelog delete mode 100644 xCAT-genesis-scripts/debian/changelog delete mode 100644 xCAT-nbroot/debian/changelog delete mode 100644 xCAT-nbroot2/debian/changelog delete mode 100644 xCAT-rmc/debian/changelog delete mode 100644 xCAT-server/debian/changelog delete mode 100644 xCAT-test/debian/changelog delete mode 100755 xCAT-vlan/debian/changelog delete mode 100644 xCAT/debian/changelog delete mode 100644 xCATsn/debian/changelog diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e38227e4c --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# +# Adding .gitignore files because debian builds are being done in the xcat-core +# directory, causing issues when switching branches. +# +*debhelper.log +*changelog +*substvars +*man1 +*man3 +*man5 +*man7 +*man8 +*.tmp + diff --git a/perl-xCAT/debian/changelog b/perl-xCAT/debian/changelog deleted file mode 100644 index 62b6c3c4d..000000000 --- a/perl-xCAT/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -perl-xcat (2.5.0-2) stable; urgency=low - - * Initial Debian build - - -- Mark Hamzy Fri, 29 Apr 2011 14:40:34 -0500 - -perl-xcat (2.5.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Mon, 25 oct 2010 09:00:00 -0000 diff --git a/xCAT-IBMhpc/debian/changelog b/xCAT-IBMhpc/debian/changelog deleted file mode 100644 index a1280a864..000000000 --- a/xCAT-IBMhpc/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-ibmhpc (2.8.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Tue, 03 Apr 2012 09:00:00 -0000 diff --git a/xCAT-OpenStack-baremetal/debian/changelog b/xCAT-OpenStack-baremetal/debian/changelog deleted file mode 100644 index 5502ea420..000000000 --- a/xCAT-OpenStack-baremetal/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-openstack-baremetal (2.8.4-1) unstable; urgency=low - - * Initial release (Closes: #nnnn) - - -- root Wed, 12 Mar 2014 01:47:54 -0700 diff --git a/xCAT-OpenStack/debian/changelog b/xCAT-OpenStack/debian/changelog deleted file mode 100644 index 0c268ac0f..000000000 --- a/xCAT-OpenStack/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-openstack (2.9) unstable; urgency=low - - * Initial release - - -- root Mon, 01 Jul 2013 15:04:41 +0800 diff --git a/xCAT-UI/debian/changelog b/xCAT-UI/debian/changelog deleted file mode 100644 index eaf45db2a..000000000 --- a/xCAT-UI/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -xcat-ui (2.5.0-2) stable; urgency=low - - * Initial Debian build - - -- Mark Hamzy Fri, 29 Apr 2011 14:40:34 -0500 - -xcat-ui (2.5.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Mon, 25 Oct 2010 09:00:00 -0000 diff --git a/xCAT-buildkit/debian/changelog b/xCAT-buildkit/debian/changelog deleted file mode 100644 index a83099027..000000000 --- a/xCAT-buildkit/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-buildkit (2.9) precise; urgency=low - - * Initial release. - - -- root Fri, 01 Mar 2013 14:05:43 +0800 diff --git a/xCAT-buildkit/share/xcat/kits/debian_template/changelog b/xCAT-buildkit/share/xcat/kits/debian_template/changelog deleted file mode 100644 index cec4ac85d..000000000 --- a/xCAT-buildkit/share/xcat/kits/debian_template/changelog +++ /dev/null @@ -1,5 +0,0 @@ -<<>> (1.0) precise; urgency=low - - * Kit component package build. - - -- root Fri, 01 Mar 2013 14:05:43 +0800 diff --git a/xCAT-client/debian/changelog b/xCAT-client/debian/changelog deleted file mode 100644 index 33312ce38..000000000 --- a/xCAT-client/debian/changelog +++ /dev/null @@ -1,23 +0,0 @@ -xcat-client (2.5.0-2) stable; urgency=low - - * Initial Debian build - - -- Mark Hamzy Fri, 29 Apr 2011 14:40:34 -0500 - -xcat-client (2.5.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Mon, 25 Oct 2010 09:00:00 -0000 - -xcat-client (2.0-2) testing; urgency=low - - * post-release snap - - -- Isaac Freeman Mon, 16 Jun 2008 15:35:47 -0400 - -xcat-client (2.0-1) lenny; urgency=low - - * Initial release - - -- Isaac Freeman Thu, 08 May 2008 13:16:08 -0400 diff --git a/xCAT-confluent/debian/changelog b/xCAT-confluent/debian/changelog deleted file mode 100644 index 770ec7a4a..000000000 --- a/xCAT-confluent/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-confluent (2.10-snap20150325) unstable; urgency=low - - * Initial release - - -- root Wed, 25 Mar 2015 13:41:35 -0400 diff --git a/xCAT-genesis-builder/debian/changelog b/xCAT-genesis-builder/debian/changelog deleted file mode 100644 index 4ae900969..000000000 --- a/xCAT-genesis-builder/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-genesis-base-amd64 (2.8) stable; urgency=low - - * Initial Release - - -- OCF xCAT Thu, 05 Apr 2012 00:00:00 +0100 diff --git a/xCAT-genesis-scripts/debian/changelog b/xCAT-genesis-scripts/debian/changelog deleted file mode 100644 index 1780cb54a..000000000 --- a/xCAT-genesis-scripts/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -xcat-genesis-scripts (2.8-snap20130205) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 05 Feb 2013 16:52:00 +0800 - -xcat-genesis-scripts (2.8-1) unstable; urgency=low - - * Initial release (Closes: #nnnn) - - -- root Mon, 04 Feb 2013 17:26:52 +0800 diff --git a/xCAT-nbroot/debian/changelog b/xCAT-nbroot/debian/changelog deleted file mode 100644 index dd1b561be..000000000 --- a/xCAT-nbroot/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -xcat-nbroot-core (2.5.0-1) stable; urgency=low - - * Initial Debian build - - -- Mark Hamzy Fri, 29 Apr 2011 14:40:34 -0500 - -xcat-nbroot-core (2.5.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Mon, 25 Oct 2010 09:00:00 -0000 diff --git a/xCAT-nbroot2/debian/changelog b/xCAT-nbroot2/debian/changelog deleted file mode 100644 index b9e8f45dc..000000000 --- a/xCAT-nbroot2/debian/changelog +++ /dev/null @@ -1,77 +0,0 @@ -xcat-genesis (2.8-snap20130118) stable; urgency=low - - * Nightly_Builds - - -- root Fri, 18 Jan 2013 22:45:30 -0500 - -xcat-genesis (2.8-snap20130118) stable; urgency=low - - * Nightly_Builds - - -- root Fri, 18 Jan 2013 22:04:43 -0500 - -xcat-genesis (2.8-snap20130118) stable; urgency=low - - * Nightly_Builds - - -- root Fri, 18 Jan 2013 21:59:29 -0500 - -xcat-genesis (2.8-local20130118) stable; urgency=low - - * Personal Build - - -- root Fri, 18 Jan 2013 09:53:50 -0500 - -xcat-genesis (2.8-local20130118) stable; urgency=low - - * Personal Build - - -- root Fri, 18 Jan 2013 09:50:10 -0500 - -xcat-genesis (2.8-snap20130109) stable; urgency=low - - * Nightly_Builds - - -- root Wed, 09 Jan 2013 02:47:44 -0500 - -xcat-genesis (2.8-snap20130109) stable; urgency=low - - * Nightly_Builds - - -- root Wed, 09 Jan 2013 01:51:17 -0500 - -xcat-genesis (2.8-snap20130106) stable; urgency=low - - * Nightly_Builds - - -- root Sun, 06 Jan 2013 01:22:57 -0500 - -xcat-genesis (2.8-snap20130106) stable; urgency=low - - * Nightly_Builds - - -- root Sun, 06 Jan 2013 01:09:11 -0500 - -xcat-genesis (2.8-snap20130106) stable; urgency=low - - * Nightly_Builds - - -- root Sun, 06 Jan 2013 00:26:37 -0500 - -xcat-genesis (2.8-snap20130105) stable; urgency=low - - * Nightly_Builds - - -- root Sat, 05 Jan 2013 01:38:55 -0500 - -xcat-genesis (2.8-snap20130105) stable; urgency=low - - * Nightly_Builds - - -- root Sat, 05 Jan 2013 01:32:17 -0500 - -xcat-genesis (2.8.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Thu, 05 Apr 2012 00:00:00 +0100 diff --git a/xCAT-rmc/debian/changelog b/xCAT-rmc/debian/changelog deleted file mode 100644 index 89029a381..000000000 --- a/xCAT-rmc/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-rmc (2.8.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Thu, 05 Apr 2012 00:00:00 +0100 diff --git a/xCAT-server/debian/changelog b/xCAT-server/debian/changelog deleted file mode 100644 index c7d100957..000000000 --- a/xCAT-server/debian/changelog +++ /dev/null @@ -1,71 +0,0 @@ -xcat-server (2.8snap-rev14173M-20121101) precise; urgency=low - - * Nightly_Builds - - -- root Thu, 01 Nov 2012 14:28:49 +0800 - -xcat-server (2.8snap-rev14173M-20121101) precise; urgency=low - - * Nightly_Builds - - -- root Thu, 01 Nov 2012 11:33:00 +0800 - -xcat-server (2.8snap-rev14173M-20121031) precise; urgency=low - - * Nightly_Builds - - -- root Wed, 31 Oct 2012 17:45:48 +0800 - -xcat-server (2.8snap-rev14114M-20121025) precise; urgency=low - - * Nightly_Builds - - -- root Thu, 25 Oct 2012 14:38:45 +0800 - -xcat-server (2.8snap-rev14114M-20121025) precise; urgency=low - - * Nightly_Builds - - -- root Thu, 25 Oct 2012 14:11:43 +0800 - -xcat-server (2.8snap-rev14103M-20121024) precise; urgency=low - - * Nightly_Builds - - -- root Wed, 24 Oct 2012 10:39:37 +0800 - -xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:21:18 +0800 - -xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:10:42 +0800 - -xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:08:50 +0800 - -xcat-server (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:07:37 +0800 - -xcat-server (2.5.0-2) stable; urgency=low - - * Initial Debian build - - -- Mark Hamzy Fri, 29 Apr 2011 14:40:34 -0500 - -xcat-server (2.5.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Mon, 25 Oct 2010 09:00:00 -0000 diff --git a/xCAT-test/debian/changelog b/xCAT-test/debian/changelog deleted file mode 100644 index 3c5e1fcb2..000000000 --- a/xCAT-test/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-test (2.7) maverick; urgency=low - - * initial build - - -- tonetto Thu, 22 Sep 2011 19:42:58 -0300 diff --git a/xCAT-vlan/debian/changelog b/xCAT-vlan/debian/changelog deleted file mode 100755 index d9c1c46ad..000000000 --- a/xCAT-vlan/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -xcat-vlan (2.9-snap201304181624) unstable; urgency=low - - * Initial release (Closes: #nnnn) - - -- root Thu, 18 Apr 2013 15:40:26 +0800 diff --git a/xCAT/debian/changelog b/xCAT/debian/changelog deleted file mode 100644 index e9e7e66e9..000000000 --- a/xCAT/debian/changelog +++ /dev/null @@ -1,53 +0,0 @@ -xcat (2.8snap-rev14114M-20121025) precise; urgency=low - - * Nightly_Builds - - -- root Thu, 25 Oct 2012 14:39:07 +0800 - -xcat (2.8snap-rev14114M-20121025) precise; urgency=low - - * Nightly_Builds - - -- root Thu, 25 Oct 2012 14:12:06 +0800 - -xcat (2.8snap-rev14103M-20121024) precise; urgency=low - - * Nightly_Builds - - -- root Wed, 24 Oct 2012 10:40:22 +0800 - -xcat (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:21:32 +0800 - -xcat (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:10:53 +0800 - -xcat (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:09:04 +0800 - -xcat (2.8snap-rev14094M-20121023) precise; urgency=low - - * Nightly_Builds - - -- root Tue, 23 Oct 2012 18:07:40 +0800 - -xcat (2.5.0-2) stable; urgency=low - - * Initial Debian build - - -- Mark Hamzy Fri, 29 Apr 2011 14:40:34 -0500 - -xcat (2.5.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Mon, 25 Oct 2010 09:00:00 -0000 diff --git a/xCATsn/debian/changelog b/xCATsn/debian/changelog deleted file mode 100644 index 85e5b66c7..000000000 --- a/xCATsn/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -xcatsn (2.5.0-2) stable; urgency=low - - * Initial Debian build - - -- Mark Hamzy Fri, 29 Apr 2011 14:40:34 -0500 - -xcatsn (2.5.0-1) stable; urgency=low - - * Initial Release - - -- OCF xCAT Mon, 25 Oct 2010 09:00:00 -0000