[X2Go-Commits] [maintenancescripts] 01/01: add remaining projects to gitlab

git-admin at x2go.org git-admin at x2go.org
Wed Dec 14 22:40:45 CET 2022


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository maintenancescripts.

commit 497d6bcefba6bec74f01e6fc8fa4f24bd93bf6f7
Author: Juri Grabowski <git-commit at jugra.de>
Date:   Wed Dec 14 22:37:31 2022 +0100

    add remaining projects to gitlab
    
    for i in /srv/git/code.x2go.org/*.git/ ; do git clone --mirror $i ; done
    for i in *.git/ ; do cd $i ; git remote add gitlab git at gitlab.x2go.org:2migrate/${i%/} ; git push -f --mirror gitlab ; cd - ; echo ${i%.git/} ; done
---
 gitlab/gitlabracadabra.yml | 331 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 331 insertions(+)

diff --git a/gitlab/gitlabracadabra.yml b/gitlab/gitlabracadabra.yml
new file mode 100644
index 0000000..00dbd59
--- /dev/null
+++ b/gitlab/gitlabracadabra.yml
@@ -0,0 +1,331 @@
+.template:
+  create_object: true
+  name: ''
+  default_branch: master
+  description: ''
+  issues_access_level: enabled
+  repository_access_level: enabled
+  merge_requests_access_level: enabled
+  builds_access_level: enabled
+  wiki_access_level: enabled
+  snippets_access_level: enabled
+  resolve_outdated_diff_discussions: false
+  build_git_strategy: fetch
+  build_timeout: 3600
+  auto_cancel_pending_pipelines: enabled
+  build_coverage_regex: ''
+  ci_config_path: 'debian/salsa-ci.yml'
+  ci_default_git_depth:
+  auto_devops_enabled: false
+  auto_devops_deploy_strategy: continuous
+  container_registry_enabled: false
+  shared_runners_enabled: true
+  visibility: public
+  public_builds: true
+  only_allow_merge_if_pipeline_succeeds: true
+  only_allow_merge_if_all_discussions_are_resolved: true
+  merge_method: ff
+  lfs_enabled: true
+  packages_enabled: true
+  request_access_enabled: true
+  tag_list: [x2go]
+  # avatar
+  printing_merge_request_link_enabled: true
+  initialize_with_readme: false
+  unknown_milestones: warn
+  #  branches: []
+  groups: 
+    x2go: maintainer
+  unknown_groups: warn
+  members: 
+    gratuxri: owner
+    Ionic: owner
+    mike: owner
+    uli42: owner
+  unknown_members: warn
+  protected_branches:
+    master:
+      merge_access_level: developer
+      push_access_level: maintainer
+  unknown_protected_branches: warn
+  protected_tags:
+    '*': developer
+  unknown_protected_tags: warn
+  archived: false
+  variables: []
+  unknown_variables: warn
+  emails_disabled: false
+  labels:
+    - name: bug
+      color: '#d9534f'
+      description: ''
+    - name: confirmed
+      color: '#d9534f'
+      description: ''
+    - name: critical
+      color: '#d9534f'
+      description: ''
+    - name: discussion
+      color: '#428bca'
+      description: ''
+    - name: documentation
+      color: '#f0ad4e'
+      description: ''
+    - name: enhancement
+      color: '#5cb85c'
+      description: ''
+    - name: suggestion
+      color: '#428bca'
+      description: ''
+    - name: support
+      color: '#f0ad4e'
+      description: ''
+  unknown_labels: warn
+
+2migrate/buildscripts:
+  extends: .template
+  name: buildscripts
+  description: buildscripts
+
+2migrate/cups-x2go:
+  extends: .template
+  name: cups-x2go
+  description: cups-x2go
+
+2migrate/debbugs:
+  extends: .template
+  name: debbugs
+  description: debbugs
+
+2migrate/libpam-x2go:
+  extends: .template
+  archived: true
+  name: libpam-x2go
+  description: libpam-x2go
+
+2migrate/lightdm-remote-session-x2go:
+  extends: .template
+  archived: true
+  name: lightdm-remote-session-x2go
+  description: lightdm-remote-session-x2go
+
+2migrate/live-build-x2go:
+  extends: .template
+  name: live-build-x2go
+  description: live-build-x2go
+
+2migrate/maintenancescripts:
+  extends: .template
+  name: maintenancescripts
+  description: maintenancescripts
+
+2migrate/mteleplayer:
+  extends: .template
+  name: mteleplayer
+  description: mteleplayer
+
+2migrate/nx-libs:
+  extends: .template
+  name: nx-libs
+  description: nx-libs
+
+2migrate/pale-moon:
+  extends: .template
+  name: pale-moon
+  description: pale-moon
+
+2migrate/palemoon-systemwide-config:
+  extends: .template
+  name: palemoon-systemwide-config
+  description: palemoon-systemwide-config
+
+2migrate/pinentry-x2go:
+  extends: .template
+  name: pinentry-x2go
+  description: pinentry-x2go
+
+2migrate/pyhoca-cli:
+  extends: .template
+  name: pyhoca-cli
+  description: pyhoca-cli
+
+2migrate/pyhoca-contrib:
+  extends: .template
+  name: pyhoca-contrib
+  description: pyhoca-contrib
+
+2migrate/pyhoca-gui:
+  extends: .template
+  name: pyhoca-gui
+  description: pyhoca-gui
+
+2migrate/python-paramiko:
+  extends: .template
+  name: python-paramiko
+  description: python-paramiko
+
+2migrate/remote-login-service-x2go:
+  extends: .template
+  archived: true
+  name: remote-login-service-x2go
+  description: remote-login-service-x2go
+
+2migrate/telekinesis:
+  extends: .template
+  name: telekinesis
+  description: telekinesis
+
+2migrate/unity-greeter-x2go:
+  extends: .template
+  archived: true
+  name: unity-greeter-x2go
+  description: unity-greeter-x2go
+
+2migrate/vcxsrv:
+  extends: .template
+  name: vcxsrv
+  description: vcxsrv
+
+2migrate/x2goadmincenter:
+  extends: .template
+  name: x2goadmincenter
+  description: x2goadmincenter
+
+2migrate/x2gobroker:
+  extends: .template
+  name: x2gobroker
+  description: x2gobroker
+
+2migrate/x2goclient2:
+  extends: .template
+  name: x2goclient2
+  description: x2goclient2
+
+2migrate/x2goclient-contrib:
+  extends: .template
+  name: x2goclient-contrib
+  description: x2goclient-contrib
+
+2migrate/x2godesktopsharing:
+  extends: .template
+  name: x2godesktopsharing
+  description: x2godesktopsharing
+
+2migrate/x2gognomebindings:
+  extends: .template
+  name: x2gognomebindings
+  description: x2gognomebindings
+
+2migrate/x2gohtmlclient:
+  extends: .template
+  name: x2gohtmlclient
+  description: x2gohtmlclient
+
+2migrate/x2gokdriveclient:
+  extends: .template
+  name: x2gokdriveclient
+  description: x2gokdriveclient
+
+2migrate/x2gokdrive:
+  extends: .template
+  name: x2gokdrive
+  description: x2gokdrive
+
+2migrate/x2go-keyring:
+  extends: .template
+  name: x2go-keyring
+  description: x2go-keyring
+
+2migrate/x2golxdebindings:
+  extends: .template
+  name: x2golxdebindings
+  description: x2golxdebindings
+
+2migrate/x2gomatebindings:
+  extends: .template
+  name: x2gomatebindings
+  description: x2gomatebindings
+
+2migrate/x2goplasmabindings:
+  extends: .template
+  name: x2goplasmabindings
+  description: x2goplasmabindings
+
+2migrate/x2gothinclient:
+  extends: .template
+  name: x2gothinclient
+  description: x2gothinclient
+
+2migrate/x2gotrinitybindings:
+  extends: .template
+  name: x2gotrinitybindings
+  description: x2gotrinitybindings
+
+2migrate/x2gowebrpc:
+  extends: .template
+  name: x2gowebrpc
+  description: x2gowebrpc
+
+2migrate/x2gowswrapper:
+  extends: .template
+  name: x2gowswrapper
+  description: x2gowswrapper
+2migrate/z99_ubuntu/libev:
+  extends: .template
+  archived: true
+  name: libev
+  description: libev
+
+2migrate/z99_ubuntu/python-crypto:
+  extends: .template
+  archived: true
+  name: python-crypto
+  description: python-crypto
+
+2migrate/z99_ubuntu/python-daemonize:
+  extends: .template
+  archived: true
+  name: python-daemonize
+  description: python-daemonize
+
+2migrate/z99_ubuntu/python-gevent:
+  extends: .template
+  archived: true
+  name: python-gevent
+  description: python-gevent
+
+2migrate/z99_ubuntu/python-greenlet:
+  extends: .template
+  archived: true
+  name: python-greenlet
+  description: python-greenlet
+
+2migrate/z99_ubuntu/python-pampy:
+  extends: .template
+  archived: true
+  name: python-pampy
+  description: python-pampy
+
+2migrate/z99_ubuntu/python-setproctitle:
+  extends: .template
+  archived: true
+  name: python-setproctitle
+  description: python-setproctitle
+
+2migrate/z99_ubuntu/python-tornado:
+  extends: .template
+  archived: true
+  name: python-tornado
+  description: python-tornado
+
+2migrate/z99_ubuntu/python-wsgilog:
+  extends: .template
+  archived: true
+  name: python-wsgilog
+  description: python-wsgilog
+
+2migrate/z99_ubuntu/webpy:
+  extends: .template
+  archived: true
+  name: webpy
+  description: webpy

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/maintenancescripts.git


More information about the x2go-commits mailing list