summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* robotfmt: use MIME::EncWords instead of Encode('MIME-Header')HEADmasterH. Peter Anvin2016-02-231-2/+2
| | | | | | | | MIME-Header seems to have changed so that it unconditionally encodes the entire contents of the header. This is not what we want, so instead use the MIME::EncWords module. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* For /n/ type links allow counts other than 24H. Peter Anvin2014-08-081-1/+1
| | | | Make it a little easier to comply with the formatting...
* Add linus/next to the list of branches to filterH. Peter Anvin2014-06-061-1/+2
|
* Filter queue/* branchesH. Peter Anvin2013-06-281-0/+1
|
* robotfmt.pl: Use the sender address as the from addressH. Peter Anvin2013-02-151-1/+1
| | | | | At davem's request, put the same email address in the From: header as in Sender:, to keep vger from bouncing.
* Get extra-branches and filter-branches.pl from the repositoryH. Peter Anvin2012-11-011-2/+2
|
* Also extract .tip/botH. Peter Anvin2012-11-011-2/+2
|
* Each commit gets a new ID, so do a hash of the failsafe listH. Peter Anvin2012-09-261-2/+3
|
* Don't let a missing failsafe file stop the failsafe message from going outH. Peter Anvin2012-09-261-1/+1
|
* Don't put refs/heads/... in front of a hex commit IDH. Peter Anvin2012-08-271-1/+1
|
* Only merge things that we can find heads for...H. Peter Anvin2012-08-241-1/+1
|
* robot-wrapper.sh: compress log filesH. Peter Anvin2012-08-241-1/+3
|
* Extract out the boundary string...H. Peter Anvin2012-08-211-4/+6
|
* robot.sh: only send one failsafe mail per HEAD; send to all tipstersH. Peter Anvin2012-08-211-9/+13
| | | | | Send only a single failsafe mail per new HEAD, and send it to the entire -tip team.
* robot.sh: more useful failsafe messagesH. Peter Anvin2012-08-211-1/+17
| | | | | Include the "git shortlog" as part of the failsafe message; provide the list of commits as an attachment.
* Specify the git shortlog formatH. Peter Anvin2012-08-211-1/+1
|
* When sending a failsafe message, include the "git shortlog" of the commitsH. Peter Anvin2012-08-211-1/+5
|
* mingo@redhat.com -> mingo@kernel.orgH. Peter Anvin2012-03-191-1/+1
|
* robotfmt.pl: make sure Perl knows to send UTF-8 to sendmailH. Peter Anvin2011-12-151-0/+1
| | | | | | ... otherwise we get Latin-1 in email tagged as UTF-8 ... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* robotfmt: Make MIME-compliantH. Peter Anvin2011-12-131-0/+4
| | | | | | | | | vger has bounced some stuff from us, because: 1. headers need to the RFC 2047 encoded; 2. we need a Content-Transfer-Encoding: 8bit header. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* robot.sh: use git fetch -f to update mirrorsH. Peter Anvin2011-11-181-1/+1
|
* Changes to port tip-bot to zytor.comtip email robot2011-11-183-12/+20
|
* robotfmt: distingush /r/ and /n/ linksH. Peter Anvin2011-04-081-4/+5
|
* robotfmt: Recognize a specific link pattern as Message-ID overrideH. Peter Anvin2011-04-071-2/+6
| | | | | | | Recognize a specific link pattern as a Message-ID override, which allows a link in a commit message to refer to its own Message-ID. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* robotfmt: put angle brackets back around message idsH. Peter Anvin2011-04-061-0/+1
| | | | | When URL-decoding a message ID we need to put the angle brackets back onto the message-id.
* If a URL is used, call the tag Link:H. Peter Anvin2011-04-061-1/+1
|
* robotfmt: guard a few more bad URL charactersH. Peter Anvin2011-04-061-1/+1
|
* Allow LKML-References with a http linkH. Peter Anvin2011-04-061-0/+9
| | | | | | Allow LKML-References of the form: LKML-Reference: http://lkml.kernel.org/r/message-id
* If we're extracting baselines, exclude everything elseH. Peter Anvin2011-01-041-1/+1
|
* Fix the baselines sed commandH. Peter Anvin2011-01-041-1/+1
|
* Exclude tree/* as being baselines and therefore should never be announced.H. Peter Anvin2010-12-281-1/+5
|
* This is not the right place to filter tree/*... those need to beH. Peter Anvin2010-12-281-1/+0
| | | | excluded as baselines
* Add tree/* to the filter listH. Peter Anvin2010-12-281-0/+1
|
* Change List-* headers to Robot-* headersH. Peter Anvin2010-11-121-2/+2
| | | | | | Change the List-* headers to Robot-* headers -- we're not a mailing list per se, and as such it's not appropriate to generate them, and it hurts vger.
* No need to do deliverymode=bH. Peter Anvin2010-11-091-1/+1
|
* Send email on failsafe triggerH. Peter Anvin2010-11-091-1/+11
|
* Re-enable emails!H. Peter Anvin2010-11-091-1/+1
|
* If we failsafe, make sure to unwind the stateH. Peter Anvin2010-11-091-0/+1
|
* Need wc -l < foo not wc -l foo to get only a numeric outputH. Peter Anvin2010-11-091-2/+2
|
* *** empty log message ***H. Peter Anvin2010-11-021-1/+2
|
* Let people know that they can be blacklistedH. Peter Anvin2010-11-021-0/+1
|
* Enable a blacklistH. Peter Anvin2010-11-021-0/+6
|
* Put in a failsafe trigger at 200 emailsH. Peter Anvin2010-11-021-2/+8
|
* The nullref format needs to include the angle brackets...H. Peter Anvin2010-09-171-1/+1
|
* Don't add <tip-*@vger.kernel.org> as a Reference:H. Peter Anvin2010-06-111-1/+6
|
* robotfmt: References: is are not comma-separatedH. Peter Anvin2010-04-071-1/+1
| | | | | | | References: lines contain whitespace-separated message-ids, not comma-separated. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Turn LKML Cc:'ing back onH. Peter Anvin2009-10-251-2/+2
|
* Add mechanism to add branches that aren't in auto-branchesH. Peter Anvin2009-10-242-2/+3
|
* filter-branches: exclude rt, exclude test except test/tip-botH. Peter Anvin2009-10-241-0/+2
|
* Disable LKML for nowH. Peter Anvin2009-10-241-1/+3
|