This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/16917 )
Change subject: osmocom-release-tarballs: publish with rsync
......................................................................
osmocom-release-tarballs: publish with rsync
Related: OS#3870
Change-Id: I5f88ae0c483ed03c42c47d1cd207ac2722cfa083
---
M jobs/osmocom-release-tarballs.yml
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/17/16917/1
diff --git a/jobs/osmocom-release-tarballs.yml b/jobs/osmocom-release-tarballs.yml
index 56f5777..fd078be 100644
--- a/jobs/osmocom-release-tarballs.yml
+++ b/jobs/osmocom-release-tarballs.yml
@@ -10,6 +10,8 @@
defaults: global
description: |
For each relevant Osmocom repository and its tags, build release tarballs (<a href="https://osmocom.org/issues/3870">OS#3870</a>).
+ <br><br>
+ Publishes to: <a href="https://ftp.osmocom.org/releases/">https://ftp.osmocom.org/releases</a>
parameters:
- string:
name: BRANCH_OSMO_CI
@@ -33,6 +35,10 @@
-w /osmo-ci \
-e KEEP_TEMP="$KEEP_TEMP" \
"$USER/debian-stretch-build-dist" /osmo-ci/scripts/osmocom-release-tarballs.sh
+
+ SSH_COMMAND="ssh -p 48"
+ cd _release_tarballs
+ rsync -avz --delete -e "$SSH_COMMAND" . releases at rita.osmocom.org:web-files/
scm:
- git:
branches:
@@ -50,5 +56,9 @@
- email:
notify-every-unstable-build: true
recipients: 'jenkins-notifications at lists.osmocom.org'
+ wrappers:
+ - ssh-agent-credentials:
+ users:
+ - releases
# vim: expandtab tabstop=2 shiftwidth=2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/16917
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5f88ae0c483ed03c42c47d1cd207ac2722cfa083
Gerrit-Change-Number: 16917
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200117/edfeedc9/attachment.htm>