Re: git-cl command not found

2019-11-15 Thread Federico Bruni
Il giorno gio 14 nov 2019 alle 20:56, David Nalesnik 
 ha scritto:

 It's not in your PATH ?


Ah yes.  Duh.  Didn't think to check b/c I figured this would just
work out of the box.


It should work out of the box, see:
https://github.com/fedelibre/LilyDev/blob/master/mkosi/debian/mkosi.postinst#L34

Which version of LilyDev are you running and how?






Re: git-cl command not found

2019-11-14 Thread David Nalesnik
On Thu, Nov 14, 2019 at 7:05 PM David Kastrup  wrote:
>
> David Nalesnik  writes:
>
> > Trying to get git-cl going I run into an interesting problem.  I've
> > installed LilyDev, so I should have git-cl.
> >
> > I update:
> > [dev@lilydev:lilypond-git]$ cd ~/git-cl/
> > [dev@lilydev:git-cl]$ git pull
> > remote: Enumerating objects: 4, done.
> > remote: Counting objects: 100% (4/4), done.
> > remote: Compressing objects: 100% (2/2), done.
> > remote: Total 4 (delta 2), reused 3 (delta 2), pack-reused 0
> > Unpacking objects: 100% (4/4), done.
> > From git://github.com/gperciva/git-cl
> >9511426..1994c03  master -> origin/master
> > Updating 9511426..1994c03
> > Fast-forward
> >  allura_issues.py | 15 ---
> >  1 file changed, 8 insertions(+), 7 deletions(-)
> >
> >
> > Make sure ca-certificates is there:
> >
> > [dev@lilydev:~]$ apt --installed list | grep ca-certificates
> >
> > WARNING: apt does not have a stable CLI interface. Use with caution in 
> > scripts.
> >
> > ca-certificates/oldstable,oldstable,now 20161130+nmu1+deb9u1 all [installed]
> >
> > But then I can't use git-cl:
> >
> > [dev@lilydev:~]$ cd $LILYPOND_GIT
> > [dev@lilydev:lilypond-git]$ git-cl config
> > bash: git-cl: command not found
> >
> > 
> > What am I doing wrong?
>
> It's not in your PATH ?
>
Ah yes.  Duh.  Didn't think to check b/c I figured this would just
work out of the box.

Thanks...



Re: git-cl command not found

2019-11-14 Thread David Kastrup
David Nalesnik  writes:

> Trying to get git-cl going I run into an interesting problem.  I've
> installed LilyDev, so I should have git-cl.
>
> I update:
> [dev@lilydev:lilypond-git]$ cd ~/git-cl/
> [dev@lilydev:git-cl]$ git pull
> remote: Enumerating objects: 4, done.
> remote: Counting objects: 100% (4/4), done.
> remote: Compressing objects: 100% (2/2), done.
> remote: Total 4 (delta 2), reused 3 (delta 2), pack-reused 0
> Unpacking objects: 100% (4/4), done.
> From git://github.com/gperciva/git-cl
>9511426..1994c03  master -> origin/master
> Updating 9511426..1994c03
> Fast-forward
>  allura_issues.py | 15 ---
>  1 file changed, 8 insertions(+), 7 deletions(-)
>
>
> Make sure ca-certificates is there:
>
> [dev@lilydev:~]$ apt --installed list | grep ca-certificates
>
> WARNING: apt does not have a stable CLI interface. Use with caution in 
> scripts.
>
> ca-certificates/oldstable,oldstable,now 20161130+nmu1+deb9u1 all [installed]
>
> But then I can't use git-cl:
>
> [dev@lilydev:~]$ cd $LILYPOND_GIT
> [dev@lilydev:lilypond-git]$ git-cl config
> bash: git-cl: command not found
>
> 
> What am I doing wrong?

It's not in your PATH ?

-- 
David Kastrup



git-cl command not found

2019-11-14 Thread David Nalesnik
Trying to get git-cl going I run into an interesting problem.  I've
installed LilyDev, so I should have git-cl.

I update:
[dev@lilydev:lilypond-git]$ cd ~/git-cl/
[dev@lilydev:git-cl]$ git pull
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 4 (delta 2), reused 3 (delta 2), pack-reused 0
Unpacking objects: 100% (4/4), done.
>From git://github.com/gperciva/git-cl
   9511426..1994c03  master -> origin/master
Updating 9511426..1994c03
Fast-forward
 allura_issues.py | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)


Make sure ca-certificates is there:

[dev@lilydev:~]$ apt --installed list | grep ca-certificates

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

ca-certificates/oldstable,oldstable,now 20161130+nmu1+deb9u1 all [installed]

But then I can't use git-cl:

[dev@lilydev:~]$ cd $LILYPOND_GIT
[dev@lilydev:lilypond-git]$ git-cl config
bash: git-cl: command not found


What am I doing wrong?

Thanks!
David