summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Force tilde expansion prior to setting PYTHONPATHJan Pokorný2013-08-151-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add a TODO note that status is expected uppercasedJan Pokorný2013-08-151-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Make it explicit that password is optionalJan Pokorný2013-08-151-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Do not remove cookie needlessly (and complain about it)Jan Pokorný2013-08-151-1/+3
| | | | | | Only do it if logging process undertaken. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Compress multiple doc_scoped flags sharing status in rowJan Pokorný2013-08-081-5/+9
| | | | | | | | | | Not perfect, but definitely makes the flags area smaller. Also swap abbreviationss for docs_scoped and devel flags: devel: D -> DE docs_scoped: DS -> D Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* docs_scoped flag can be repeatedJan Pokorný2013-07-181-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Remove cookie file on shell exit rather than interruptJan Pokorný2013-05-211-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Precolorize may need unbuffered sed as wellJan Pokorný2013-05-211-1/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add support for WATCHBZ_DEBUG option/env. varJan Pokorný2013-05-211-4/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Remove LANG adjustment as it is currently NOOPJan Pokorný2013-05-211-1/+0
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add "precolorize" to pipeline to highlight "I'm assignee"Jan Pokorný2013-05-171-3/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Adjust colors/filters a bitJan Pokorný2013-05-171-2/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Handle interrupt when waiting for password input gracefullyJan Pokorný2013-05-171-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* mk-teamocil: refer to license + Teamocil gem installationJan Pokorný2013-05-092-3/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* watch-bz: substitute triple bang only once per lineJan Pokorný2013-05-091-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* mk-teamocil: remove bogus quotation markJan Pokorný2013-05-091-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* mk-teamocil: make sure the session is named "bz"Jan Pokorný2013-05-061-1/+5
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add a script to quickly generate a session for teamocilJan Pokorný2013-05-061-0/+24
| | | | | | See http://remiprev.github.io/teamocil/ Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Fix annoying situation with 2+ started instances waiting for passwordJan Pokorný2013-05-061-26/+44
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Add a reference to UnixWatchCommandOutputJan Pokorný2013-04-241-0/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* make sure we use secure-above-standard umaskJan Pokorný2013-04-191-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* avoid exposing password as a part of bugzilla command-lineJan Pokorný2013-04-191-1/+16
| | | | | | -> new (optional, but recommended) dependency: expect Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* limit password prompt to 1 minuteJan Pokorný2013-04-191-1/+4
| | | | | | | This also means that python-bugzilla's native prompt should never be used. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* add license infoJan Pokorný2013-04-192-0/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* utilize support for colors in watch util if availableJan Pokorný2013-04-191-4/+14
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* simplify previous commit, conditionals not requiredJan Pokorný2013-04-191-6/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* make script aware about being possibly run from a symlinkJan Pokorný2013-04-191-1/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Give a precedence to BUGZILLA_ROOTJan Pokorný2013-04-181-2/+3
| | | | | | ...which is also handy in case of pointing to local git mirror Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* prevent using unset variablesJan Pokorný2013-04-181-0/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* uncustomizeJan Pokorný2013-04-181-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* inform user about removing the cookieJan Pokorný2012-12-211-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* don't forget to sort the outputJan Pokorný2012-12-211-1/+1
| | | | | | It should have been there since the beginning. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* be careful about unset variablesJan Pokorný2012-12-211-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* reflect new flags, there can be more rhel-* ones at the same timeJan Pokorný2012-12-051-1/+3
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* start modularization, add logout and some commentsJan Pokorný2012-06-271-39/+66
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* nicer sed commandsJan Pokorný2012-06-271-25/+25
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* experimental: add --differences=cumulative to watchJan Pokorný2012-06-261-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* set default BUGZILLA_ROOTJan Pokorný2012-06-261-0/+1
| | | | | | (may or may not be good, to long from last edit) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* fix problem with dependency on CWDJan Pokorný2012-03-121-2/+4
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* fix issues, remove debug outputs, support dotfileJan Pokorný2012-03-111-12/+32
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* output component only if more of them requiredJan Pokorný2012-03-091-2/+7
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* minor changes (abbrev., control flow structure)Jan Pokorný2012-03-092-7/+6
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* remove unreasonable timer, abbreviationsJan Pokorný2012-03-092-23/+53
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* watch-bz: add brief note about logging inJan Pokorný2012-03-091-0/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* table_data -> table-dataJan Pokorný2012-03-092-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* add missing table-data scriptJan Pokorný2012-03-091-0/+114
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* initial commitJan Pokorný2012-03-091-0/+38
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>