4 Sep
2009
4 Sep
'09
8:24 a.m.
Eric Bélanger schrieb:
testing2x will not work. you need to explicitely tell db-move that it's an any arch package, e.g:
/arch/db-move festival-rablpc16k testing extra any
testing2x only runs: $(dirname $0)/db-move "${pkg}" "testing" "${repo}" "${_arch}"
where _arch is either i686 or x86_64. Until any support is add to it, testing2x will fail.
testing2x checks out repos/ anyway to determine whether to move to core or extra. It'd be easy to also check whether testing-any exists or testing-{i686,x86_64} exist. It would only fail if this was ambiguous, which would be an error in the db layout anyway.