20 Mar
2009
20 Mar
'09
4:04 p.m.
2009/3/19 Aaron Griffin <aaronmgriffin@gmail.com>:
I thought of that. The reason I decided not to was because some packages could move, say, out of testing for i686 and NOT x86_64. I don't know if that's a common case though.
Perhaps we can do this: move all packages by default. if the arch is specified on the command line, move only that arch. or in code -
looparches="${ARCHES[@]}" [ -n "$2" ] && looparches="$2"
for arch in $looparches; do .... do move logic here done
I just committed a patch to github for adding any architecture support to db-move and db-remove: http://github.com/abhidg/dbscripts/commit/67e112955482397bae1971fa60e1634a92... -- Abhishek