Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (e054c02ae28f85718fe7e8ad28fffede7a79d6b8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (e054c02ae28f85718fe7e8ad28fffede7a79d6b8)
  • Date: Sun, 2 Sep 2007 05:34:54 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

database/postgresql/HISTORY | 5 +++++
database/postgresql/PRE_BUILD | 4 ++--
database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz | 0
database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz |binary
dev/null |binary
5 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit e054c02ae28f85718fe7e8ad28fffede7a79d6b8
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

postgresql: updated broken pgcluster patch. Something that needs to
be check on version updates.

diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index a6a2ca0..5072e67 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,8 @@
+2007-09-02 George Sherwood <george AT beernabeer.com>
+ * PRE_BUILD: Updated for latest pgcluster patch.
+ * pgcluster-1.7.0rc7.patch.tar.gz: Added latest patch
+ * pgcluster-1.7.0rc3-patch.tar.gz: Removed old patch
+
2007-08-26 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: added missing optional dep on openldap
* DETAILS: patchlevel++
diff --git a/database/postgresql/PRE_BUILD b/database/postgresql/PRE_BUILD
index 86f2b83..1d2ff68 100755
--- a/database/postgresql/PRE_BUILD
+++ b/database/postgresql/PRE_BUILD
@@ -2,6 +2,6 @@ create_account postgres &&
default_pre_build &&
cd $SOURCE_DIRECTORY &&
if [ "$PGSQL_CLUSTER" = "y" ]; then
- tar zxvf $SCRIPT_DIRECTORY/pgcluster-1.7.0rc1-patch.tar.gz &&
- patch -p1 < $SOURCE_DIRECTORY/pgcluster-1.7.0rc1-patch
+ tar zxvf $SCRIPT_DIRECTORY/pgcluster-1.7.0rc7.patch.tar.gz &&
+ patch -p1 < $SOURCE_DIRECTORY/pgcluster-1.7.0rc7.patch
fi
diff --git a/database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz
b/database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz
deleted file mode 100644
index 38d0306..0000000
Binary files a/database/postgresql/pgcluster-1.7.0rc3-patch.tar.gz and
/dev/null differ
diff --git a/database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz
b/database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz
new file mode 100644
index 0000000..77ea516
Binary files /dev/null and
b/database/postgresql/pgcluster-1.7.0rc7.patch.tar.gz differ




Archive powered by MHonArc 2.6.24.

Top of Page