mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
14 lines
528 B
Bash
Executable file
14 lines
528 B
Bash
Executable file
#! /bin/bash
|
|
|
|
cd ~/snapshot/quakeforge
|
|
cvs up > /dev/null
|
|
./bootstrap
|
|
touch include/config.h.in
|
|
cd ..
|
|
tar jchf /project/website/htdocs/files/quakeforge-current.tar.bz2- quakeforge
|
|
tar zchf /project/website/htdocs/files/quakeforge-current.tar.gz- quakeforge
|
|
zip -qr9 /project/website/htdocs/files/quakeforge-current.zip- quakeforge
|
|
cd /project/website/htdocs/files
|
|
mv quakeforge-current.tar.bz2- quakeforge-current.tar.bz2
|
|
mv quakeforge-current.tar.gz- quakeforge-current.tar.gz
|
|
mv quakeforge-current.zip- quakeforge-current.zip
|