mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Split out subtree merges into their own Makefile entries
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
GIT=git
|
||||
GIT_SUBTREE=$(GIT) subtree pull --squash
|
||||
SYNC=rsync -rtvx --cvs-exclude --exclude '.*.swp'
|
||||
|
||||
default:
|
||||
@@ -29,6 +30,10 @@ push-personal pp:
|
||||
push-testing:
|
||||
$(GIT) push testing
|
||||
|
||||
update-subtrees:
|
||||
$(GIT) subtree pull --squash --prefix=html/js/datetime https://github.com/Eonasdan/bootstrap-datetimepicker master
|
||||
$(GIT) subtree pull --squash --prefix=html/js/moment https://github.com/moment/moment master
|
||||
update-subtrees: datetime-subtree moment-subtree
|
||||
|
||||
datetime-subtree:
|
||||
$(GIT_SUBTREE) --prefix=html/js/datetime https://github.com/Eonasdan/bootstrap-datetimepicker master
|
||||
|
||||
moment-subtree:
|
||||
$(GIT_SUBTREE) --prefix=html/js/moment https://github.com/moment/moment master
|
||||
|
||||
Reference in New Issue
Block a user