mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-20 20:44:19 +02:00
fix remotes dependant submodules
This commit is contained in:
parent
ce07938ccf
commit
6388208bb1
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue