Commit graph

218 commits

Author SHA1 Message Date
Chris Kuehl
0d38734d4c Merge pull request #127 from chriskuehl/add-lintian
Add lintian to the build container
2016-12-02 13:21:20 -08:00
Chris Kuehl
3160a88ee7 Add lintian override (we're purposefully statically-linked) 2016-12-02 13:12:30 -08:00
Chris Kuehl
d92ac668d9 Add lintian to the build container 2016-12-02 12:57:02 -08:00
Chris Kuehl
be0a819ceb Merge pull request #123 from garykrige/patch-1
Update README.md
2016-10-12 01:06:05 -07:00
Gary Krige
d060ed7cee Update README.md 2016-10-12 10:02:55 +02:00
Chris Kuehl
3321350d7e tty_test: execvpe => execvp 2016-10-11 12:24:10 -07:00
Chris Kuehl
e5d51c2870 Merge branch 'fix-dumb-init-path' 2016-10-11 12:18:11 -07:00
Chris Kuehl
5b269aa9f8 Fix path to dumb-init in tty_test 2016-10-11 12:16:02 -07:00
Chris Kuehl
7ca7e44918 Release v1.2.0 2016-10-10 14:17:12 -07:00
Chris Kuehl
b66cbb081e Merge pull request #122 from chriskuehl/fix-job-control
Hand controlling TTY to child, if we have one
2016-10-10 14:09:14 -07:00
Chris Kuehl
e4e2dd0503 Fix ioctl arguments 2016-10-10 12:23:19 -07:00
Chris Kuehl
fff4226b17 Hand controlling TTY to child, if we have one 2016-10-10 11:17:31 -07:00
Chris Kuehl
1bb4ba125a Merge pull request #120 from nicolaevladescu/master
Fix typo in README.md: alterative -> alternative
2016-09-29 09:06:13 -07:00
Nicolae Vlădescu
1719540ad5 Fix typo in README.md: alterative -> alternative 2016-09-29 19:01:55 +03:00
Chris Kuehl
3b972dea15 Merge pull request #119 from chriskuehl/only-precommit-on-py35
Only run pre-commit on python3.5
2016-09-13 09:11:13 -07:00
Chris Kuehl
6d460b3ce1 Only run pre-commit on python3.5 2016-09-13 08:53:44 -07:00
Anthony Sottile
35f4a25cdf Merge pull request #117 from chriskuehl/fix-pre-commit-language-version
Set language_version: python3.5 on pre-commit hooks
2016-09-01 10:31:32 -07:00
Chris Kuehl
35d615ee7c Set language_version: python3.5 on pre-commit hooks 2016-09-01 10:14:58 -07:00
Anthony Sottile
a91de79a9e Merge pull request #116 from chriskuehl/use-bin-bash-exit-status-test
Fix exit_status_test on Fedora
2016-08-26 13:36:05 -07:00
Chris Kuehl
9398a4d0d0 Have Python kill itself instead of using /bin/kill
This is probably less fragile
2016-08-26 13:24:51 -07:00
Chris Kuehl
5b0c387023 Make sure to use /bin/bash for exit_status_test 2016-08-26 13:10:57 -07:00
Chris Kuehl
e1205f33f7 Merge pull request #114 from chriskuehl/fix-race-reading-proc
Fix race reading /proc in tests
2016-08-25 14:08:33 -07:00
Chris Kuehl
0841d65427 Fix race reading /proc 2016-08-25 13:59:54 -07:00
Anthony Sottile
d456a8951a Merge pull request #113 from chriskuehl/fix-proc-assertion
Loosen a /proc assertion
2016-08-25 13:22:43 -07:00
Chris Kuehl
dba55e1dc6 Loosen a proc assertion 2016-08-25 13:13:51 -07:00
Buck Evan
b0bf2eeb17 Merge pull request #112 from chriskuehl/clarify-json-syntax
Clarify the importance of JSON syntax for CMD
2016-08-15 14:20:06 -07:00
Chris Kuehl
411d1fc420 Clarify the importance of JSON syntax for CMD 2016-08-15 14:14:07 -07:00
Chris Kuehl
0f286e285f Release v1.1.3 2016-08-02 10:59:59 -07:00
Chris Kuehl
301eeddce7 Merge pull request #109 from chriskuehl/fixes-for-freebsd
Fixes for FreeBSD kernel
2016-08-01 18:47:40 -07:00
Chris Kuehl
3c141fe7e6 Merge pull request #108 from chriskuehl/fix-more-flaky-tests
Fix more flaky tests
2016-08-01 10:35:35 -07:00
Chris Kuehl
f854583872 Fixes for FreeBSD kernel 2016-08-01 10:32:31 -07:00
Chris Kuehl
4349c629f8 Fix more flaky tests 2016-08-01 09:16:28 -07:00
Chris Kuehl
9d862c8a2b Fix signal number assertions on non-amd64 2016-08-01 08:40:48 -07:00
Chris Kuehl
76436e0ee9 Merge pull request #103 from chriskuehl/mention-entrypoint-README
Expand on how to use in a Dockerfile
2016-07-28 14:05:44 -07:00
Chris Kuehl
e5783199ac Dockerfile syntax highlighting is a thing now 2016-07-28 13:53:25 -07:00
Chris Kuehl
db53ed45e3 Expand on how to use in a Dockerfile 2016-07-28 13:48:06 -07:00
Chris Kuehl
eb86ebe961 Release v1.1.2 2016-07-25 22:50:09 -07:00
Anthony Sottile
74bdd54040 Merge pull request #104 from chriskuehl/set-signal-mask-before-fork
Set the signal mask before forking
2016-07-25 22:43:07 -07:00
Chris Kuehl
d17ab8ac18 Set the signal mask before forking
Fixes #102
2016-07-25 22:30:22 -07:00
Anthony Sottile
90bfe0fd90 Merge pull request #101 from chriskuehl/fix-flakey-tests
Fix two flakey tests
2016-07-25 10:02:37 -07:00
Chris Kuehl
23dbc512c2 Fix two flakey tests 2016-07-25 09:54:39 -07:00
Chris Kuehl
62ca2aaace Merge pull request #98 from chriskuehl/add-some-more-logging-to-tests
Be more generous with sleeps in tests, add more test output on fail
2016-07-19 14:47:27 -07:00
Chris Kuehl
8269e190f1 Be more generous with sleeps, add more test output on fail 2016-07-19 14:40:26 -07:00
Chris Kuehl
cbd1db01a8 Let's try bold 2016-07-15 22:25:01 -07:00
Anthony Sottile
d1393dd6fe Merge pull request #95 from chriskuehl/fix-itest-lucid
Fix itest_lucid
2016-07-11 14:59:51 -07:00
Chris Kuehl
1b32040658 Fix itest_lucid 2016-07-02 11:36:30 -07:00
Chris Kuehl
4f1a255b04 Merge pull request #93 from Yelp/remove_unused_hooks
Remove a few unused pre-commit hooks
2016-06-24 13:41:27 -07:00
Anthony Sottile
f131ae86c0 Remove a few unused pre-commit hooks 2016-06-24 13:30:10 -07:00
Anthony Sottile
78ee446099 Merge pull request #91 from chriskuehl/make-tests-less-leaky
Make tests a bit less leaky
2016-06-24 12:07:03 -07:00
Chris Kuehl
135bfcaf2c Add a timeout to tests during builddeb-docker, make verbose 2016-06-24 11:30:40 -07:00