On Thu, 2021-01-28 at 10:09 +0100, Petr Pisar wrote:
> On Wed, Jan 27, 2021 at 06:58:05PM +0100, Vít Ondruch wrote:
> > Dne 27. 01. 21 v 18:53 Petr Menšík napsal(a):
> > > This would describe my usual workflow as well. fedpkg local is
> > > great for
> > > checking soname did not change, patches apply, to debugging why
> > > my test
> > > suites fail and how they behave. mock usual does not have even
> > > vim
> > 
> > You have vim on your host with your configuration, why would you
> > need it in
> > mock?
> > 
> $ fedpkg local
> failed.
> $ cd foo-1.2.3/
> $ make test
> t/foo failed.
> $ vim t/foo
> make some changes
> $ make test
> here is you debugging output
> 
> I find
> 
> $ vim
> /var/lib/mock/SOME_GIBBERISH_I_NEVER_REMEMBER_AND_I_DONT_KNOW_WHICH_I
> S_THE_RIGHT_ONE/root/builddir/build/BUILD/foo-1.2.3/t/foo
> 
> less useable.

This is easy to fix with a symlink 
 
ln -s /var/lib/mock/fedora-33-x86_64/root/builddir/build/ f33-buildir  


-- 
Sérgio M. B.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to