[Lunar-commits] <moonbase> buildbot: new module
Samuel Verstraete
elangelo at lunar-linux.org
Wed Dec 9 11:52:28 CET 2009
commit 68c7c2268fe879ac1e9189dcb6be7c65dfd3f2ed
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Sun Jun 21 10:25:54 2009 +0200
buildbot: new module
---
devel/buildbot/BUILD | 4 ++++
devel/buildbot/DEPENDS | 1 +
devel/buildbot/DETAILS | 13 +++++++++++++
3 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/devel/buildbot/BUILD b/devel/buildbot/BUILD
new file mode 100644
index 0000000..3d6b04e
--- /dev/null
+++ b/devel/buildbot/BUILD
@@ -0,0 +1,4 @@
+(
+ prepare_install &&
+ python ./setup.py install
+) > $C_FIFO 2>&1
diff --git a/devel/buildbot/DEPENDS b/devel/buildbot/DEPENDS
new file mode 100644
index 0000000..2f6cf73
--- /dev/null
+++ b/devel/buildbot/DEPENDS
@@ -0,0 +1 @@
+depends Twisted
diff --git a/devel/buildbot/DETAILS b/devel/buildbot/DETAILS
new file mode 100644
index 0000000..373236d
--- /dev/null
+++ b/devel/buildbot/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=buildbot
+ VERSION=0.7.10p1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:799bf66cf4d6f8b9f94c0b167ac14b1198afdb7d
+ ENTERED=20090616
+ UPDATED=20090616
+ SHORT="buildbot"
+
+cat<<EOF
+The BuildBot is a system to automate the compile/test cycle required
+by most software projects to validate code changes.
+EOF
More information about the Lunar-commits
mailing list