dot/emacs: Use Simon's Fixed font for Windows.
[profile] / bin / mdw-build
index 69a6642..a465040 100755 (executable)
@@ -307,6 +307,7 @@ if ! tar tf $buildpath/$distdir.tar.gz 2>/dev/null | grep -q RELEASE; then
 fi
 
 run mv $buildpath/$distdir.tar.gz .
+run gpg -u$(mdw-conf releasekey) -ab -o$distdir.tar.gz.gpg $distdir.tar.gz
 
 ## Maybe build the Debian packages.
 case "$debian" in
@@ -324,7 +325,7 @@ case "$upload,$build" in
     info "Test build: not uploading."
     ;;
   yes,release)
-    run rsync $distdir.tar.gz \
+    run rsync $distdir.tar.gz $distdir.tar.gz.gpg \
       $(mdw-conf upload-target ftp.distorted.org.uk:~ftp/pub/mdw/)
     case "$debian" in
       yes)