On 01/16/2010 05:00 AM, Allan McRae wrote:
Talking to Jan, we really need a custom repo for this given the size of
the rebuild and the length of time it will take. So I made the folders
needed for a [jpng] repo.
After making ~/staging/jpng I uploaded packages with
commitpkg jpng "message"
but then how do I get them to the repo. /arch/db-update checks the names
of the repo used and of course jpng is not there... What am I missing?
Allan
i don't think you can using db-update. i see in db-functions has a
static return list.
get_repos_for_host() {
if [ "$(hostname)" = "sigurd" ]; then
echo "community community-testing"
else
echo "core extra testing"
fi
}
--
Ionut