|
From: Christopher D. M. <cas...@us...> - 2012-02-24 23:55:50
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "cap4".
The branch, master has been updated
via ee8eddbbf5188ca60541b01fa7e396d90273720a (commit)
from ed925278691d7b6dfe47f167d3d46d103e3595ff (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ee8eddbbf5188ca60541b01fa7e396d90273720a
Author: CDM <cas...@us...>
Date: Fri Feb 24 16:55:08 2012 -0700
CDM: add initial support for Debian, still developing
-----------------------------------------------------------------------
Summary of changes:
build-cap4.sh | 4 ++--
debian/DEBIAN/conffiles | 1 +
debian/DEBIAN/control | 39 +++++++++++++++++++++++++++++++++++++++
3 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 debian/DEBIAN/conffiles
create mode 100644 debian/DEBIAN/control
diff --git a/build-cap4.sh b/build-cap4.sh
index 3211624..d703cd3 100755
--- a/build-cap4.sh
+++ b/build-cap4.sh
@@ -130,9 +130,9 @@ elif [ $PKG = deb ]; then
sed ${REL_SEDCMD} $CAP4DEVHOME/debian/DEBIAN/control > /tmp/cap4-debian/DEBIAN/control
cd /tmp
if [ -z $RELEASE ]; then
- DIST_DEB=cap4-${VERSION}-1.deb
+ DIST_DEB=cap-${VERSION}-1.deb
else
- DIST_DEB=cap4-${VERSION}-1_${RELEASE}.deb
+ DIST_DEB=cap-${VERSION}-1_${RELEASE}.deb
fi
dpkg -b /tmp/cap4-debian ${DIST_DEB}
rm -fr /tmp/cap4-debian
diff --git a/debian/DEBIAN/conffiles b/debian/DEBIAN/conffiles
new file mode 100644
index 0000000..fc6374a
--- /dev/null
+++ b/debian/DEBIAN/conffiles
@@ -0,0 +1 @@
+/etc/cap/cap.conf
diff --git a/debian/DEBIAN/control b/debian/DEBIAN/control
new file mode 100644
index 0000000..e9eb28b
--- /dev/null
+++ b/debian/DEBIAN/control
@@ -0,0 +1,39 @@
+Package: cap-4.1
+Version: RELEASE
+Section: misc
+Priority: extra
+Architecture: all
+Depends: coreutils, util-linux, rsync
+Pre-Depends: perl
+Recommends: pdsh
+Suggests: pdsh
+Conflicts:
+Replaces:
+Installed-Size: 3300
+Maintainer: CAP DEVELOPERS <cap-devel_AT_sf_DOT_net>
+Description: The Cluster Administration Package (CAP) is meant to ease integration,
+configuration, and systems management for clustering. It is the "glue"
+that allows cluster administrators to leverage existing technologies
+in a functional framework. This is done by delivering functionality
+into three component categories.
+
+The first is "Information Management." From this category functions
+can be written to generate standard unix configuration files or to
+produce a file arrangement suitable for other clustering technologies.
+
+The next category is "Control." This category allows an administrator
+to control their cluster as one system using common methods one uses to
+control a single system, such as power and console. With the addition of
+management devices, a cluster administrator can also control uids or
+gather system sensor data when possible.
+
+The last category is "Installation." When installing a multitude of
+systems a cluster administrator wants a common method or set of methods
+to ensure a set of functionality if delivered to each node in their
+cluster. By leveraging existing technologies, CAP can ensure it can adapt
+to fit the needs of other installation methods available. clusters.
+
+Authors:
+--------
+ CAPforge.org
+
hooks/post-receive
--
cap4
|