osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/37107?usp=email )
Change subject: ansible/setup-jenkins: add more utils
......................................................................
ansible/setup-jenkins: add more utils
* etckeeper: to automatically have /etc changes versioned in git; we
already use it in various other places
* ncdu: to figure out what consumes space
* tree: list directory trees, useful to quickly check if e.g. ccache
and jenkins workspace dirs are populated properly
Change-Id: I4b0e5a21f77d0ffb60f1f3aaf91aecd08cb2fe90
---
M ansible/setup-jenkins-slave.yml
1 file changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/07/37107/1
diff --git a/ansible/setup-jenkins-slave.yml b/ansible/setup-jenkins-slave.yml
index e9b5fbd..ffafaf0 100644
--- a/ansible/setup-jenkins-slave.yml
+++ b/ansible/setup-jenkins-slave.yml
@@ -9,9 +9,12 @@
apt:
name:
- ca-certificates
+ - etckeeper
+ - ncdu
- rsync
- screen
- tmux
+ - tree
- vim
cache_valid_time: 3600
update_cache: yes
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/37107?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4b0e5a21f77d0ffb60f1f3aaf91aecd08cb2fe90
Gerrit-Change-Number: 37107
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/37021?usp=email )
Change subject: README.md: cosmetic: fix a typo
......................................................................
README.md: cosmetic: fix a typo
Change-Id: I65c55fef27986eacaf85e39457f0dd0a16279904
---
M README.md
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/README.md b/README.md
index b9c45fd..d87d200 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@
Our coding standards are described at
https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards
-We us a gerrit based patch submission/review process for managing
+We use a Gerrit based patch submission/review process for managing
contributions. Please see
https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for
more details
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/37021?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I65c55fef27986eacaf85e39457f0dd0a16279904
Gerrit-Change-Number: 37021
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged