mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
Add missing plugin manifest files
This commit is contained in:
parent
bf046957de
commit
ecf3851c23
6
Makefile
6
Makefile
@ -51,15 +51,17 @@ nightly: ## Create a "nightly" release
|
|||||||
$(MAKE) tag TAG=nightly
|
$(MAKE) tag TAG=nightly
|
||||||
|
|
||||||
release: ## Create a release tag and push it to origin
|
release: ## Create a release tag and push it to origin
|
||||||
$(MAKE) tag TAG=v$(shell make version)
|
$(MAKE) retag release-origin release-overhangio TAG=v$(shell make version)
|
||||||
|
|
||||||
tag:
|
retag:
|
||||||
@echo "=== Creating tag $(TAG)"
|
@echo "=== Creating tag $(TAG)"
|
||||||
git tag -d $(TAG) || true
|
git tag -d $(TAG) || true
|
||||||
git tag $(TAG)
|
git tag $(TAG)
|
||||||
|
release-origin:
|
||||||
@echo "=== Pushing tag $(TAG) to origin"
|
@echo "=== Pushing tag $(TAG) to origin"
|
||||||
git push origin :$(TAG) || true
|
git push origin :$(TAG) || true
|
||||||
git push origin $(TAG)
|
git push origin $(TAG)
|
||||||
|
release-overhangio:
|
||||||
@echo "=== Pushing tag $(TAG) to overhangio"
|
@echo "=== Pushing tag $(TAG) to overhangio"
|
||||||
git push overhangio :$(TAG) || true
|
git push overhangio :$(TAG) || true
|
||||||
git push overhangio $(TAG)
|
git push overhangio $(TAG)
|
||||||
|
1
plugins/minio/MANIFEST.in
Normal file
1
plugins/minio/MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
recursive-include tutorxminio/patches *
|
1
plugins/notes/MANIFEST.in
Normal file
1
plugins/notes/MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
recursive-include tutornotes/patches *
|
1
plugins/xqueue/MANIFEST.in
Normal file
1
plugins/xqueue/MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
recursive-include tutorxqueue/patches *
|
Loading…
Reference in New Issue
Block a user