New Release : 2015.08.20.21.54.44
This commit is contained in:
parent
67932300d2
commit
17ee4efa5c
2 changed files with 14 additions and 8 deletions
2
archfi
2
archfi
|
@ -12,7 +12,7 @@
|
|||
# referance : https://wiki.archlinux.org/index.php/Installation_guide
|
||||
|
||||
|
||||
apptitle="Arch Linux Fast Install (archfi) - Version: 2015.08.20.21.24.13 (GPLv3)"
|
||||
apptitle="Arch Linux Fast Install (archfi) - Version: 2015.08.20.21.54.44 (GPLv3)"
|
||||
baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
||||
|
||||
|
||||
|
|
20
makerelease
Executable file → Normal file
20
makerelease
Executable file → Normal file
|
@ -78,18 +78,24 @@ git push
|
|||
|
||||
#Sourceforge :
|
||||
|
||||
#archfi
|
||||
#baseurl=https://raw.githubusercontent.com/MatMoul/archfi/master
|
||||
targetpath=.build/$version
|
||||
mkdir -p $targetpath
|
||||
cp -R * $targetpath
|
||||
|
||||
echo "Finalise archfi script..."
|
||||
sed -i "/baseurl=/c\baseurl=http://downloads.sourceforge.net/project/archfi/release/$version" $targetpath/archfi
|
||||
|
||||
echo "Publish release..."
|
||||
scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/
|
||||
|
||||
# Make redirect Page
|
||||
#pubfile=resources/sourceforge.net/pub/$prjname/index.php
|
||||
#echo "Update redirect page..."
|
||||
#pubfile=.build/index.php
|
||||
#echo "<?php" > $pubfile
|
||||
#echo "header(\"Location: http://downloads.sourceforge.net/project/$prjname/release/$version/$prjname\");" >> $pubfile
|
||||
#echo "exit;" >> $pubfile
|
||||
#echo "?>" >> $pubfile
|
||||
#scp -r $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname/
|
||||
# End Make redirect Page
|
||||
|
||||
# Publish files
|
||||
#scp -r $targetpath matmoul@web.sourceforge.net:/home/frs/project/$prjname/release/
|
||||
#scp -r $pubfile matmoul@web.sourceforge.net:/home/project-web/$prjname/htdocs/$prjname/
|
||||
# End Publish files
|
||||
rm -R .build
|
||||
|
|
Loading…
Reference in a new issue