summaryrefslogtreecommitdiff
path: root/portland/README.release-howto
blob: ae3ffe68a33382ffe5057ef75891618499952af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Release guide for xdg-utils:

cd xdg-utils/scripts/desc
for a in *.xml; do sed -e 's^ beta2^ beta3^' $a > $a.new && mv $a.new $a; done
cd ../..
cvs tag -R RELEASE_1_0_BETA_3
./configure
cd scripts
make scripts-clean
cd ..
make release
cd ..
cp -a xdg-utils xdg-utils-1.0beta3
tar -cvzf xdg-utils-1.0beta3.tgz --exclude CVS --exclude .cvsignore --exclude 'index.html.p*' xdg-utils-1.0beta3