diff --git a/Makefile b/Makefile index 553a462cfb..d9498ccf09 100644 --- a/Makefile +++ b/Makefile @@ -48,17 +48,19 @@ export_html: .PHONY: push_markdown # commit and push changes to the markdown repository push_markdown: + $(eval COMMIT_HASH=$(shell git rev-parse --short HEAD)) cd awesome-selfhosted && git remote set-url origin git@github.com:$(MARKDOWN_REPOSITORY) cd awesome-selfhosted && git config user.name awesome-selfhosted-bot && git config user.email github-actions@github.com - cd awesome-selfhosted && git add . && (git diff-index --quiet HEAD || git commit -m "[bot] build markdown repository") + cd awesome-selfhosted && git add . && (git diff-index --quiet HEAD || git commit -m "[bot] build markdown from awesome-selfhosted-data $(COMMIT_HASH)") cd awesome-selfhosted && git push -f .PHONY: push_html # commit and push changes to the HTML site repository (amend previous commit and force-push) push_html: + $(eval COMMIT_HASH=$(shell git rev-parse --short HEAD)) mv html/html/* awesome-selfhosted-html-preview/ cd awesome-selfhosted-html-preview/ && git remote set-url origin git@github.com:$(HTML_REPOSITORY) cd awesome-selfhosted-html-preview/ && git config user.name awesome-selfhosted-bot && git config user.email github-actions@github.com - cd awesome-selfhosted-html-preview/ && git add . && (git diff-index --quiet HEAD || git commit --amend -m "[bot] build HTML site") + cd awesome-selfhosted-html-preview/ && git add . && (git diff-index --quiet HEAD || git commit --amend -m "[bot] build HTML from awesome-selfhosted-data $(COMMIT_HASH)") cd awesome-selfhosted-html-preview/ && git push -f .PHONY: url_check # check URLs for dead links or other connection problems diff --git a/software/framadate.yml b/software/framadate.yml index 1708f81cb8..6e6e30bfaa 100644 --- a/software/framadate.yml +++ b/software/framadate.yml @@ -1,6 +1,6 @@ name: Framadate website_url: https://framadate.org/abc/ -description: 'Online service for planning an appointment or make a decision quickly and easily: Make a poll, Define dates or subjects to choose, Send the poll link to your friends or colleagues, Discuss and make a decision.' +description: 'Online service for planning an appointment or make a decision quickly and easily: Make a poll, define dates or subjects to choose, send the poll link to your friends or colleagues, discuss and make a decision.' licenses: - CECILL-B platforms: