Skip to Content.
Sympa Menu

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

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 (a21823e32fbdaa631cf594feb0762ef64f9ee604)
  • Date: Wed, 21 Jan 2015 05:20:09 -0600

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

doc/asciidoc/HISTORY | 3 +++
doc/asciidoc/PRE_BUILD | 3 +++
2 files changed, 6 insertions(+)

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

asciidoc: Fix scripts to use python2 explicitly

diff --git a/doc/asciidoc/HISTORY b/doc/asciidoc/HISTORY
index c276e9e..055c03d 100644
--- a/doc/asciidoc/HISTORY
+++ b/doc/asciidoc/HISTORY
@@ -1,3 +1,6 @@
+2015-01-21 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fix scripts to use python2 explicitly
+
2012-03-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 8.6.7

diff --git a/doc/asciidoc/PRE_BUILD b/doc/asciidoc/PRE_BUILD
new file mode 100755
index 0000000..fb3ca1a
--- /dev/null
+++ b/doc/asciidoc/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+# fix scripts to use python2 explicitly
+find "$SOURCE_DIRECTORY" -name \*.py -exec sed -ri '1s/python$/&2/' '{}' +



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

Archive powered by MHonArc 2.6.24.

Top of Page