aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/iurt2010.1
blob: 2c822b40ffaec6217edd6a779706291bb7bcd16d (plain)
1
2
3
4
5
6
7
#!/bin/sh
if [ `whoami` != <%= build_login %> ]
then
    echo 'this script should be run as <%= build_login %>' >&2
    exit 1
fi
iurt --chrooted-urpmi -m contrib/release main/release ../../../2010.1-mgaserv/x86_64 -- http://repository.mageia.org/mandriva/ -r mandriva2010.1 x86_64 $@