Skip to content

Commit

Permalink
Merge branch 'master' into fix-prov-ctype
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Dec 21, 2024
2 parents ebebe7b + dafd40a commit fe4cb1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -791,15 +791,17 @@ generate-archive: ## generate ZIP and TAR.GZ archives using current contents
@-echo "Generating archives"
@tar \
-C "$(APP_ROOT)" \
--exclude=.git \
--exclude=.github \
--exclude-vcs \
--exclude-vcs-ignores \
--exclude=.git \
--exclude=.github \
--exclude=*.zip \
--exclude=*.tar.gz \
--exclude=node_modules \
--exclude="$(APP_NAME)-$(APP_VERSION).tar.gz" \
-cvzf "$(APP_NAME)-$(APP_VERSION).tar.gz" \
--transform 's,^\.,$(APP_NAME)-$(APP_VERSION),' \
--ignore-failed-read \
.
@cd "$(APP_ROOT)" && \
mkdir -p "$(ARCHIVE_DIR)" && \
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ for each process.
:alt: Codacy Badge
:target: https://app.codacy.com/gh/crim-ca/weaver/dashboard

.. |license| image:: https://img.shields.io/github/license/crim-ca/weaver.svg
.. |license| image:: https://img.shields.io/github/license/crim-ca/weaver.svg#
:target: https://github.com/crim-ca/weaver/blob/master/LICENSE.txt
:alt: GitHub License

.. |license_scan| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcrim-ca%2Fweaver.svg?type=shield&issueType=license
:target: https://app.fossa.com/projects/git%2Bgithub.com%2Fcrim-ca%2Fweaver?ref=badge_shield&issueType=license
:alt: FOSSA Status

.. |citation-zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14210717.svg
.. |citation-zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.14210717.svg#
:alt: Zenodo DOI
:target: https://zenodo.org/doi/10.5281/zenodo.14210717

Expand Down

0 comments on commit fe4cb1d

Please sign in to comment.