mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
Automate process of uploading a new release.
This commit is contained in:
parent
113dd3c2ef
commit
e311fe7761
1 changed files with 9 additions and 0 deletions
|
|
@ -168,3 +168,12 @@ windows-nsi: all
|
|||
`pwd`/src/util/ecl_nsi.sh `pwd`/src/util/ecl.nsi build/$(TAR_DIR)
|
||||
makensis.exe build/$(TAR_DIR)/ecl.nsi
|
||||
mv build/$(TAR_DIR)/Setup.exe ecl-$(VERSION).exe
|
||||
|
||||
upload-frs:
|
||||
ecldir=`echo $(VERSION) | sed -e 's,\([0-9]*\.[0-9]*\)\.[0-9]*,\1,'` && \
|
||||
destdir=jjgarcia,ecls@frs.sourceforge.net:/home/frs/project/e/ec/ecls/ecls/ && \
|
||||
test -d frs || mkdir frs && \
|
||||
test -d frs/$$ecldir || mkdir frs/$$ecldir && \
|
||||
cp $(TAR_DIR).tgz src/CHANGELOG frs/$$ecldir && \
|
||||
cd frs && scp -rC $$ecldir $$destdir
|
||||
rm -rf frs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue