Changed arch package build script to use wput instead of ftp.
This commit is contained in:
@@ -18,12 +18,6 @@ size=`stat -c "%s" $PACKAGEFILE`
|
|||||||
|
|
||||||
echo "$5,$size,$PACKAGEFILE" > archlatest.txt
|
echo "$5,$size,$PACKAGEFILE" > archlatest.txt
|
||||||
|
|
||||||
ftp -n -v $1 << cmd
|
wput $PACKAGEFILE "ftp://$3:$4@$1/$2"
|
||||||
user "$3" "$4"
|
wput archlatest.txt "ftp://$3:$4@$1/$2"
|
||||||
cd $2
|
|
||||||
put $PACKAGEFILE
|
|
||||||
put archlatest.txt
|
|
||||||
cmd
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user