summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-04-19 13:52:51 +0200
committerAlex Legler <a3li@gentoo.org>2009-04-19 14:01:33 +0200
commit831518d2c9962989f529470017d2aed88fbb6e32 (patch)
treea73a812cbfb198cfafbfca5421e2f21b0ef19adf /config/initializers
parentFix missing auth error message (diff)
downloadglsamaker-831518d2c9962989f529470017d2aed88fbb6e32.tar.gz
glsamaker-831518d2c9962989f529470017d2aed88fbb6e32.tar.bz2
glsamaker-831518d2c9962989f529470017d2aed88fbb6e32.zip
Splitting Glsamaker lib and adding Portage module
* Adding support for fetching a package description * New config variable for specifing the location of a gentoo-x86 checkout
Diffstat (limited to 'config/initializers')
-rw-r--r--config/initializers/glsamaker.rb.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/initializers/glsamaker.rb.sample b/config/initializers/glsamaker.rb.sample
index aa37cd6..91f86ec 100644
--- a/config/initializers/glsamaker.rb.sample
+++ b/config/initializers/glsamaker.rb.sample
@@ -12,3 +12,6 @@ GLSAMAKER_FORCE_PRODUCTION_AUTH = false
# Email address of the administrative contact
GLSAMAKER_ADMIN_EMAIL = "security@gentoo.org"
+
+# Location of the Portage tree, set to false if you are not running on Gentoo.
+GLSAMAKER_PORTDIR = "/usr/portage/" \ No newline at end of file