summaryrefslogtreecommitdiff
path: root/etc/portato.cfg
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-14 03:22:55 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-14 03:22:55 +0200
commit9c277a984863d4a5e509efb19db65c684b242ce0 (patch)
tree82c93ecd64dbb4c0cea1852b6d9d889d9cb54437 /etc/portato.cfg
parent8af4942857cb8eb906056df4c4ae7ffefe9e229c (diff)
downloadportato-9c277a984863d4a5e509efb19db65c684b242ce0.tar.gz
portato-9c277a984863d4a5e509efb19db65c684b242ce0.tar.bz2
portato-9c277a984863d4a5e509efb19db65c684b242ce0.zip
Disable debug messages by default
Diffstat (limited to '')
-rw-r--r--etc/portato.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/portato.cfg b/etc/portato.cfg
index 10f5445..47335ea 100644
--- a/etc/portato.cfg
+++ b/etc/portato.cfg
@@ -24,7 +24,7 @@
system = portage
; controls debug output - boolean value
-debug = True
+debug = False
; the command used for syncing portage - string value
synccommand = emerge --sync
1-3/+1 2012-09-19Since we're using batch mode, we can read directly.Jason A. Donenfeld1-1/+1 2012-09-19Clean up git handling.Jason A. Donenfeld2-42/+28 Get rid of push/pull shortcuts, as they weren't widely used. Add contents to repo on git init. Centralize git add logic, and make it less error prone. 2012-09-19Fix git regression.Jason A. Donenfeld1-1/+1 2012-09-18Add additional information from KeepassX xmlJuhamatti Niemelä1-3/+15 Import passwords as multiline entries with password in the first line. Rest contains following data if they exist in the entry element of the xml file: - username - url - comment 2012-09-18Copyright and licensing info to keepassx2pass scriptJuhamatti Niemelä1-0/+4 2012-09-18Quote the template.Jason A. Donenfeld1-1/+1 2012-09-18Better dependency list.Jason A. Donenfeld1-1/+10 2012-09-18Make recursive make silent.Jason A. Donenfeld1-1/+1 2012-09-18Quote the program name.Jason A. Donenfeld1-4/+4 2012-09-17Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld4-72/+97 2012-09-16Support recursive and forced removal.Jason A. Donenfeld2-12/+28 Laurent asked for this. Reported-by: Laurent Ghigonis <laurent@p1sec.com> 2012-09-16Small stylistic things.Jason A. Donenfeld1-9/+9 Reported-by: Laurent Ghigonis <laurent@p1sec.com> 2012-09-15Use --force flag in keepassx import.Jason A. Donenfeld1-1/+1