Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792 | ||||
* | fix backup download | Tony Theodore | 2016-01-07 | 1 | -2/+2 |
| | | | | | * use bash for brace expansion * http://sprunge.us/ is down (fixes #1145) | ||||
* | add selected plugins to backup download | Tony Theodore | 2016-01-06 | 1 | -1/+6 |
| | | | | closes #1135 | ||||
* | s3-fetch-and-sync: note mirror.mxe.cc | Tony Theodore | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | s3-fetch-and-sync: add IPv6 address and gateway | Tony Theodore | 2015-12-10 | 1 | -1/+4 |
| | |||||
* | s3 sync: update server details | Tony Theodore | 2014-10-13 | 1 | -2/+4 |
| | |||||
* | s3-fetch-and-sync: Label download bugs as bugs | Timothy Gu | 2014-09-03 | 1 | -2/+2 |
| | |||||
* | tools/fake-editor, s3-fetch-and-sync: add comments | Timothy Gu | 2014-09-03 | 1 | -3/+13 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | s3-fetch-and-sync: the new testing system is functional now | Timothy Gu | 2014-08-31 | 1 | -2/+1 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | s3-fetch-and-sync: Add experimental download failure notification system | Timothy Gu | 2014-08-31 | 1 | -1/+22 |
| | |||||
* | s3-fetch-and-sync: use /bin/sh | Timothy Gu | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | s3-fetch-and-sync: use clean-junk instead of clean-pkg | Tony Theodore | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | s3 sync: don't need to keep local copies of pkgs | Tony Theodore | 2013-05-15 | 1 | -0/+1 |
| | |||||
* | add s3-fetch-and-sync script | Tony Theodore | 2012-09-22 | 1 | -0/+8 |