Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-02 | Merge remote-tracking branch 'tor-github/pr/989' | Nick Mathewson | |
2019-04-30 | Travis: remove sudo configuration | rl1987 | |
See: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration | |||
2019-04-23 | Merge remote-tracking branch 'tor-github/pr/971' | Nick Mathewson | |
2019-04-22 | Travis: Show stem's tor log after failure | teor | |
Closes ticket 30234. | |||
2019-04-17 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-04-15 | Merge branch 'tor-github/pr/941' | George Kadianakis | |
2019-04-12 | Travis: expand "make test-stem", so timelimit can signal python on timeout | teor | |
Unlike kill, timelimit can only signal the process it launches. So we need timelimit to launch python, not make. Closes ticket 30117; diagnostic for 29437. | |||
2019-04-11 | Travis: use stem backtrace signals with timelimit | teor | |
Part of 30117. | |||
2019-04-06 | Merge remote-tracking branch 'tor-github/pr/898' into maint-0.3.5 | teor | |
2019-04-05 | Merge branch 'tor-github/pr/901' into maint-0.4.0 | George Kadianakis | |
2019-04-05 | Merge branch 'tor-github/pr/879' into maint-0.4.0 | George Kadianakis | |
2019-04-04 | Merge branch 'bug30011_035' into bug30011_040 | teor | |
Merge bug30011 new package timelimit with 0.4.0 new package shellcheck. Move shellcheck into the correct category. | |||
2019-04-04 | Travis: Terminate test-stem if it takes more than 9.5 minutes to run | teor | |
(Travis terminates the job after 10 minutes of no output.) Diagnostic for 29437. Fixes bug 30011; bugfix on 0.3.5.4-alpha. | |||
2019-04-01 | Merge branch 'bug29036-29962-034' into bug29036-29962-035 | teor | |
Merge the moved coverage line from 29036 with the stem changes in maint-0.3.5. | |||
2019-04-01 | Travis: merge before_cache from 29036 and 29962 | teor | |
And add some useful comments | |||
2019-04-01 | Cleanup cargo registry before each Rust-enabled build | rl1987 | |
Also, refrain from caching target/. See: https://levans.fr/rust_travis_cache.html | |||
2019-04-01 | Merge branch 'bug29036-029' into bug29036-29962-034 | teor | |
2019-04-01 | Makefile: delete all the gcov-related files in reset-gcov | teor | |
And fix a comment. See: https://gcc.gnu.org/onlinedocs/gcc/Gcov-Data-Files.html#Gcov-Data-Files | |||
2019-03-20 | Handle errors from coveralls more gracefully. | Alexander Færøy | |
Since we have moved coveralls to the script target the entire build will now fail if coveralls fail. We handle it more gracefully by echo'ing the failure instead of doing a hard-failure. See: https://bugs.torproject.org/29036 | |||
2019-03-20 | Run `make reset-gcov` after the script target in Travis CI is done. | Alexander Færøy | |
This should ensure that GCDA files are never entering the cache of Travis CI. See: https://bugs.torproject.org/29036 | |||
2019-01-15 | Add shellcheck to Travis CI builds | rl1987 | |
2018-12-06 | Print Python version during each Travis CI job | rl1987 | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5 | Nick Mathewson | |
2018-10-29 | Make sure we're not running distcheck and test-stem on the same CI job | rl1987 | |
2018-10-29 | Log stem commit id | rl1987 | |
2018-10-29 | Try putting stem repo cloning into install part of config | rl1987 | |
Also print stem version when we have it downloaded | |||
2018-10-29 | Save time in CI test-stem job | rl1987 | |
When running `make test-stem` on Travis, we should refrain from also running `make check`. Furthermore, let's limit compilation to src/app/tor target. | |||
2018-10-29 | Try running test-stem on travis | rl1987 | |
2018-10-24 | Merge branch 'nss-travis' into maint-0.3.5 | Nick Mathewson | |
2018-10-12 | report origin of mystery core file | Taylor Yu | |
Report what program produced the mysterious core file that we occasionally see on Travis CI during make distcheck. Closes ticket 28024. | |||
2018-10-10 | Merge branch 'bug27738-033' into bug27738-034 | Taylor Yu | |
2018-10-10 | Merge remote-tracking branch 'teor/bug27738-032' into bug27738-033 | Taylor Yu | |
2018-10-01 | Reenable hardening options with Rust on Travis | Alex Crichton | |
Previously the sanitizers are forcibly disabled as they were found to be incompatible with Rust code. The nightly channel of Rust, however, now has some fixes which should make this disabling no longer necessary. | |||
2018-09-25 | add --enable-nss build to Travis CI | cypherpunks | |
2018-09-18 | Travis: use the Homebrew addon for xz and zstd | teor | |
xz and zstd were added as optional dependencies in 0.3.1.1-alpha. Implements ticket 27738. | |||
2018-09-18 | Merge branch 'bug27738-029' into bug27738-032 | teor | |
Resolve conflicts due to modified comments, and deleted lines. | |||
2018-09-18 | Travis: use the Homebrew addon | teor | |
Use the Travis Homebrew addon to install packages on macOS. The package list is the same, but the Homebrew addon does not do a `brew update` by default. This makes builds faster, at the cost of using slightly older packages. Implements ticket 27738. | |||
2018-09-11 | Merge remote-tracking branch 'teor/ticket27252-034' into maint-0.3.4 | Nick Mathewson | |
2018-09-11 | Merge remote-tracking branch 'teor/ticket27252-033' into maint-0.3.3 | Nick Mathewson | |
2018-09-11 | Merge remote-tracking branch 'teor/ticket27252-032' into maint-0.3.2 | Nick Mathewson | |
2018-09-11 | Merge remote-tracking branch 'teor/ticket27252-029' into maint-0.2.9 | Nick Mathewson | |
2018-09-05 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-09-05 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-09-05 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-05 | Merge remote-tracking branch 'teor/bug27418-029' into maint-0.2.9 | Nick Mathewson | |
2018-09-05 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-09-05 | Merge branch 'maint-0.2.9' into maint-0.3.2 | Nick Mathewson | |
2018-09-05 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-09-05 | Travis: don't call echo with a --flag as the first argument | teor | |
When we use echo in Travis, don't pass a --flag as the first argument. Fixes bug 27418; bugfix on 0.3.4.7-rc. | |||
2018-09-05 | Travis: when showing a log fails, keep trying to show other logs | teor | |
When a Travis build fails, and showing a log fails, keep trying to show the other logs. Fixes bug 27453; bugfix on 0.3.4.7-rc. |