From ac23062adcffb1bcbdfdf84128a766a24bb88c89d6909ded62d91fb637d31b28 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 30 Jun 2025 13:02:08 +0300 Subject: [PATCH] releases.atom --- spec/mk-html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/spec/mk-html b/spec/mk-html index 0ed7dd9..21d9ff3 100755 --- a/spec/mk-html +++ b/spec/mk-html @@ -7,5 +7,16 @@ perl -i -npe 's#^.*$#<title>KEKS#' $html/index.html for pub in PUBKEY-CM.pub PUBKEY-CM.pub.asc PUBKEY-SSH.pub PUBKEY-SSH.pub.asc ; do [ -e $html/$pub ] || ln ../$pub $html done + +( + cd $html/download + export ATOM_ID="d18c0516-d0a8-44ee-b5b6-656591c9e520" + export NAME=keks + export BASE_URL=http://www.keks.cypherpunks.su/download + export AUTHOR_EMAIL=keks@cypherpunks.su + releases.atom.zsh || : +) +perl -i -npe 'print "\n" if /^<\/head>/' $html/INSTALL.html + find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} + -- 2.51.0