Commit 44a97451 authored by nimrod's avatar nimrod
Browse files

Updates for new GitLab instances.

Update refrences from the cgit instance to GitLab. Yay!
parent dd3e23a4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
[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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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/>.