From 44a974518c19786e54eb2197c5d4d8c1febd9f48 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 15 Nov 2020 20:26:58 +0200 Subject: [PATCH] Updates for new GitLab instances. Update refrences from the cgit instance to GitLab. Yay! --- .gitmodules | 6 +++--- .pre-commit-config.yaml | 2 +- Documents/bin/wifi-login | 2 +- README.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index c6e93fd..681f2cb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "Repositories/Shore/ssl-ca"] path = Repositories/Shore/ssl-ca - url = https://www.shore.co.il/git/ssl-ca/ + url = https://git.shore.co.il/nimrod/ssl-ca/ branch = master [submodule "Repositories/Shore/ssh-ca"] path = Repositories/Shore/ssh-ca - url = https://www.shore.co.il/git/ssh-ca/ + url = https://git.shore.co.il/nimrod/ssh-ca/ branch = master [submodule "Repositories/Shore/bundle_certs"] path = Repositories/Shore/bundle_certs - url = https://www.shore.co.il/git/bundle_certs/ + url = https://git.shore.co.il/nimrod/bundle_certs/ branch = master diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85d3962..937b6e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: detect-private-key - id: trailing-whitespace - id: requirements-txt-fixer - - repo: https://www.shore.co.il/git/shell-pre-commit/ + - repo: https://git.shore.co.il/nimrod/shell-pre-commit.git rev: v0.6.0 hooks: - id: shell-lint diff --git a/Documents/bin/wifi-login b/Documents/bin/wifi-login index 76328a5..7cfd87f 100755 --- a/Documents/bin/wifi-login +++ b/Documents/bin/wifi-login @@ -29,7 +29,7 @@ # # If you don't want to clone the repo but you just want this script, run: # -# curl https://www.shore.co.il/git/rcfiles/plain/Documents/bin/wifi-login | sudo tee /etc/NetworkManager/dispatcher.d/90wifi-login +# curl https://git.shore.co.il/nimrod/rcfiles/-/raw/master/Documents/bin/wifi-login | sudo tee /etc/NetworkManager/dispatcher.d/90wifi-login # sudo chmod +x /etc/NetworkManager/dispatcher.d/90wifi-login set -eu diff --git a/README.md b/README.md index b9aa53a..b333adf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ mass consumption as it is. cd git init - git remote add origin https://www.shore.co.il/git/rcfiles + git remote add origin https://git.shore.co.il/nimrod/rcfiles git fetch git reset --hard origin/master git branch --set-upstream-to=origin/master @@ -29,7 +29,7 @@ Dependencies that can be installed locally inside the home directory, are installed with the Git hook using the supplied `Makefile`. Dependencies that can't be installed locally, can be install with the `workstation.yml` Ansible playbook from the -[ansible-desktop-playbook](https://www.shore.co.il/git/ansible-desktop-playbooks) +[ansible-desktop-playbook](https://git.shore.co.il/ansible/ansible-desktop-playbooks) repository, please consult the README from that repository. Care has been given to minimizing the dependencies and making the scripts as cross-platform as reasonably possible, so most script would run without any installing any tools @@ -44,4 +44,4 @@ This software is licensed under the MIT license (see `LICENSE.txt`). Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my [website]( https://www.shore.co.il/). Patches are welcome via [`git send-email`]( http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is located -at: <https://www.shore.co.il/git/>. +at: <https://git.shore.co.il/nimrod/>. -- GitLab