aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27repo-install-test: add KEEP_CACHE env varOliver Smith1-0/+1
Keep downloaded binary packages to make test cycles shorter during development. While at it, also document all environment variables. Change-Id: I4d6ebaf460e47f29e023acb0bd78ef52ca80c7cd
2020-05-26repo-install-test: integrateOliver Smith1-0/+1
Make the script run from its new location. Related: OS#4563 Change-Id: Ib6fbc4b9487a84e0c28cd8b0622ddc2d5b1dfe14
2019-07-02common.sh: add docker_images_requireOliver Smith1-0/+1
Clone docker-playground.git, source its jenkins-common.sh and run docker_images_require from there. This will make it possible to run osmocom-release-tarballs.sh in a docker container, for which the Dockerfile is stored in docker-playground.git. Related: OS#3870 Change-Id: Ic4519ccb6978793054869862f8ca0e21d9cf5be4
2019-07-02scripts: add osmocom-release-tarballs.shOliver Smith1-0/+1
Generate tarball releases for all tags in all repositories. Related: OS#3870 Change-Id: I0a904c26e1c45aa46ddc59a01b776f2c7c5f947d
2019-05-23gitignore: add nightly-3g_* (nightly OBS script)Oliver Smith1-0/+3
Change-Id: I943eebc8787b78fef266df5654831e99122a4e6a
2019-03-26Add osmocom-build-old-tags-against-master.shOliver Smith1-0/+2
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
2018-09-20gitignore: add __pycache__Oliver Smith1-0/+1
The osmo-depcheck script consists of multiple Python files. Python creates a __pycache__ folder, so let's make sure that does not get added by accident into the git repository. Related: OS#2642 Change-Id: Ic8fb08fec1629846fc0712d6bc0b6288fbba7dc9
2017-10-30gitignore: also ignore jenkins-jobs.ini with a dashNeels Hofmeyr1-0/+1
Some may "accidentally" use a dash when reading the README file. Change-Id: I34877e2ba874c71b1be0079125f3662a9492a314
2017-08-15add jenkins job builder files for osmocom-nightly-nitb-split.shAlexander Couzens1-0/+1
jenkins job builder is a python library to write jenkins jobs in .yml or .json including templating and basic substition operation. To update the job call: Create your own jenkins_jobs.ini based on the exmaple and call jenkins-jobs --conf ./jenkins_jobs.ini update osmocom-nightly-nitb-split.yml Change-Id: Ie7c655c6e0e3761e7970e479cadb5ae14faa2c1c
2016-10-01gitignoreNeels Hofmeyr1-4/+2
Change-Id: Ic61c17bbabc968c8571b7c0629f3438360563975
2016-09-27add gitignoreNeels Hofmeyr1-0/+7
Change-Id: I5f67eee76ea40716c390e4d85e05af84a6c5f3d9