Skip to content

WIP Update instructions for VPN automation#197

Draft
oleschwen wants to merge 495 commits intomainfrom
194-fix-vpn-disonnection-automation
Draft

WIP Update instructions for VPN automation#197
oleschwen wants to merge 495 commits intomainfrom
194-fix-vpn-disonnection-automation

Conversation

@oleschwen
Copy link
Copy Markdown
Collaborator

No description provided.

Ultimate-Storm and others added 30 commits September 21, 2025 06:10
chore: Update APT versions in Dockerfile
chore: Update APT versions in Dockerfile
chore: Update APT versions in Dockerfile
chore: Update APT versions in Dockerfile
…-on-readme-files-C

Extend participant readme
oleschwen and others added 23 commits February 2, 2026 17:33
chore: Update APT versions in Dockerfile
…n-readme

document output files of local training
Updated the title and added reminders about replacing placeholders and contacting for lost config files.
chore: Update APT versions in Dockerfile
…nd-of-dockerfile

Improve Docker build caching by installing apt packages
chore: Update APT versions in Dockerfile
@oleschwen oleschwen linked an issue Feb 10, 2026 that may be closed by this pull request
@Ultimate-Storm Ultimate-Storm force-pushed the 194-fix-vpn-disonnection-automation branch from c4551a1 to cce3e71 Compare April 10, 2026 09:06
Comment on lines +11 to +53
runs-on: self-hosted
timeout-minutes: 60

steps:
- name: Checkout repository (with submodules)
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0

- name: Set up Git
run: |
git config --global user.email "ci@github.com"
git config --global user.name "GitHub CI"

- name: Create and switch to apt-update branch
run: |
git checkout -b ci/apt-update || git switch ci/apt-update
- name: Run APT update script

run: |
chmod +x scripts/ci/update_apt_versions.sh
scripts/ci/update_apt_versions.sh
- name: Show git diff for debugging
run: git diff || true

- name: Push apt-update branch
if: env.NO_CHANGES == 'false'
run: git push origin ci/apt-update --force

- name: Create Pull Request
if: env.NO_CHANGES == 'false'
uses: peter-evans/create-pull-request@v5
with:
commit-message: "chore: update apt versions in Dockerfile_ODELIA"
branch: ci/apt-update
branch-suffix: timestamp
title: "chore: Update APT versions in Dockerfile"
body: |
This PR automatically updates APT package version numbers in `Dockerfile_ODELIA`
based on a rebuild and inspection of installation logs.
base: main
delete-branch: false No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix VPN disonnection / automation

4 participants