summaryrefslogtreecommitdiff
path: root/maintainer/test-packages.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-09-30Add digests for all packagesAlexey Neyman1-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>
2017-09-28Add an ability to download signatures from test-packages.shAlexey Neyman1-0/+8
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-28Add an ability to verify the digest/signatureAlexey Neyman1-1/+36
Fixes #611. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-16Update gcc-linaro to 2017.08Alexey Neyman1-0/+5
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-04Allow test-package.sh to be used in a clean treeAlexey Neyman1-2/+2
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-09-03Workaround for static uClibc-ng issue with -lpthreadAlexey Neyman1-0/+2
Also, preserve .config when running test-package.sh. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Skip ftp:// URLs, wget cannot verify themAlexey Neyman1-1/+5
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-23Implement a script for checking packagesAlexey Neyman1-0/+190
Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>