aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-03-22 14:07:43 +0100
committerOliver Smith <osmith@sysmocom.de>2019-03-26 15:54:38 +0100
commit15c1f80dcc1e96812d72fec80f2088ad45c545d6 (patch)
tree984e6d75f34371a82f974c4ef2691059137b05b0 /.gitignore
parente81f90f7e184967ef56c983a33dd3aec6a0d1aeb (diff)
Add osmocom-build-old-tags-against-master.sh
Build old releases of Osmocom programs and libraries against "master of the day" to detect breakage. Redirect each build's output to its own log file, so it is easy to see what is currently getting build, and what failed. On error, print the end of the new failing build logs, along with a note to find the full logs in the jenkins artifacts. This initial configuration builds the last three release tags of the Osmocom repositories against master. The configuration can be changed easily. Indicate known failures with "err" instead of "ERR" in the output, do not cause them to fail the build and do not print the beginning of the error log (it is still in the artifacts). This way, new errors stand out and don't get overlooked among the known errors. Related: OS#3765 Change-Id: I7cb45cc40c9930840a3d4e6a86f39e1400478ed3
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1717928..00fe73d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ tokens.txt
jenkins_jobs.ini
jenkins-jobs.ini
__pycache__/
+_temp/
+_deps/