Skip to content
Snippets Groups Projects
Commit 0d1e5ca2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Changed names of github and gitlab mirror repos to be more consistent.

parent 510c424a
No related branches found
No related tags found
No related merge requests found
Pipeline #48 passed
......@@ -243,8 +243,8 @@ endif
-chown -h $(SBBSCHOWN) $(SBBSDIR)/exec/*
$(REPODIR):
git clone https://gitlab.com/synchronet/sbbs.git $(REPODIR) \
|| git clone https://github.com/rswindell/sbbs.git $(REPODIR) \
git clone https://gitlab.com/SynchronetBBS/sbbs.git $(REPODIR) \
|| git clone https://github.com/SynchronetBBS/sbbs.git $(REPODIR) \
|| git clone https://gitlab.synchro.net/sbbs/sbbs.git $(REPODIR)
git -C $(REPODIR) remote set-url origin https://gitlab.synchro.net/sbbs/sbbs.git
ifdef TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment