mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
fix remotes dependant submodules
This commit is contained in:
4
makefile
4
makefile
@@ -93,7 +93,7 @@ remotes:
|
||||
@git remote add github git@github.com:cylgom/$(NAME).git
|
||||
@git remote add gitea ssh://git@git.cylgom.net:2999/cylgom/$(NAME).git
|
||||
|
||||
github: remotes
|
||||
github:
|
||||
@echo "sourcing submodules from https://github.com"
|
||||
@cp .github .gitmodules
|
||||
@git submodule sync
|
||||
@@ -101,7 +101,7 @@ github: remotes
|
||||
@cd $(SUBD)/argoat && make github
|
||||
@git submodule update --init --recursive --remote
|
||||
|
||||
gitea: remotes
|
||||
gitea:
|
||||
@echo "sourcing submodules from https://git.cylgom.net"
|
||||
@cp .gitea .gitmodules
|
||||
@git submodule sync
|
||||
|
||||
Reference in New Issue
Block a user