Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (b6bbe40f2d819b9e2c4887ea58d117221c0039bd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (b6bbe40f2d819b9e2c4887ea58d117221c0039bd)
  • Date: Tue, 29 Jan 2008 11:14:54 -0600

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
var/lib/sorcery/modules/libstage | 1 +
2 files changed, 2 insertions(+)

New commits:
commit b6bbe40f2d819b9e2c4887ea58d117221c0039bd
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

libstage: don't stage excluded files in /etc as configs
/etc or anything else that matches in both

diff --git a/ChangeLog b/ChangeLog
index 1e8e15b..1cc9e6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-01-29 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* local/README: fixed typo
* confmeld, libressurect: improved the merge message for better
readability
+ * libstage: don't stage excluded files in /etc as configs

2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* cast: suggest the user to run confmeld if there are any deferred
files.
diff --git a/var/lib/sorcery/modules/libstage
b/var/lib/sorcery/modules/libstage
index fdfdb6a..41f7d09 100755
--- a/var/lib/sorcery/modules/libstage
+++ b/var/lib/sorcery/modules/libstage
@@ -30,6 +30,7 @@ function stage_install_configs()
message "${MESSAGE_COLOR}Staging config files into the
system${DEFAULT_COLOR}"
get_all_package_files |
filter_spell_configs -v |
+ filter_excluded |
stage_install_files config
}




  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (b6bbe40f2d819b9e2c4887ea58d117221c0039bd), Jaka Kranjc, 01/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page