Skip to Content.
Sympa Menu

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

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 (16402c4f713fb26504685608131a99257097401e)
  • Date: Tue, 7 Dec 2010 12:51:13 -0600

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

editors/emacs/DOWNLOAD | 17 +++++++++++++++++
editors/emacs/HISTORY | 3 +++
2 files changed, 20 insertions(+)

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

emacs: manually handle download, until bzr support finds it's way into
sorcery

diff --git a/editors/emacs/DOWNLOAD b/editors/emacs/DOWNLOAD
new file mode 100755
index 0000000..38eece0
--- /dev/null
+++ b/editors/emacs/DOWNLOAD
@@ -0,0 +1,17 @@
+if [ $SOURCE_CACHE/$SOURCE ]
+then
+ message "${MESSAGE_COLOR}Unpacking the source...${DEFAULT_COLOR}" &&
+ tar xjf $SOURCE_CACHE/$SOURCE &&
+ cd $SOURCE_DIRECTORY &&
+ message "${MESSAGE_COLOR}Updating...${DEFAULT_COLOR}" &&
+ echo bzr update &&
+ bzr update &&
+ cd -
+else
+ message "${MESSAGE_COLOR}Doing a lightweight checkout...${DEFAULT_COLOR}"
&&
+ echo bzr checkout --lightweight $SOURCE_URL $SOURCE_DIRECTORY &&
+ bzr checkout --lightweight $SOURCE_URL $SOURCE_DIRECTORY
+fi &&
+
+message "${MESSAGE_COLOR}Repacking the source...${DEFAULT_COLOR}" &&
+tar cjf $SOURCE $SOURCE_DIRECTORY
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 7fecd08..7b00bd5 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2010-12-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DOWNLOAD: manually handle, until bzr support finds it's way into
sorcery
+
2010-11-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated to build from the new bzr repo




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (16402c4f713fb26504685608131a99257097401e), Ismael Luceno, 12/07/2010

Archive powered by MHonArc 2.6.24.

Top of Page