Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: bind /run and symlink /run/shm -> /dev/shm | Jakub Jirutka | 2017-03-31 | 1 | -0/+3 |
| | | | | | | | | This fixes problem with e.g. Python multiprocessing Queue - for POSIX semaphores to work, the users need r/w access to shared memory (/dev/shm). See https://github.com/travis-ci/travis-cookbooks/issues/155 | ||||
* | travis: update apk-tools-static to 2.6.8-r2 | Jakub Jirutka | 2017-03-20 | 1 | -2/+2 |
| | |||||
* | travis: change MIRROR_URI to nl.alpinelinux.org | Jakub Jirutka | 2017-03-20 | 2 | -2/+2 |
| | | | | This mirror is most fresh. | ||||
* | travis: build repositories in correct order | Jakub Jirutka | 2017-01-08 | 1 | -6/+6 |
| | |||||
* | travis: don't treat "scripts" directory as a repository | Jakub Jirutka | 2016-11-19 | 1 | -1/+1 |
| | |||||
* | travis: run checkapk after successful build | Jakub Jirutka | 2016-09-23 | 1 | -1/+5 |
| | |||||
* | travis: fix set_repositories_for() again | Jakub Jirutka | 2016-09-23 | 1 | -1/+1 |
| | | | | I'm apparently too tired... (-_o)zzZ Sorry for that. | ||||
* | travis: fix set_repositories_for(), needs sudo | Jakub Jirutka | 2016-09-23 | 1 | -4/+4 |
| | |||||
* | travis: use only repositories at same or higher level than target repo | Jakub Jirutka | 2016-09-23 | 4 | -4/+22 |
| | |||||
* | travis: update apk-tools-static version and fetch it from dl-cdn.a.o | Jakub Jirutka | 2016-08-27 | 1 | -2/+2 |
| | |||||
* | travis: add keys to the repo to avoid --allow-untrusted | Jakub Jirutka | 2016-07-15 | 6 | -1/+47 |
| | |||||
* | travis: run abuild without -f, it skips checksums verification | Jakub Jirutka | 2016-06-18 | 1 | -1/+1 |
| | |||||
* | travis: do not fail the build when no packages has been changed | Jakub Jirutka | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | travis: fix changed_abuilds() to ignore deleted APKBUILDs | Jakub Jirutka | 2016-06-07 | 1 | -3/+4 |
| | |||||
* | travis: fix changed_repos() to print only dirs, not files | Jakub Jirutka | 2016-06-07 | 1 | -1/+4 |
| | |||||
* | Travis: change repositories mirror to http://dl-cdn.alpinelinux.org | Jakub Jirutka | 2016-04-08 | 1 | -3/+3 |
| | | | | [skip ci] | ||||
* | Set up Travis to build modified packages | Jakub Jirutka | 2016-04-05 | 6 | -0/+208 |