1
0
Fork 0
Commit Graph

203 Commits (61569474060aedf3b5479d4a50b21db573df7c85)

Author SHA1 Message Date
dump_stack() 6156947406
Make docker permissions errors more obvious 2019-07-10 22:08:04 +00:00
dump_stack() 133b7a9b03
Merge pull request #16 from codacy-badger/codacy-badge
Add a Codacy badge to README.md
2019-06-20 10:12:27 +00:00
The Codacy Badger a83acbae8b Add Codacy badge 2019-06-20 10:11:30 +00:00
dump_stack() 5864109080
Do not fail for kernel module if there is no test script 2019-06-15 06:58:17 +00:00
dump_stack() 75f5636d31
Avoid errors in case when no kernels in container 2019-06-15 06:48:53 +00:00
dump_stack() 56cdad74b3
Revert "CI: Test also without go modules to catch upstream API changes"
This reverts commit c680099801.
2019-06-11 00:14:23 +00:00
dump_stack() c680099801
CI: Test also without go modules to catch upstream API changes 2019-06-10 23:56:31 +00:00
dump_stack() 94706ea8e7
gofmt 2019-06-10 18:55:10 +00:00
dump_stack() 24de060a13
Use same version of aurora everywhere 2019-06-10 18:50:30 +00:00
dump_stack() 27090f674a
Update go modules 2019-06-10 18:35:55 +00:00
dump_stack() 80b3ae6912
Merge pull request #14 from chiveson/patch-1
fix dependens in pew.go
2019-06-10 18:28:40 +00:00
chiveson 7d6806846d
Update pew.go 2019-06-10 20:21:34 +03:00
dump_stack() c12daaa1d6 Travis-CI: fix bootstrap.sh path 2019-02-06 06:41:26 +00:00
dump_stack() e0c91f1b59 Travis-CI: use xenial 2019-02-06 06:34:21 +00:00
dump_stack() cf75f4424d Use relative path for bootstrap script 2019-02-06 06:29:08 +00:00
dump_stack() c3af494fa8 Fix bootstrap.sh path 2019-02-06 06:07:21 +00:00
dump_stack() 92484bf1d7 Travis-CI: go modules support 2019-02-02 22:15:32 +00:00
dump_stack() 983201bb7a
Go modules support 2019-02-02 22:04:44 +00:00
dump_stack() b5965e8374
Rename qemu package 2019-02-02 21:33:27 +00:00
dump_stack() 144a8547bc
Move upstream to code.dumpstack.io 2019-02-02 21:25:09 +00:00
dump_stack() fb9b03029b Update README.md 2018-12-16 23:50:58 +00:00
dump_stack() 2e6b983a84 Add requirements for Fedora 2018-12-16 23:45:36 +00:00
dump_stack() ddf9c90ead Fix typo 2018-12-15 15:24:04 +00:00
dump_stack() 42bebad9ca Add comments for exported functions 2018-12-10 03:06:26 +00:00
dump_stack() 556ead8594 Avoid ineffectual assignment 2018-12-10 03:02:11 +00:00
dump_stack() 630f6c7fe1 Move all kernels generation to separate function 2018-12-10 03:00:26 +00:00
dump_stack() 094f209791 Remove redundant return statement 2018-12-10 02:56:22 +00:00
dump_stack() d42474892c Reduce main func complexity 2018-12-10 02:51:15 +00:00
dump_stack() 18a92703ba Move to fmt.Errorf 2018-12-10 02:45:17 +00:00
dump_stack() e0f0133d42 Refactor: use only one exit for func 2018-12-10 02:41:45 +00:00
dump_stack() 1dace23475 Drop useless else block 2018-12-10 02:39:55 +00:00
dump_stack() 0b6ae6a23c Refactor 2018-12-10 02:37:40 +00:00
dump_stack() 597de7f8c4 Refactor variable names 2018-12-10 02:35:43 +00:00
dump_stack() 051d080a67 Typo 2018-12-10 02:34:01 +00:00
dump_stack() 1f35eb165d if-else -> switch 2018-12-10 02:32:13 +00:00
dump_stack() db27959c8b Use keyed fields 2018-12-09 22:50:37 +00:00
dump_stack() 880af47cc5 Use go timers for kill docker by timeout, fixes #12 2018-12-08 02:53:29 +00:00
dump_stack() 49b567cd4b Add test for docker command with timeout 2018-12-08 02:32:44 +00:00
dump_stack() 2a3c3ed18e Non-zero exit status if something failed 2018-12-07 03:14:24 +00:00
dump_stack() 4dd34fec1d
Update README.md 2018-12-02 22:29:06 +02:00
dump_stack() 076a5babb9 Fix typo 2018-12-02 20:25:33 +00:00
dump_stack() bc4129e01c Do not check for kernels config exist 2018-12-02 20:23:48 +00:00
dump_stack() 6b0301ec45 Do not exit if kernels config does not exists 2018-12-02 20:20:59 +00:00
dump_stack() 825d69b770 Implements command for generate all kernels for distro/version 2018-12-02 19:54:09 +00:00
dump_stack() 3fdb2736c8 Remove kernel factory 2018-12-02 19:49:27 +00:00
dump_stack() 257ff0cb7f Remove snap support 2018-12-02 15:33:13 +00:00
dump_stack() f8b3f5fbaf Update source tree for build 2018-12-02 12:15:39 +00:00
dump_stack() 5682dd99c1 Do not run bootstrap automatically, but suggest it to user 2018-12-02 03:39:54 +00:00
dump_stack() cf0e5efe18 Move bootstrap before kernels check 2018-12-02 03:19:41 +00:00
dump_stack() b459f91a22 Run bootstrap automatically on first run 2018-12-02 03:16:34 +00:00