mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #696 from paulgear/master
Add separate Makefile entries for subtree merges
This commit is contained in:
11
Makefile
11
Makefile
@@ -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