Fixing the launcher icon for harmattan (even if I am doing it wrong)
[gonvert] / support / obs_upload.sh
1 #!/usr/bin/env bash
2
3 # Doing the pushd as a test of directory movement to try to be safer with the "rm"
4 pushd ../../osc/home:epage:$2/$1 && rm $1_*.dsc $1_*.tar.gz
5 popd
6
7 cp $3/$1_*.dsc $3/$1_*.tar.gz  ../../osc/home:epage:$2/$1
8
9 pushd ../../osc/home:epage:$2/$1
10
11 osc addremove && osc commit
12
13 popd