Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev (3cffed423c3663e6aa9ccebdf738be8ab418c2bf)

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 stable-rc-0.61 grimoire by Vlad Glagolev (3cffed423c3663e6aa9ccebdf738be8ab418c2bf)
  • Date: Tue, 15 May 2012 05:43:25 -0500

GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

smgl/castfs/DETAILS | 2 +-
smgl/castfs/HISTORY | 4 ++++
smgl/castfs/TRIGGERS | 3 +++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 3cffed423c3663e6aa9ccebdf738be8ab418c2bf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

castfs: recast statically-linked version on fuse update
(cherry picked from commit 14b13f11a597c7d31c2cf8bae44f89be2a1747bf)

diff --git a/smgl/castfs/DETAILS b/smgl/castfs/DETAILS
index 642fe46..57caacd 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=2
+ PATCHLEVEL=3
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 74d074d..694759f 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,7 @@
+2012-05-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: register new triggers (PATCHLEVEL+=1)
+ * TRIGGERS: added, to recast statically-linked version on fuse update
+
2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: fixed static linking against >=2.9.0 fuse; added missing `&&'

diff --git a/smgl/castfs/TRIGGERS b/smgl/castfs/TRIGGERS
new file mode 100755
index 0000000..1324f64
--- /dev/null
+++ b/smgl/castfs/TRIGGERS
@@ -0,0 +1,3 @@
+if [[ $STATIC_FUSE == y ]]; then
+ on_cast fuse cast_self
+fi



  • [SM-Commit] GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev (3cffed423c3663e6aa9ccebdf738be8ab418c2bf), Vlad Glagolev, 05/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page