Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5a2174d0f436451edcc7395b7118d5563dbc39f6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5a2174d0f436451edcc7395b7118d5563dbc39f6)
  • Date: Thu, 2 Feb 2012 01:48:20 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/dulwich/DETAILS | 4 ++--
python-pypi/dulwich/HISTORY | 3 +++
python-pypi/hg-git/DEPENDS | 4 ++++
python-pypi/hg-git/DETAILS | 16 ++++++++++++++++
python-pypi/hg-git/HISTORY | 7 +++++++
6 files changed, 35 insertions(+), 2 deletions(-)

New commits:
commit 5a2174d0f436451edcc7395b7118d5563dbc39f6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

hg-git-0.3.2 - new spell

commit 6267cb34dae5539bdc6c3b53cb1cfcb652b59f66
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

dulwich: => 0.8.3

diff --git a/ChangeLog b/ChangeLog
index c72ff67..d289f84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-02-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/hg-git: new spell, convert mercurial -> git
+
2012-01-30 David Kowis <dkowis AT shlrm.org>
* utils/gnustubs32: new spell for a symlink needed to make xen build

diff --git a/python-pypi/dulwich/DETAILS b/python-pypi/dulwich/DETAILS
index 2234b28..40f59b9 100755
--- a/python-pypi/dulwich/DETAILS
+++ b/python-pypi/dulwich/DETAILS
@@ -1,6 +1,6 @@
SPELL=dulwich
- VERSION=0.8.2
-
SOURCE_HASH=sha512:bef6b87917f63a5e13d5b20343c63db9dc7a7b24b55e0ddcbc062b8e615451269f6255b88612d7d402597f27cd72ed1434459c072f6181478783620b9a20329d
+ VERSION=0.8.3
+
SOURCE_HASH=sha512:0dec4a45c3d8ba4265a15186f71b6679b59fa71e3cb4127e17bf9e14f47b9068a5f86b45c3e036d4ff10822a89e2597ee2de0cf80a00992fd8abc63a035ebba1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://samba.org/~jelmer/dulwich
diff --git a/python-pypi/dulwich/HISTORY b/python-pypi/dulwich/HISTORY
index ad6baed..ff20053 100644
--- a/python-pypi/dulwich/HISTORY
+++ b/python-pypi/dulwich/HISTORY
@@ -1,3 +1,6 @@
+2012-02-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.3
+
2011-12-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.2

diff --git a/python-pypi/hg-git/DEPENDS b/python-pypi/hg-git/DEPENDS
new file mode 100755
index 0000000..1e48374
--- /dev/null
+++ b/python-pypi/hg-git/DEPENDS
@@ -0,0 +1,4 @@
+depends python &&
+depends SETUPTOOLS &&
+depends mercurial &&
+depends dulwich
diff --git a/python-pypi/hg-git/DETAILS b/python-pypi/hg-git/DETAILS
new file mode 100755
index 0000000..ff694af
--- /dev/null
+++ b/python-pypi/hg-git/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=hg-git
+ VERSION=0.3.2
+
SOURCE_HASH=sha512:d0c5793b4383f69a908c678f5d73983919c767c83438b35cefde93c80c253d93691dae58b9916d9379614156327d62991a113a139d217e88f802ea35b9b7b3e6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://hg-git.github.com/
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/h/hg-git/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20110207
+ KEYWORDS="python devel"
+ SHORT="mercurial to git bridge"
+cat << EOF
+plugin for Mercurial, adding the ability to push to and pull from a Git
server repository from Mercurial.
+This means you can collaborate on Git based projects from Mercurial, or use
a Git server as a
+collaboration point for a team with developers using both Git and Mercurial
+EOF
diff --git a/python-pypi/hg-git/HISTORY b/python-pypi/hg-git/HISTORY
new file mode 100644
index 0000000..de81af1
--- /dev/null
+++ b/python-pypi/hg-git/HISTORY
@@ -0,0 +1,7 @@
+2012-02-02 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.2
+
+2011-02-07 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version git
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5a2174d0f436451edcc7395b7118d5563dbc39f6), Treeve Jelbert, 02/02/2012

Archive powered by MHonArc 2.6.24.

Top of Page