Merge pull request #198 from linuxserver/ubuntu-kde-readme

This commit is contained in:
Adam 2025-09-28 18:39:00 +01:00 committed by GitHub
commit 984ace1c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
16 changed files with 6 additions and 7 deletions

0
.editorconfig Executable file → Normal file
View File

0
.github/CONTRIBUTING.md vendored Executable file → Normal file
View File

0
.github/ISSUE_TEMPLATE/config.yml vendored Executable file → Normal file
View File

0
.github/ISSUE_TEMPLATE/issue.bug.yml vendored Executable file → Normal file
View File

0
.github/ISSUE_TEMPLATE/issue.feature.yml vendored Executable file → Normal file
View File

0
.github/workflows/call_issue_pr_tracker.yml vendored Executable file → Normal file
View File

0
.github/workflows/call_issues_cron.yml vendored Executable file → Normal file
View File

0
.github/workflows/external_trigger.yml vendored Executable file → Normal file
View File

0
.github/workflows/external_trigger_scheduler.yml vendored Executable file → Normal file
View File

0
.github/workflows/greetings.yml vendored Executable file → Normal file
View File

0
.github/workflows/package_trigger_scheduler.yml vendored Executable file → Normal file
View File

0
.github/workflows/permissions.yml vendored Executable file → Normal file
View File

4
Jenkinsfile vendored
View File

@ -32,8 +32,8 @@ pipeline {
CI_WEB='false'
CI_PORT='3000'
CI_SSL='false'
CI_DELAY='30'
CI_DOCKERENV='TZ=US/Pacific'
CI_DELAY='60'
CI_DOCKERENV='TZ=Etc/UTC'
CI_AUTH='user:password'
CI_WEBPATH=''
}

View File

@ -1,3 +1,3 @@
<!-- DO NOT EDIT THIS FILE MANUALLY -->
<!-- Please read https://github.com/linuxserver/docker-rdesktop/blob/ubuntu-kde/.github/CONTRIBUTING.md -->
Up to date documentation is available [here](https://github.com/linuxserver/docker-rdesktop/blob/master/README.md).
Up to date documentation is available [here](https://github.com/linuxserver/docker-rdesktop/blob/ubuntu-xfce/README.md).

View File

@ -6,7 +6,6 @@ external_type: os
release_type: prerelease
release_tag: ubuntu-kde
ls_branch: ubuntu-kde
build_armhf: false
repo_vars:
- BUILD_VERSION_ARG = 'OS_VERSION'
- LS_USER = 'linuxserver'
@ -21,7 +20,7 @@ repo_vars:
- CI_WEB='false'
- CI_PORT='3000'
- CI_SSL='false'
- CI_DELAY='30'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_DELAY='60'
- CI_DOCKERENV='TZ=Etc/UTC'
- CI_AUTH='user:password'
- CI_WEBPATH=''

View File

@ -5,5 +5,5 @@ project_name: rdesktop
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
full_custom_readme: |
{% raw -%}
Up to date documentation is available [here](https://github.com/linuxserver/docker-rdesktop/blob/master/README.md).
Up to date documentation is available [here](https://github.com/linuxserver/docker-rdesktop/blob/ubuntu-xfce/README.md).
{%- endraw %}