[aur-general] [PATCH] initial support for any architecture.

Abhishek Dasgupta abhidg at gmail.com
Fri Mar 20 12:04:04 EDT 2009


2009/3/19 Aaron Griffin <aaronmgriffin at 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/67e112955482397bae1971fa60e1634a92ec361c

-- 
Abhishek


More information about the aur-general mailing list