Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6448e83a25fae157053e9912473ccbf34dd02ad8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6448e83a25fae157053e9912473ccbf34dd02ad8)
  • Date: Thu, 29 Jul 2010 15:32:29 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/rsync/BUILD | 3 +++
ftp/rsync/DETAILS | 2 +-
ftp/rsync/HISTORY | 4 ++++
ftp/rsync/PREPARE | 2 +-
4 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 6448e83a25fae157053e9912473ccbf34dd02ad8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

rsync: switched to master git branch

diff --git a/ftp/rsync/BUILD b/ftp/rsync/BUILD
new file mode 100755
index 0000000..d22e99f
--- /dev/null
+++ b/ftp/rsync/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+default_build &&
+make_normal
diff --git a/ftp/rsync/DETAILS b/ftp/rsync/DETAILS
index 3699408..640ba39 100755
--- a/ftp/rsync/DETAILS
+++ b/ftp/rsync/DETAILS
@@ -6,7 +6,7 @@ if [[ $RSYNC_GIT == y ]]; then
VERSION=git
fi
SOURCE=$SPELL-git.tar.bz2
- SOURCE_URL[0]=git://git.samba.org/$SPELL.git:$SPELL-git:b3.0.x
+ SOURCE_URL[0]=git://git.samba.org/$SPELL.git:$SPELL-git
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=1
diff --git a/ftp/rsync/HISTORY b/ftp/rsync/HISTORY
index 5dc59f6..e6bc939 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,3 +1,7 @@
+2010-07-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, PREPARE: switched to master branch (more recent)
+ * BUILD: added, to fix multijob build
+
2010-07-29 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: added git version
* PREPARE: added, to select git version
diff --git a/ftp/rsync/PREPARE b/ftp/rsync/PREPARE
index 9c39ab9..924ad06 100755
--- a/ftp/rsync/PREPARE
+++ b/ftp/rsync/PREPARE
@@ -1,4 +1,4 @@
-config_query RSYNC_GIT "Build latest version (3.0.x branch) from development
tree?" n &&
+config_query RSYNC_GIT "Build latest version from development tree?" n &&

if [[ $RSYNC_GIT == y ]]; then
config_query RSYNC_AUTOUPDATE \



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6448e83a25fae157053e9912473ccbf34dd02ad8), Vlad Glagolev, 07/29/2010

Archive powered by MHonArc 2.6.24.

Top of Page