Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (94b2227370ce5455868c2fed804f014503a90866)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (94b2227370ce5455868c2fed804f014503a90866)
  • Date: Sun, 4 Jan 2015 07:15:34 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/talloc/HISTORY | 3 +++
libs/talloc/PRE_BUILD | 2 ++
2 files changed, 5 insertions(+)

New commits:
commit 94b2227370ce5455868c2fed804f014503a90866
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

talloc: Fix bundled waf, force it to run with python2

diff --git a/libs/talloc/HISTORY b/libs/talloc/HISTORY
index eba8f03..c3333ed 100644
--- a/libs/talloc/HISTORY
+++ b/libs/talloc/HISTORY
@@ -1,3 +1,6 @@
+2015-01-04 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed bundled waf, force it to run with python2
+
2015-01-02 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.1.1
samba.org is now all https://
diff --git a/libs/talloc/PRE_BUILD b/libs/talloc/PRE_BUILD
index 8b3f9b8..42943c2 100755
--- a/libs/talloc/PRE_BUILD
+++ b/libs/talloc/PRE_BUILD
@@ -5,3 +5,5 @@ then
cd lib/$SPELL &&
NOCONFIGURE="on" ./autogen.sh
fi
+# XXX doesn't work with python3
+sedit '1s/$/2/' buildtools/bin/waf



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (94b2227370ce5455868c2fed804f014503a90866), Ismael Luceno, 01/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page