diff --git a/deb/publish/publish.sh b/deb/publish/publish.sh index 69181f1a..57364d35 100755 --- a/deb/publish/publish.sh +++ b/deb/publish/publish.sh @@ -132,6 +132,7 @@ function uploadSite(){ -avz \ -e "ssh ${SSH_OPTS[*]}" \ --progress \ + --omit-dir-times \ "$D/html/" "$PKGSERVER:${DEBDIR// /\\ }/" } diff --git a/rpm/publish/publish.sh b/rpm/publish/publish.sh index de62de2f..ac18b1d7 100755 --- a/rpm/publish/publish.sh +++ b/rpm/publish/publish.sh @@ -127,6 +127,7 @@ function uploadSite(){ --include "HEADER.html" \ --include "FOOTER.html" \ --exclude "*" \ + --omit-dir-times \ --progress \ . "$PKGSERVER:${RPMDIR// /\\ }/" popd diff --git a/suse/publish/publish.sh b/suse/publish/publish.sh index f3cb1fbf..fe2bd681 100755 --- a/suse/publish/publish.sh +++ b/suse/publish/publish.sh @@ -147,6 +147,7 @@ function uploadSite(){ --include "HEADER.html" \ --include "FOOTER.html" \ --exclude "*" \ + --omit-dir-times \ --progress \ . "$PKGSERVER:${SUSEDIR// /\\ }/" diff --git a/templates/header.debian.html b/templates/header.debian.html index fb4b285c..9d45dd2b 100644 --- a/templates/header.debian.html +++ b/templates/header.debian.html @@ -7,6 +7,8 @@ To use this repository, first add the key to your system: + WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. +
wget -q -O - /{{organization}}.key | sudo apt-key add -
@@ -23,7 +25,7 @@Update your local package index, then finally install {{product_name}}: -
+sudo apt-get update sudo apt-get install {{artifactName}}diff --git a/templates/header.opensuse.html b/templates/header.opensuse.html index a055e6ea..c2abe15e 100644 --- a/templates/header.opensuse.html +++ b/templates/header.opensuse.html @@ -4,6 +4,8 @@ To use this repository, run the following command: +WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. +sudo zypper addrepo -f /{{os_family}}{{releaseline}}/ {{artifactName}} diff --git a/templates/header.redhat.html b/templates/header.redhat.html index ec3008e5..44445492 100644 --- a/templates/header.redhat.html +++ b/templates/header.redhat.html @@ -2,9 +2,12 @@ {% block distribution_instruction %} +To use this repository, run the following command: + WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. +
sudo wget -O /etc/yum.repos.d/{{artifactName}}.repo /{{os_family}}{{releaseline}}/{{artifactName}}.repo diff --git a/templates/header.war.html b/templates/header.war.html index 62cbf890..45a07f96 100644 --- a/templates/header.war.html +++ b/templates/header.war.html @@ -5,6 +5,8 @@This is the WAR package repository of {{ product_name }} for installation. + WARNING: The gpg key use to sign our packages has been updated on the 16 of April 2020, therefore you need to reimport it if you did before this date. +
wget -q -O - /{{organization}}.key | sudo apt-key add -