Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (7263dae70a6dbb9cf0472f307e55d2271df38002)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (7263dae70a6dbb9cf0472f307e55d2271df38002)
  • Date: Sun, 10 Oct 2010 14:05:38 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

python-pypi/pybugz/HISTORY | 3 ++-
python-pypi/pybugz/PRE_BUILD | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 7263dae70a6dbb9cf0472f307e55d2271df38002
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

pybugz: this is what I get fro doing stuff half asleep

diff --git a/python-pypi/pybugz/HISTORY b/python-pypi/pybugz/HISTORY
index 8126cfa..6a59b19 100644
--- a/python-pypi/pybugz/HISTORY
+++ b/python-pypi/pybugz/HISTORY
@@ -2,7 +2,8 @@
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 0.8.0
* PRE_BUILD: made it friendly for our bugzilla, added patch for
fixes(python
- 2.7), only apply on 2.7
+ 2.7), only apply on 2.7, this is what I get for doing stuff when
half
+ asleep
* all_current_updates.patch: patch to bring it up to date with the
git stuff

2009-08-05 George Sherwood <gsherwood AT sourcemage.org>
diff --git a/python-pypi/pybugz/PRE_BUILD b/python-pypi/pybugz/PRE_BUILD
index a8c4473..c8a3ed2 100755
--- a/python-pypi/pybugz/PRE_BUILD
+++ b/python-pypi/pybugz/PRE_BUILD
@@ -1,6 +1,6 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
-if [[ "$(installed_version gcc | cut -c-3)" == "2.7" ]]; then
+if [[ "$(installed_version python | cut -c-3)" == "2.7" ]]; then
patch -p1 < $SPELL_DIRECTORY/all_current_updates.patch &&
sed -i -e "s/https:\/\/bugs.gentoo.org/http:\/\/bugs.sourcemage.org/"
bugz/clparser.py
else



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (7263dae70a6dbb9cf0472f307e55d2271df38002), Andraž Levstik, 10/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page