Commit graph

300 commits

Author SHA1 Message Date
Chris Kuehl
a8be35c2cb v1.2.3 2020-12-02 10:43:58 -08:00
Chris Kuehl
6a0fcbc73c
Merge pull request #213 from suve/ensure-VERSION-is-NUL-terminated
Ensure VERSION is NUL-terminated
2020-12-01 17:02:00 -08:00
suve
7bb2fef0e2 Use "%*s" when printing VERSION
The "%s" conversion specifier expects a NUL-terminated string.
However, the VERSION variable does not contain a NUL-terminator,
so formatting it using "%s" may lead to printing whatever happens
to be in memory next to VERSION.

Using "%*s" allows to specify how many characters to print,
thus making sure we don't go off the array.
2020-12-01 19:59:14 +01:00
Chris Kuehl
2da4dc4591
Merge pull request #202 from chriskuehl/use-kernel-naming-for-architectures
Use kernel naming of architectures in release binaries
2019-12-09 11:43:45 -08:00
Chris Kuehl
a2dfe215e3 Use kernel naming of architectures in release binaries 2019-12-09 11:17:51 -08:00
Chris Kuehl
dc0a492ad0
Merge pull request #200 from asottile/patch-1
Test s390x through travis-ci
2019-12-04 10:25:10 -08:00
Chris Kuehl
bcb22abff5 Remove s390x instructions from CONTRIBUTING 2019-12-04 10:18:20 -08:00
Anthony Sottile
8b24bad35c
Test s390x through travis-c 2019-12-04 09:42:12 -08:00
Chris Kuehl
3cad77a4df
Merge pull request #198 from Yelp/update-contributing-for-arm64
Update release instructions for arm64
2019-11-29 11:02:26 -08:00
Chris Kuehl
5003383eb7 Update release instructions for arm64 2019-11-28 20:16:06 -08:00
Chris Kuehl
e0e1f64d26
Merge pull request #197 from hrw/master
travis: enable aarch64 - #138
2019-11-28 19:52:58 -08:00
Marcin Juszkiewicz
a20ad99d18 travis: enable aarch64 - #138 2019-11-28 08:47:12 +01:00
Chris Kuehl
4d3debba4d
Merge pull request #190 from Yelp/release-s390x-instructions
Add s390x build to release instructions
2019-08-01 13:23:19 -07:00
Chris Kuehl
3ff6a884d4 Add s390x build to release instructions 2019-08-01 13:16:54 -07:00
Chris Kuehl
8572292982
Merge pull request #189 from asottile/current_user
build the package using the current uid/gid
2019-07-31 10:06:33 -07:00
Anthony Sottile
04ea5a9019 build the package using the current uid/gid 2019-07-31 08:48:45 -07:00
Chris Kuehl
daea290393
Merge pull request #187 from Yelp/fix-bitrot-again
Only run tests under Python 3, fix random bitrot
2019-07-15 13:58:29 -07:00
Chris Kuehl
46774f6068 Only run tests under Python 3, fix random bitrot 2019-07-15 13:23:51 -07:00
Chris Kuehl
a0e0776bec
Merge pull request #183 from Yelp/fix-flake8
Fix flake8 failures
2019-02-20 13:28:46 -08:00
Chris Kuehl
9374f3e664 Fix flake8 failures 2019-02-20 13:00:02 -08:00
Chris Kuehl
1722197e81
Merge pull request #182 from zhsj/fix-test
Fix test on slow machines, increasing the sleep time
2019-02-19 11:38:22 -06:00
Shengjing Zhu
0708f2779c Fix test on slow machines, increasing the sleep time
The original sleep time is too short, the tests failed on
architectures like mips*, armhf. I think it's because the
python interpreter can't start in 0.1s.

After increasing the sleep time, it passed on most architectures
which Debian supports.

The result can be found at:
https://buildd.debian.org/status/logs.php?pkg=dumb-init
(compare the build result of 1.2.2-1.1 and 1.2.2-1)

Signed-off-by: Shengjing Zhu <zhsj@debian.org>
2019-02-19 00:08:34 +08:00
Chris Kuehl
f594e57209
Merge pull request #176 from hellerve/master
Nit: add braces around if
2018-08-09 10:19:29 -07:00
hellerve
93e076ae18 nit 2: add braces around for 2018-08-09 15:43:01 +02:00
hellerve
341a453731 nit: add braces around if 2018-08-09 10:59:00 +02:00
Chris Kuehl
b1e978e486 v1.2.2 2018-08-01 16:46:41 -07:00
Chris Kuehl
9f490af235
Merge pull request #174 from chriskuehl/fix-race
Fix SIGHUP/SIGCONT sometimes reaching the child due to tty quirks
2018-08-01 16:35:27 -07:00
Chris Kuehl
53ca2265d1 Temporarily allow the linux-ppc64le tests to fail
This is due to #175.
2018-08-01 16:26:27 -07:00
Chris Kuehl
7d3aa2fc2b Fix SIGHUP/SIGCONT race condition 2018-08-01 16:20:16 -07:00
Chris Kuehl
183db85f9d
Merge pull request #168 from chriskuehl/update-release-instructions-for-ppc
Update release instructions for ppc64el
2018-06-07 10:59:52 -07:00
Chris Kuehl
c66a5f92ca Just go straight to master 2018-06-07 10:58:21 -07:00
Chris Kuehl
a5bb24a7a1 Update release instructions for ppc64el 2018-06-07 10:37:45 -07:00
Chris Kuehl
7585bc2811
Merge pull request #167 from Yelp/upload-assets-ourselves
Run the asset upload ourselves
2018-06-05 16:01:14 -07:00
Chris Kuehl
9dee5e4405 Run the asset upload ourselves 2018-06-05 14:50:28 -07:00
Chris Kuehl
1de920df9d
Merge pull request #166 from Yelp/travis-ppc
Build for ppc64le via Travis
2018-06-05 12:22:03 -07:00
Chris Kuehl
9262b01828 Build for ppc64le via Travis 2018-06-05 09:29:35 -07:00
Chris Kuehl
73a216019b
Merge pull request #165 from Yelp/upload-artifacts
Upload artifacts as part of the Travis build
2018-06-04 20:31:38 -07:00
Chris Kuehl
233843bcb6 Upload artifacts as part of the Travis build 2018-06-04 20:21:25 -07:00
Chris Kuehl
0ffe859513
Merge pull request #164 from Yelp/update-readme
Suggest installing from official apt sources
2018-05-31 11:45:33 -07:00
Chris Kuehl
6ead12bedf Address review comments 2018-05-26 16:02:23 -07:00
Chris Kuehl
66c04fbf72 Suggest installing from official apt sources 2018-05-24 22:00:35 -07:00
Chris Kuehl
ead14a8ca1
Fix travis badge URL 2018-05-16 11:19:55 -07:00
Chris Kuehl
5f0b5043b0
Merge pull request #163 from Yelp/travis
Switch from CircleCI to Travis, add bionic itests
2018-05-16 10:48:29 -07:00
Chris Kuehl
651f76555c Switch from CircleCI to Travis, add bionic itests
Fixes #157
2018-05-16 09:50:30 -07:00
Chris Kuehl
86e7010877
Merge pull request #162 from asottile/updates
Minor updates
2018-05-15 20:46:49 -07:00
Anthony Sottile
341d998eaa Minor updates 2018-05-15 20:40:27 -07:00
Chris Kuehl
733264f7a4
Merge pull request #160 from Yelp/fix-bitrot
Fix bitrot (remove pip upgrade)
2018-04-17 15:17:56 -07:00
Chris Kuehl
2c80039ab6 Fix bitrot (remove pip upgrade)
We don't need this anymore now that we don't build on lucid.
2018-04-17 11:18:59 -07:00
Chris Kuehl
b67a73da0a CONTRIBUTING.md: also upload *.whl to pypi 2017-12-01 10:23:07 -08:00
Chris Kuehl
e7ff7f5762 Release v1.2.1 2017-12-01 10:21:45 -08:00