Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (2fb8bdf3e03f85afdae13196b7e3abee3c458464)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (2fb8bdf3e03f85afdae13196b7e3abee3c458464)
  • Date: Sat, 29 Sep 2007 15:15:36 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 4 ++++
python-devel/cobbler/DEPENDS | 2 ++
python-devel/cobbler/DETAILS | 17 +++++++++++++++++
python-devel/cobbler/HISTORY | 2 ++
python-devel/koan/DETAILS | 18 ++++++++++++++++++
python-devel/koan/HISTORY | 2 ++
6 files changed, 45 insertions(+)

New commits:
commit 2fb8bdf3e03f85afdae13196b7e3abee3c458464
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

cobbler and koan new nifty packages for managing repositories kickstarts
preseeds networking pxeboot dhcping all of it

diff --git a/ChangeLog b/ChangeLog
index 55b0736..88022a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-29 David Brown <dmlb2000 AT gmail.com>
+ * python-devel/cobbler: new spell dhcp manager
+ * python-devel/koan: virtual machine manager
+
2007-09-29 Pol Vinogradov <vin.public AT gmail.com>
* audio-libs/libdca: new spell, free library for decoding
DTS Coherent Acoustics streams, replacement for libdts
diff --git a/python-devel/cobbler/DEPENDS b/python-devel/cobbler/DEPENDS
new file mode 100755
index 0000000..5013cc1
--- /dev/null
+++ b/python-devel/cobbler/DEPENDS
@@ -0,0 +1,2 @@
+depends cheetah
+depends syslinux
diff --git a/python-devel/cobbler/DETAILS b/python-devel/cobbler/DETAILS
new file mode 100755
index 0000000..0e188da
--- /dev/null
+++ b/python-devel/cobbler/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=cobbler
+ VERSION=0.6.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:96538cad0e06011afe6eaf0225437181faa677faf08de4e0cc3a6d1ce0a28ab41744b1fac0df962c3f0f2f8ac25b7a55df6fa0f0fe0bb506d847e7fc69bdd9d4

+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://cobbler.et.redhat.com/download/${SOURCE}
+ WEB_SITE=http://cobbler.et.redhat.com/
+ ENTERED=20070929
+ LICENSE[0]=GPL
+ SHORT="Provisioning system managing pxeboot dhcp"
+cat << EOF
+Cobbler is a Linux boot server that allows for rapid setup of network
+installation environments. With a simple series of commands, network installs
+can be configured for PXE, reinstallations, and virtualized installs using
Xen
+or KVM. Cobbler uses a helper program called 'Koan' (which interacts with
+Cobbler) for reinstallation and virtualization support.
+EOF
diff --git a/python-devel/cobbler/HISTORY b/python-devel/cobbler/HISTORY
new file mode 100644
index 0000000..c5dcd6b
--- /dev/null
+++ b/python-devel/cobbler/HISTORY
@@ -0,0 +1,2 @@
+2007-09-29 David Brown <dmlb2000 AT gmail.com>
+ * ALL: created spell
diff --git a/python-devel/koan/DETAILS b/python-devel/koan/DETAILS
new file mode 100755
index 0000000..b2bbb0c
--- /dev/null
+++ b/python-devel/koan/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=koan
+ VERSION=0.6.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_HASH=sha512:198ee95f86856ed903e19909307a2c3c5704d22b0f177099298acf30ffa3e421dcf0091666083bf45d5fd6a6e75f0f5bededd2d8951179aa17c76e2ea1f9b664
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://cobbler.et.redhat.com/download/${SOURCE}
+ WEB_SITE=http://cobbler.et.redhat.com/
+ ENTERED=20070929
+ LICENSE[0]=GPL
+ SHORT="Provisioning system managing virtualization installs"
+cat << EOF
+Koan is part of Cobbler
+Cobbler is a Linux boot server that allows for rapid setup of network
+installation environments. With a simple series of commands, network installs
+can be configured for PXE, reinstallations, and virtualized installs using
Xen
+or KVM. Cobbler uses a helper program called 'Koan' (which interacts with
+Cobbler) for reinstallation and virtualization support.
+EOF
diff --git a/python-devel/koan/HISTORY b/python-devel/koan/HISTORY
new file mode 100644
index 0000000..383eb89
--- /dev/null
+++ b/python-devel/koan/HISTORY
@@ -0,0 +1,2 @@
+2007-09-29 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: created spell



  • [SM-Commit] GIT changes to master grimoire by David Brown (2fb8bdf3e03f85afdae13196b7e3abee3c458464), David Brown, 09/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page