Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7c54a2347f449f7934ea050d1a1b9c74895c2333)

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 grimoire by Jaka Kranjc (7c54a2347f449f7934ea050d1a1b9c74895c2333)
  • Date: Fri, 3 Oct 2008 08:31:24 -0500

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

devel/python/HISTORY | 3 +++
devel/python/UP_TRIGGERS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

python: UP_TRIGGERS: only trigger direct dependees

diff --git a/devel/python/HISTORY b/devel/python/HISTORY
index 42c1462..cd0782a 100644
--- a/devel/python/HISTORY
+++ b/devel/python/HISTORY
@@ -1,3 +1,6 @@
+2008-10-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * UP_TRIGGERS: only trigger direct dependees
+
2008-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: switched to gpg upstream key
* python.gpg: added
diff --git a/devel/python/UP_TRIGGERS b/devel/python/UP_TRIGGERS
index 9d71f8a..dae9a3a 100755
--- a/devel/python/UP_TRIGGERS
+++ b/devel/python/UP_TRIGGERS
@@ -6,7 +6,7 @@ if spell_ok $SPELL; then
message "This is a possibly incompatible update of python..."
message "Figuring out what spells need to be recast, this may take a
while."

- for each in $(show_up_depends $SPELL); do
+ for each in $(show_up_depends $SPELL 1); do
# Check in the install logs if python packages has been installed
if gaze install $each | grep -q
"$TRACK_ROOT/usr/lib/python${OLD_SPELL_VERSION:0:3}/site-packages"; then
up_trigger $each cast_self



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (7c54a2347f449f7934ea050d1a1b9c74895c2333), Jaka Kranjc, 10/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page