Hi all, So, a fedpkg update went out that enabled namespace support for lookaside uploads. Unfortunately, the current live version of dist-git does not support that, so anyone that has the updated fedpkg will encounter errors. Can I get +1s for updating dist-git to dist-git-1.4-3.el7 (which is a very small patch to allow this and default to rpms/ for older clients), and applying the following ansible patch? Patrick commit 58fcfbaca28ea1f370c53216916b2c053328bee7 (HEAD -> master) Author: Patrick Uiterwijk <patrick@xxxxxxxxxxxxxx> Date: Sat Oct 28 01:40:32 2017 +0200 Remove the namespace from dist-git.conf so namespaced lookaside becomes possible Signed-off-by: Patrick Uiterwijk <patrick@xxxxxxxxxxxxxx> diff --git a/roles/distgit/files/dist-git.conf b/roles/distgit/files/dist-git.conf index d1cc8c100..8d45800b2 100644 --- a/roles/distgit/files/dist-git.conf +++ b/roles/distgit/files/dist-git.conf @@ -3,5 +3,5 @@ git_author_name = Fedora Release Engineering git_author_email = rel-eng@xxxxxxxxxxxxxxxxxxxxxxx cache_dir = /srv/cache -gitroot_dir = /srv/git/repositories/rpms +gitroot_dir = /srv/git/repositories gitolite = True _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx