Re: git push fails for new packages

2017-08-17 Thread Pierre-Yves Chibon
On Thu, Aug 17, 2017 at 12:10:04PM -0300, Athos Ribeiro wrote: > On Thu, Aug 17, 2017 at 03:18:54PM +0800, Chenxiong Qi wrote: > > I just forked fedpkg minutes ago when writing this mail. I also can't > > push to my forked repo. > > > > I got these fetch and push urls. > > > > mydev

Re: git push fails for new packages

2017-08-17 Thread Athos Ribeiro
On Thu, Aug 17, 2017 at 03:18:54PM +0800, Chenxiong Qi wrote: > I just forked fedpkg minutes ago when writing this mail. I also can't > push to my forked repo. > > I got these fetch and push urls. > > mydev ssh://pkgs.fedoraproject.org/forks/cqi/rpms/fedpkg.git > (fetch) > mydev

Re: git push fails for new packages

2017-08-17 Thread Chenxiong Qi
On Thu, 2017-08-17 at 15:18 +0800, Chenxiong Qi wrote: > On Wed, 2017-08-16 at 11:31 -0700, Kevin Fenzi wrote: > > On 08/16/2017 11:18 AM, Martin Gansser wrote: > > > i still get the message koji not in list errors, some works... > > > some > > > doesn't ... > > > > > > BuildError: package

Re: git push fails for new packages

2017-08-17 Thread Chenxiong Qi
On Wed, 2017-08-16 at 11:31 -0700, Kevin Fenzi wrote: > On 08/16/2017 11:18 AM, Martin Gansser wrote: > > i still get the message koji not in list errors, some works... some > > doesn't ... > > > > BuildError: package nuvola-app-mixcloud not in list for tag f25- > > updates-candidate > >

Re: git push fails for new packages

2017-08-16 Thread Kevin Fenzi
On 08/16/2017 11:18 AM, Martin Gansser wrote: > i still get the message koji not in list errors, some works... some doesn't > ... > > BuildError: package nuvola-app-mixcloud not in list for tag > f25-updates-candidate > BuildError: package nuvola-app-google-play-music not in list for tag >

Re: git push fails for new packages

2017-08-16 Thread Martin Gansser
i still get the message koji not in list errors, some works... some doesn't ... BuildError: package nuvola-app-mixcloud not in list for tag f25-updates-candidate BuildError: package nuvola-app-google-play-music not in list for tag f26-updates-candidate BuildError: package

Re: git push fails for new packages

2017-08-14 Thread Martin Gansser
how long will it take until I can push new packages again for f26 and f25 ? [martin@f26 nuvola-app-8tracks]$ git checkout -b f26; git push --set-upstream origin f26 Switched to a new branch 'f26' Total 0 (delta 0), reused 0 (delta 0) remote: FATAL: C refs/heads/f26 rpms/nuvola-app-8tracks

Re: git push fails for new packages

2017-08-13 Thread Christoph Junghans
2017-08-13 11:16 GMT-06:00 Pierre-Yves Chibon : > On Fri, Aug 11, 2017 at 03:52:59PM -0500, Wart wrote: >> On 08/11/2017 09:57 AM, Pierre-Yves Chibon wrote: >> > On Fri, Aug 11, 2017 at 10:17:59AM -, Martin Gansser wrote: >> >> for f27: This is a known problem see: >> >>

Re: git push fails for new packages

2017-08-13 Thread Pierre-Yves Chibon
On Fri, Aug 11, 2017 at 03:52:59PM -0500, Wart wrote: > On 08/11/2017 09:57 AM, Pierre-Yves Chibon wrote: > > On Fri, Aug 11, 2017 at 10:17:59AM -, Martin Gansser wrote: > >> for f27: This is a known problem see: > >> https://pagure.io/fedora-infrastructure/issue/6236 > >> They working on it

Re: git push fails for new packages

2017-08-12 Thread Samuel Rakitničan
> for f27: This is a known problem see: > https://pagure.io/fedora-infrastructure/issue/6236 > They working on it right now. > > f26 works for me now with: > $ git checkout -b f26; git push --set-upstream origin f26; fedpkg build > --nowait Used your workaround, I can't build the package now

Re: git push fails for new packages

2017-08-11 Thread Wart
On 08/11/2017 09:57 AM, Pierre-Yves Chibon wrote: > On Fri, Aug 11, 2017 at 10:17:59AM -, Martin Gansser wrote: >> for f27: This is a known problem see: >> https://pagure.io/fedora-infrastructure/issue/6236 >> They working on it right now. >> >> f26 works for me now with: >> $ git checkout -b

Re: git push fails for new packages

2017-08-11 Thread Pierre-Yves Chibon
On Fri, Aug 11, 2017 at 10:17:59AM -, Martin Gansser wrote: > for f27: This is a known problem see: > https://pagure.io/fedora-infrastructure/issue/6236 > They working on it right now. > > f26 works for me now with: > $ git checkout -b f26; git push --set-upstream origin f26; fedpkg build >

Re: git push fails for new packages

2017-08-11 Thread Martin Gansser
for f27: This is a known problem see: https://pagure.io/fedora-infrastructure/issue/6236 They working on it right now. f26 works for me now with: $ git checkout -b f26; git push --set-upstream origin f26; fedpkg build --nowait on f25 branch: I don't know what happens. $ git push --set-upstream

Re: git push fails for new packages

2017-08-11 Thread Samuel Rakitničan
In addition to new package not building because of tag, by following the https://fedoraproject.org/wiki/Join_the_package_collection_maintainers#Import.2C_commit.2C_and_build_your_package On step: fedpkg switch-branch BRANCH Gives: $ fedpkg switch-branch f26

Re: git push fails for new packages

2017-08-10 Thread Lukas Berk
Hi, "Martin Gansser" writes: > ok git push works now, but ... unknown branches. [...] > Result on koji: > BuildError: package nuvola-app-mixcloud not in list for tag f27-pending I'm seeing a similar error now for uom-se and it's initial build. Cheers, Lukas

Re: git push fails for new packages

2017-08-10 Thread Martin Gansser
ok git push works now, but ... unknown branches. [martin@f26 nuvola-app-mixcloud]$ git push Everything up-to-date [martin@f26 nuvola-app-mixcloud]$ fedpkg build --nowait /usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning: fedora.client.bodhi has been deprecated.

Re: git push fails for new packages

2017-08-10 Thread Pierre-Yves Chibon
On Thu, Aug 10, 2017 at 03:35:13PM +0200, Pierre-Yves Chibon wrote: > On Thu, Aug 10, 2017 at 12:42:26PM -, Martin Gansser wrote: > > $ fedpkg clone nuvola-app-mixcloud; cd nuvola-app-mixcloud > > $ fedpkg import ~/rpmbuild/SRPMS/nuvola-app-mixcloud-3.2-3.fc26.src.rpm > > $ git commit -m

Re: git push fails for new packages

2017-08-10 Thread Pierre-Yves Chibon
On Thu, Aug 10, 2017 at 12:42:26PM -, Martin Gansser wrote: > $ fedpkg clone nuvola-app-mixcloud; cd nuvola-app-mixcloud > $ fedpkg import ~/rpmbuild/SRPMS/nuvola-app-mixcloud-3.2-3.fc26.src.rpm > $ git commit -m "Initial import (#1478067)." > > $[martin@f26 nuvola-app-mixcloud]$ git push -v

git push fails for new packages

2017-08-10 Thread Martin Gansser
$ fedpkg clone nuvola-app-mixcloud; cd nuvola-app-mixcloud $ fedpkg import ~/rpmbuild/SRPMS/nuvola-app-mixcloud-3.2-3.fc26.src.rpm $ git commit -m "Initial import (#1478067)." $[martin@f26 nuvola-app-mixcloud]$ git push -v Pushing to ssh://marti...@pkgs.fedoraproject.org/rpms/nuvola-app-mixcloud