summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ef6bf91..3e66175 100644
--- a/Makefile
+++ b/Makefile
@@ -393,6 +393,14 @@ package_snap:
package_deb:
@make -C build/${PROVIDER} pkg_deb
+sign_artifact:
+ @find ${FILE} -type f -not -name "*.asc" -print0 | xargs -0 -n1 -I{} sha256sum -b "{}" | sed 's/*deploy\///' > ${FILE}.sha256
+ @gpg --clear-sign --armor ${FILE}.sha256
+
+upload_artifact:
+ scp ${FILE} downloads.leap.se:./
+ scp ${FILE}.sha256.asc downloads.leap.se:./
+
#########################################################################
# icons & locales