test_cget_depends.sh 647 Bytes
Newer Older
1
#!/bin/bash
2 3 4 5 6

# load common functions, compatible with local and installed script
. `dirname $0`/../share/eterbuild/functions/common
load_mod alt

7
#testfile=$(echo /var/ftp/pub/Etersoft/RX@Etersoft/testing/CentOS/6/nxclient-*.i586.rpm)
Vitaly Lipatov's avatar
Vitaly Lipatov committed
8 9 10
#testfile=$(echo /var/ftp/pub/Etersoft/RX@Etersoft/testing/CentOS/5/nxclient-*.i586.rpm)
testfile=$(echo /var/ftp/pub/Etersoft/WINE@Etersoft/2.0-testing/WINE/ALTLinux/Sisyphus/wine-etersoft-*.i586.rpm)
#testfile=$(echo /var/ftp/pub/Etersoft/RX@Etersoft/testing/ALTLinux/Sisyphus/rx-etersoft-*.i586.rpm)
11
REQLIST="$($ETERBUILDBIN/rpmreqs -p "$testfile")"
Vitaly Lipatov's avatar
Vitaly Lipatov committed
12 13
echo $REQLIST
echo "---"
14
trans_rpmdeps_to_pkgname $REQLIST