Thomas Orozco
73aabc2a40
Bump version to 0.4.2
...
+ Only packaging changes
10 years ago
Thomas Orozco
363f480520
Merge pull request #2 from krallin/build-debug-rebased
...
Fix `rpmbuild` stub for Travis
10 years ago
Thomas Orozco
22e58b4c59
Log contents of packages for visual audit
10 years ago
Thomas Orozco
75f674edb1
Use absolute path to load stub rpmbuild
...
On Travis, Cmake does not run from the same directory as in our local
build environment. We need to ensure that PATH contains absolute paths
so that Cmake can find our stub rpmbuild.
10 years ago
Thomas Orozco
3764a7f224
Bump to 0.4.1
...
+ Add support for older Cmake to build on Ubuntu Precise (which is what
we have in Travis)
10 years ago
Thomas Orozco
12749881e0
Workaround to ensure compatibility with older CMake
...
Travis uses Ubuntu Precise, which has CMake 3.8. That version does not
have support for excluding /usr and /usr/bin from the %files% list
(which results in a package that conflicts with the filesystem package
and fails to install).
This commit:
+ Builds on Precise instead of Trusty
+ Adds install tests
10 years ago
Thomas Orozco
b7afb24a82
Add notes about autogenerated files
10 years ago
Thomas Orozco
434dd956bd
Bump version to 0.4.0
...
New features:
+ Generate DEB and RPM packages
10 years ago
Thomas Orozco
813c1c52fc
Merge pull request #1 from krallin/build-packages
...
Generate DEB and RPM packages
10 years ago
Thomas Orozco
a1d6372ef6
Generate DEB and RPM packages
10 years ago
Thomas Orozco
d7727acdca
Fix typo in LICENSE
10 years ago
Thomas Orozco
a417b59f1a
Ensure ${} isn't eaten by CMake
10 years ago
Thomas Orozco
1eb56cc7f9
Add link to tini-images repo
10 years ago
Thomas Orozco
556948c48e
Update README for v0.3.4
10 years ago
Thomas Orozco
7567a81585
Bump version to 0.3.4
10 years ago
Thomas Orozco
c5a49cf4d6
Specify language in CMakeLists
10 years ago
Thomas Orozco
04c650339e
Add install rule in cmake
10 years ago
Thomas Orozco
1c52aee22c
Use const in spawn, remove redundant ()
10 years ago
Thomas Orozco
f3c3b1ec14
Bump to 0.3.3
...
Only packaging changes
10 years ago
Thomas Orozco
cf37f5a7f0
Include travis status image
10 years ago
Thomas Orozco
178f46aa01
Convert to out-of-tree builds
10 years ago
Thomas Orozco
84475c399b
Simplify build script
...
Binaries are now pushed by Travis, we don't need to copy them anymore.
10 years ago
Thomas Orozco
5bba1c35e5
Move code into ./src
10 years ago
Thomas Orozco
6e7cdc63bb
Auto-generate README (for version number)
10 years ago
Thomas Orozco
e3d2662820
Update README to point to v0.3.2
10 years ago
Thomas Orozco
756818ba29
Bump version to 0.3.2
10 years ago
Thomas Orozco
d203049193
Output information / debug to stdout, not stderr
10 years ago
Thomas Orozco
699c3aadf2
Remove the static build for now
...
The static build doesn't build with clang, and its usefulness is dubious
for the time being considering the only requirement is glibc.
10 years ago
Thomas Orozco
958597f620
Tolerate an older cmake
...
We don't depend on newer features, and Travis offers 2.8.7
10 years ago
Thomas Orozco
ec36a858db
Add travis / ci build script
10 years ago
Thomas Orozco
296a29e3da
Convert to CMake
10 years ago
Thomas Orozco
3003e55a8c
Explain exit code handling in README
10 years ago
Thomas Orozco
fb66ef7f6f
Fix typo in README
10 years ago
Thomas Orozco
03517ace39
Bump version to 0.3.0
10 years ago
Thomas Orozco
8a2e156182
More code example in the README
10 years ago
Thomas Orozco
ffb171edf7
Add a static version as well
10 years ago
Thomas Orozco
5b7d66bfe3
Add a valgind test
10 years ago
Thomas Orozco
3af90f3ba8
Improve test code usability
10 years ago
Thomas Orozco
acbb3e4391
Randomize tests a little
10 years ago
Thomas Orozco
c666a4f718
Add version in usage, improve usage
10 years ago
Thomas Orozco
c35496874c
Just copy from the image in ddist
...
This ensures (with the help of Docker caching) that running
./dtest.sh && ./ddist.sh results in shipping the binary that was
actually tested.
10 years ago
Thomas Orozco
0b3e77da75
Ensure we always build in a clean environment
10 years ago
Thomas Orozco
04119b2869
Refactor build process
10 years ago
Thomas Orozco
d67289b212
Don't exit from spawn (exit in main instead)
10 years ago
Thomas Orozco
38892ce93e
Remove redundant comment
10 years ago
Thomas Orozco
5cd40fe845
Catch errors in kill
10 years ago
Thomas Orozco
60b466419a
Make error handling more generic
10 years ago
Thomas Orozco
cf95d8c824
Improve error message for failed alloc
10 years ago
Thomas Orozco
fa8200cc1c
Refactor further around functions
10 years ago
Thomas Orozco
191dd0a97f
WIP - Split into functions
10 years ago