aboutsummaryrefslogtreecommitdiff
path: root/maintainer/test-packages.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add an ability to refresh/renumber patchesAlexey Neyman2017-12-021-3/+63
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-291-4/+8
| | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add an ability to download signatures from test-packages.shAlexey Neyman2017-09-271-0/+8
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add an ability to verify the digest/signatureAlexey Neyman2017-09-271-1/+36
| | | | | | Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
* Update gcc-linaro to 2017.08Alexey Neyman2017-09-161-0/+5
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Allow test-package.sh to be used in a clean treeAlexey Neyman2017-09-041-2/+2
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Workaround for static uClibc-ng issue with -lpthreadAlexey Neyman2017-09-031-0/+2
| | | | | | Also, preserve .config when running test-package.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
* Skip ftp:// URLs, wget cannot verify themAlexey Neyman2017-08-231-1/+5
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Implement a script for checking packagesAlexey Neyman2017-08-231-0/+190
Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>