Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (615ba8e89232f7d8744c72972e8b9cba942c0de7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (615ba8e89232f7d8744c72972e8b9cba942c0de7)
  • Date: Fri, 25 Apr 2008 15:15:56 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 4 ++++
python-pypi/gitosis/DEPENDS | 3 +++
python-pypi/gitosis/DETAILS | 26 ++++++++++++++++++++++++++
python-pypi/gitosis/HISTORY | 5 +++++
python-pypi/gitosis/PREPARE | 3 +++
5 files changed, 41 insertions(+)

New commits:
commit 615ba8e89232f7d8744c72972e8b9cba942c0de7
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

gitosis: New spell. Badass git repo manager Ryuji did the work
I'm just sticking it in test.

diff --git a/ChangeLog b/ChangeLog
index 05b4dc2..89f1fbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-25 David Kowis <dkowis AT shlrm.org>
+ * python-pypi/gitosis: new spell, badass git management app
+ Added from ryuji's grimoire thinger
+
2008-04-24 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/rsa: new spell, Pure-Python RSA implementation

diff --git a/python-pypi/gitosis/DEPENDS b/python-pypi/gitosis/DEPENDS
new file mode 100755
index 0000000..3f5cb21
--- /dev/null
+++ b/python-pypi/gitosis/DEPENDS
@@ -0,0 +1,3 @@
+depends git &&
+depends python &&
+depends setuptools
diff --git a/python-pypi/gitosis/DETAILS b/python-pypi/gitosis/DETAILS
new file mode 100755
index 0000000..4470f29
--- /dev/null
+++ b/python-pypi/gitosis/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=gitosis
+if [[ "${GITOSIS_AUTOUPDATE}" == "y" ]]; then
+ VERSION="$(date +%Y%m%d)"
+else
+ VERSION=git
+fi
+ SOURCE=${SPELL}-git.tar.bz2
+ FORCE_DOWNLOAD=on
+ SOURCE_URL=git://eagain.net/gitosis.git:${SPELL}-git
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-git
+ WEB_SITE="http://egain.net/";
+ ENTERED=20080421
+ LICENSE[0]=GPL
+ SHORT="A git repository manager with tight access control"
+ DOCS="${DOCS} etc-event.d-local-git-daemon *.conf *.rst"
+cat << EOF
+Manage "git" repositories, provide access to them over SSH,
+with tight access control and not needing shell accounts.
+
+"gitosis" aims to make hosting "git" repos easier and safer. It
+manages multiple repositories under one user account, using SSH keys
+to identify users. End users do not need shell accounts on the server,
+they will talk to one shared account that will not let them run
+arbitrary commands.
+EOF
diff --git a/python-pypi/gitosis/HISTORY b/python-pypi/gitosis/HISTORY
new file mode 100644
index 0000000..a22a6b0
--- /dev/null
+++ b/python-pypi/gitosis/HISTORY
@@ -0,0 +1,5 @@
+2008-04-22 David Kowis <dkowis AT shlrm.org>
+ * DEPENDS: added git as a hard depends
+
+2008-04-21 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS, DEPENDS, PREPARE: spell created
diff --git a/python-pypi/gitosis/PREPARE b/python-pypi/gitosis/PREPARE
new file mode 100755
index 0000000..dc640e1
--- /dev/null
+++ b/python-pypi/gitosis/PREPARE
@@ -0,0 +1,3 @@
+config_query GITOSIS_AUTOUPDATE \
+ "Automaticaly update the spell on sorcery queue/system-update?"
"n"
+



  • [SM-Commit] GIT changes to master grimoire by David Kowis (615ba8e89232f7d8744c72972e8b9cba942c0de7), David Kowis, 04/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page