diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-01-04 21:05:20 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-01-04 21:05:20 +0000 |
commit | 4294e072468ba069fc5729e53429bfc015ea9fa9 (patch) | |
tree | 8e33297cf0e5073a2f795f63841dc06d5fab28c1 | |
parent | log start time of import (diff) | |
download | znurt-org-backend-4294e072468ba069fc5729e53429bfc015ea9fa9.tar.gz znurt-org-backend-4294e072468ba069fc5729e53429bfc015ea9fa9.tar.bz2 znurt-org-backend-4294e072468ba069fc5729e53429bfc015ea9fa9.zip |
less verbose
git-svn-id: file:///var/svn/portage@55 3218660a-b0cf-4799-a991-8ddcc5b9e0f3
-rw-r--r-- | import.bugzilla.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/import.bugzilla.php b/import.bugzilla.php index 9af6e41..3469fa2 100644 --- a/import.bugzilla.php +++ b/import.bugzilla.php @@ -31,8 +31,8 @@ foreach($arr_categories as $category_name) { - if($verbose) - shell::msg($category_name); + if($debug) + shell::msg("bugs: $category_name"); $url = "http://bugs.gentoo.org/buglist.cgi?bug_file_loc=&bug_file_loc_type=allwordssubstr&bug_id=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&chfieldfrom=&chfieldto=Now&chfieldvalue=&email1=&email2=&emailtype1=exact&emailtype2=substring&field-1-0-0=product&field-1-1-0=bug_status&field-1-2-0=short_desc&field0-0-0=assigned_to&field0-1-0=assigned_to&field0-2-0=short_desc&keywords=&keywords_type=allwords&long_desc=&long_desc_type=allwordssubstr&product=Gentoo%20Linux&query_format=advanced&remaction=&short_desc=$category_name%2F&short_desc_type=allwordssubstr&status_whiteboard=&status_whiteboard_type=allwordssubstr&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-2-0=allwordssubstr&type0-0-0=notequals&type0-1-0=notequals&type0-2-0=notsubstring&value-1-0-0=Gentoo%20Linux&value-1-1-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED&value-1-2-0=media-video%2F&value0-0-0=maintainer-wanted%40gentoo.org&value0-1-0=maintainer-needed%40gentoo.org&value0-2-0=new%20package&votes=&ctype=csv"; |