[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f8226eb114be7166f754f2d7ac3b55d2b37bfddd)

Jaka Kranjc scm at sourcemage.org
Fri Jul 18 09:47:59 EDT 2008


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 smgl/castfs/DETAILS   |    2 +-
 smgl/castfs/HISTORY   |    4 ++++
 smgl/castfs/PRE_BUILD |    4 +++-
 smgl/quill/HISTORY    |    3 +++
 smgl/quill/PREPARE    |    6 +-----
 5 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit f8226eb114be7166f754f2d7ac3b55d2b37bfddd
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    castfs: added a workaround for #14479

commit d5face799a50af349ccc400c2b5056dbd552f9d4
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    quill: removed the paranoid warning

diff --git a/smgl/castfs/DETAILS b/smgl/castfs/DETAILS
index 890e75b..cf15277 100755
--- a/smgl/castfs/DETAILS
+++ b/smgl/castfs/DETAILS
@@ -27,7 +27,7 @@ fi
       LICENSE[0]=GPL
         KEYWORDS="filesystems smgl"
            SHORT="Fuse filesystem used for staging packages."
-      PATCHLEVEL=1
+      PATCHLEVEL=2
 cat << EOF
 castfs is a fuse filesystem written in C and is used for capturing filesystem 
 calls for your root filesystem and staging any modifications or additions to 
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index 8aa94b3..1cfc8b9 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,7 @@
+2008-07-18 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* DETAILS: PATCHLEVEL++
+	* PRE_BUILD: added a workaround for #14479
+
 2008-03-17 Juuso Alasuutari <iuso at sourcemage.org>
 	* DETAILS: Added missing LICENSE.
 
diff --git a/smgl/castfs/PRE_BUILD b/smgl/castfs/PRE_BUILD
index ee59a3a..69f2e70 100755
--- a/smgl/castfs/PRE_BUILD
+++ b/smgl/castfs/PRE_BUILD
@@ -3,4 +3,6 @@ cd $SOURCE_DIRECTORY &&
 if [[ $CASTFS_GIT == y ]]
 then
   ./autogen.sh
-fi 
+fi &&
+# disable the xattr functions until they get fixed #14479
+sed -i 's,setxattr,,' configure
diff --git a/smgl/quill/HISTORY b/smgl/quill/HISTORY
index ecd6283..e29f273 100644
--- a/smgl/quill/HISTORY
+++ b/smgl/quill/HISTORY
@@ -1,3 +1,6 @@
+2008-07-18 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* PREPARE: removed the paranoid warning
+
 2007-09-13 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DETAILS: updated spell to 0.2.8
 
diff --git a/smgl/quill/PREPARE b/smgl/quill/PREPARE
index 3055e0d..d3a54cc 100755
--- a/smgl/quill/PREPARE
+++ b/smgl/quill/PREPARE
@@ -1,8 +1,4 @@
-message "${SPELL_COLOR} This spell has a development version, If you feel secure at ${DEFAULT_COLOR}"  &&
-message "${SPELL_COLOR} casting cvs or other cvs-like sources then answer yes to ${DEFAULT_COLOR}"     &&
-message "${SPELL_COLOR} the following question to cast the spell using its git repo ${DEFAULT_COLOR}"  &&
-
-config_query QUILL_GIT "Use git version (maybe very unstable to work)?" n &&
+config_query QUILL_GIT "Use the development (git) version?" n &&
 
 if [[ "$QUILL_GIT" == "y" ]]
 then



More information about the SM-Commit mailing list