mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-21 19:55:00 +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 github git@github.com:cylgom/$(NAME).git
|
||||||
@git remote add gitea ssh://git@git.cylgom.net:2999/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"
|
@echo "sourcing submodules from https://github.com"
|
||||||
@cp .github .gitmodules
|
@cp .github .gitmodules
|
||||||
@git submodule sync
|
@git submodule sync
|
||||||
@@ -101,7 +101,7 @@ github: remotes
|
|||||||
@cd $(SUBD)/argoat && make github
|
@cd $(SUBD)/argoat && make github
|
||||||
@git submodule update --init --recursive --remote
|
@git submodule update --init --recursive --remote
|
||||||
|
|
||||||
gitea: remotes
|
gitea:
|
||||||
@echo "sourcing submodules from https://git.cylgom.net"
|
@echo "sourcing submodules from https://git.cylgom.net"
|
||||||
@cp .gitea .gitmodules
|
@cp .gitea .gitmodules
|
||||||
@git submodule sync
|
@git submodule sync
|
||||||
|
|||||||
Reference in New Issue
Block a user