Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | robotfmt: use MIME::EncWords instead of Encode('MIME-Header')HEADmaster | H. Peter Anvin | 2016-02-23 | 1 | -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 24 | H. Peter Anvin | 2014-08-08 | 1 | -1/+1 |
| | | | | Make it a little easier to comply with the formatting... | ||||
* | Add linus/next to the list of branches to filter | H. Peter Anvin | 2014-06-06 | 1 | -1/+2 |
| | |||||
* | Filter queue/* branches | H. Peter Anvin | 2013-06-28 | 1 | -0/+1 |
| | |||||
* | robotfmt.pl: Use the sender address as the from address | H. Peter Anvin | 2013-02-15 | 1 | -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 repository | H. Peter Anvin | 2012-11-01 | 1 | -2/+2 |
| | |||||
* | Also extract .tip/bot | H. Peter Anvin | 2012-11-01 | 1 | -2/+2 |
| | |||||
* | Each commit gets a new ID, so do a hash of the failsafe list | H. Peter Anvin | 2012-09-26 | 1 | -2/+3 |
| | |||||
* | Don't let a missing failsafe file stop the failsafe message from going out | H. Peter Anvin | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Don't put refs/heads/... in front of a hex commit ID | H. Peter Anvin | 2012-08-27 | 1 | -1/+1 |
| | |||||
* | Only merge things that we can find heads for... | H. Peter Anvin | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | robot-wrapper.sh: compress log files | H. Peter Anvin | 2012-08-24 | 1 | -1/+3 |
| | |||||
* | Extract out the boundary string... | H. Peter Anvin | 2012-08-21 | 1 | -4/+6 |
| | |||||
* | robot.sh: only send one failsafe mail per HEAD; send to all tipsters | H. Peter Anvin | 2012-08-21 | 1 | -9/+13 |
| | | | | | Send only a single failsafe mail per new HEAD, and send it to the entire -tip team. | ||||
* | robot.sh: more useful failsafe messages | H. Peter Anvin | 2012-08-21 | 1 | -1/+17 |
| | | | | | Include the "git shortlog" as part of the failsafe message; provide the list of commits as an attachment. | ||||
* | Specify the git shortlog format | H. Peter Anvin | 2012-08-21 | 1 | -1/+1 |
| | |||||
* | When sending a failsafe message, include the "git shortlog" of the commits | H. Peter Anvin | 2012-08-21 | 1 | -1/+5 |
| | |||||
* | mingo@redhat.com -> mingo@kernel.org | H. Peter Anvin | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | robotfmt.pl: make sure Perl knows to send UTF-8 to sendmail | H. Peter Anvin | 2011-12-15 | 1 | -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-compliant | H. Peter Anvin | 2011-12-13 | 1 | -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 mirrors | H. Peter Anvin | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | Changes to port tip-bot to zytor.com | tip email robot | 2011-11-18 | 3 | -12/+20 |
| | |||||
* | robotfmt: distingush /r/ and /n/ links | H. Peter Anvin | 2011-04-08 | 1 | -4/+5 |
| | |||||
* | robotfmt: Recognize a specific link pattern as Message-ID override | H. Peter Anvin | 2011-04-07 | 1 | -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 ids | H. Peter Anvin | 2011-04-06 | 1 | -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 Anvin | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | robotfmt: guard a few more bad URL characters | H. Peter Anvin | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | Allow LKML-References with a http link | H. Peter Anvin | 2011-04-06 | 1 | -0/+9 |
| | | | | | | Allow LKML-References of the form: LKML-Reference: http://lkml.kernel.org/r/message-id | ||||
* | If we're extracting baselines, exclude everything else | H. Peter Anvin | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Fix the baselines sed command | H. Peter Anvin | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Exclude tree/* as being baselines and therefore should never be announced. | H. Peter Anvin | 2010-12-28 | 1 | -1/+5 |
| | |||||
* | This is not the right place to filter tree/*... those need to be | H. Peter Anvin | 2010-12-28 | 1 | -1/+0 |
| | | | | excluded as baselines | ||||
* | Add tree/* to the filter list | H. Peter Anvin | 2010-12-28 | 1 | -0/+1 |
| | |||||
* | Change List-* headers to Robot-* headers | H. Peter Anvin | 2010-11-12 | 1 | -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=b | H. Peter Anvin | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | Send email on failsafe trigger | H. Peter Anvin | 2010-11-09 | 1 | -1/+11 |
| | |||||
* | Re-enable emails! | H. Peter Anvin | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | If we failsafe, make sure to unwind the state | H. Peter Anvin | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | Need wc -l < foo not wc -l foo to get only a numeric output | H. Peter Anvin | 2010-11-09 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | H. Peter Anvin | 2010-11-02 | 1 | -1/+2 |
| | |||||
* | Let people know that they can be blacklisted | H. Peter Anvin | 2010-11-02 | 1 | -0/+1 |
| | |||||
* | Enable a blacklist | H. Peter Anvin | 2010-11-02 | 1 | -0/+6 |
| | |||||
* | Put in a failsafe trigger at 200 emails | H. Peter Anvin | 2010-11-02 | 1 | -2/+8 |
| | |||||
* | The nullref format needs to include the angle brackets... | H. Peter Anvin | 2010-09-17 | 1 | -1/+1 |
| | |||||
* | Don't add <tip-*@vger.kernel.org> as a Reference: | H. Peter Anvin | 2010-06-11 | 1 | -1/+6 |
| | |||||
* | robotfmt: References: is are not comma-separated | H. Peter Anvin | 2010-04-07 | 1 | -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 on | H. Peter Anvin | 2009-10-25 | 1 | -2/+2 |
| | |||||
* | Add mechanism to add branches that aren't in auto-branches | H. Peter Anvin | 2009-10-24 | 2 | -2/+3 |
| | |||||
* | filter-branches: exclude rt, exclude test except test/tip-bot | H. Peter Anvin | 2009-10-24 | 1 | -0/+2 |
| | |||||
* | Disable LKML for now | H. Peter Anvin | 2009-10-24 | 1 | -1/+3 |
| |