New commits:
commit 62c7067463ae96cb0832024c94b8e5345f695878
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>
bugzilla
Modified the way patch viewing dependencies are handled
diff --git a/collab/bugzilla/CONFIGURE b/collab/bugzilla/CONFIGURE
index bc31ae0..64a2505 100755
--- a/collab/bugzilla/CONFIGURE
+++ b/collab/bugzilla/CONFIGURE
@@ -1,2 +1,4 @@
-config_query_list BUGZILLA_DATABASE "Which database backend would you like
to use?" mysql postgresql &&
-config_query BUGZILLA_CHARTING "Do you want all the things needed for
bugzilla's charting? (reccomended)" n
+config_query_list BUGZILLA_DATABASE "Which database backend would you like
to use?" mysql postgresql &&
+config_query BUGZILLA_CHARTING "Do you want all the things needed for
bugzilla's charting? (reccomended)" n &&
+config_query BUGZILLA_PATCH "Do you want nifty patch abilities\
+ (Difference between patches, and pretty views)?" n
diff --git a/collab/bugzilla/DEPENDS b/collab/bugzilla/DEPENDS
index f3c7182..f668367 100755
--- a/collab/bugzilla/DEPENDS
+++ b/collab/bugzilla/DEPENDS
@@ -13,6 +13,11 @@ elif [[ "$BUGZILLA_DATABASE" == "postgre
depends dbd-pg
fi &&
+if [[ "$BUGZILLA_PATCH" == "y" ]]; then
+ depends patchutils &&
+ depends patchreader
+fi
+
if [[ "$BUGZILLA_CHARTING" == "y" ]]; then
depends perl-gd &&
depends gd-graph &&
@@ -24,5 +29,4 @@ fi &&
optional_depends imagemagick '' '' 'to convert bmp attachments to png' &&
optional_depends xml-twig '' '' 'For importing bugs via the xml format
also required for the "move bugs" feature' &&
optional_depends net-ldap '' '' 'for LDAP authentication' &&
-optional_depends patchreader '' '' 'for nice patch presentation' &&
optional_depends html-scrubber '' '' 'If you want additional HTML tags
within product and group descriptions'
diff --git a/collab/bugzilla/HISTORY b/collab/bugzilla/HISTORY
index f5942a3..5a06f06 100644
--- a/collab/bugzilla/HISTORY
+++ b/collab/bugzilla/HISTORY
@@ -1,3 +1,7 @@
+2007-03-19 David Kowis <dkowis AT shlrm.org>
+ * CONFIGURE, DEPENDS: modified patch configuration to include the
right things
+ not sure how I missed it when I did all the changes...
+
2007-03-10 David Kowis <dkowis AT shlrm.org>
* DETAILS: updated to latest version
* FINAL: removed to prevent mysql user addition
[SM-Commit] GIT changes to master grimoire by David Kowis (62c7067463ae96cb0832024c94b8e5345f695878),
David Kowis, 03/19/2007