Skip to Content.
Sympa Menu

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

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 (298851d237d7a0a5e430880f73a07cc8c08e8f41)
  • Date: Mon, 6 Feb 2017 20:55:08 +0000

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

http/wuzz/DEPENDS | 3 ++-
http/wuzz/HISTORY | 2 +-
http/wuzz/PRE_BUILD | 5 +++++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 298851d237d7a0a5e430880f73a07cc8c08e8f41
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wuzz: added missing dependency, rolled-back to previous commit

diff --git a/http/wuzz/DEPENDS b/http/wuzz/DEPENDS
index 46f52de..12b5fd4 100755
--- a/http/wuzz/DEPENDS
+++ b/http/wuzz/DEPENDS
@@ -1 +1,2 @@
-depends go
+depends go &&
+depends git
diff --git a/http/wuzz/HISTORY b/http/wuzz/HISTORY
index 28c5dce..07ab7b3 100644
--- a/http/wuzz/HISTORY
+++ b/http/wuzz/HISTORY
@@ -1,2 +1,2 @@
2017-02-06 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version scm
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL: created spell, version scm
diff --git a/http/wuzz/PRE_BUILD b/http/wuzz/PRE_BUILD
new file mode 100755
index 0000000..b7cf29d
--- /dev/null
+++ b/http/wuzz/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+# use the latest compilable commit
+git checkout 884a634f0ddd63a182c835d08577d77a5ce1172b



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (298851d237d7a0a5e430880f73a07cc8c08e8f41), Vlad Glagolev, 02/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page