All of lore.kernel.org
 help / color / mirror / Atom feed
* git error on push
@ 2016-02-10 19:15 Dan Good
  2016-02-10 23:36 ` Rusty Russell
  2016-02-11  0:48 ` David Gibson
  0 siblings, 2 replies; 4+ messages in thread
From: Dan Good @ 2016-02-10 19:15 UTC (permalink / raw)
  To: ccan


[-- Attachment #1.1: Type: text/plain, Size: 570 bytes --]

Hi, I'm trying to push the stack alignment patch to the repo, but no joy:

0$ git push origin masterCounting objects: 8, done.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (8/8), 1.42 KiB | 0 bytes/s, done.
Total 8 (delta 5), reused 0 (delta 0)
remote: W NAME/ccan/altstack/altstack.c ccan dancancode DENIED by fallthru
remote: error: hook declined to update refs/heads/master
To ccan@ozlabs.org:ccan
! [remote rejected] master -> master (hook declined)
error: failed to push some refs to 'ccan@ozlabs.org:ccan'
1$

Is altstack on lockdown? Thanks. -Dan

[-- Attachment #1.2: Type: text/html, Size: 669 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git error on push
  2016-02-10 19:15 git error on push Dan Good
@ 2016-02-10 23:36 ` Rusty Russell
  2016-02-11  0:48 ` David Gibson
  1 sibling, 0 replies; 4+ messages in thread
From: Rusty Russell @ 2016-02-10 23:36 UTC (permalink / raw)
  To: Dan Good, ccan

Dan Good <dan@dancancode.com> writes:
> Hi, I'm trying to push the stack alignment patch to the repo, but no joy:
>
> 0$ git push origin masterCounting objects: 8, done.
> Compressing objects: 100% (7/7), done.
> Writing objects: 100% (8/8), 1.42 KiB | 0 bytes/s, done.
> Total 8 (delta 5), reused 0 (delta 0)
> remote: W NAME/ccan/altstack/altstack.c ccan dancancode DENIED by fallthru
> remote: error: hook declined to update refs/heads/master
> To ccan@ozlabs.org:ccan
> ! [remote rejected] master -> master (hook declined)
> error: failed to push some refs to 'ccan@ozlabs.org:ccan'
> 1$
>
> Is altstack on lockdown? Thanks. -Dan

Weird, let me check...

Oops, failed push to gitolite.  Fixed now.

Thanks,
Rusty.
_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git error on push
  2016-02-10 19:15 git error on push Dan Good
  2016-02-10 23:36 ` Rusty Russell
@ 2016-02-11  0:48 ` David Gibson
  2016-02-11  1:56   ` Dan Good
  1 sibling, 1 reply; 4+ messages in thread
From: David Gibson @ 2016-02-11  0:48 UTC (permalink / raw)
  To: Dan Good; +Cc: ccan


[-- Attachment #1.1: Type: text/plain, Size: 1137 bytes --]

On Wed, Feb 10, 2016 at 07:15:02PM +0000, Dan Good wrote:
> Hi, I'm trying to push the stack alignment patch to the repo, but no joy:
> 
> 0$ git push origin masterCounting objects: 8, done.
> Compressing objects: 100% (7/7), done.
> Writing objects: 100% (8/8), 1.42 KiB | 0 bytes/s, done.
> Total 8 (delta 5), reused 0 (delta 0)
> remote: W NAME/ccan/altstack/altstack.c ccan dancancode DENIED by fallthru
> remote: error: hook declined to update refs/heads/master
> To ccan@ozlabs.org:ccan
> ! [remote rejected] master -> master (hook declined)
> error: failed to push some refs to 'ccan@ozlabs.org:ccan'
> 1$
> 
> Is altstack on lockdown? Thanks. -Dan

Well, it's certainly not supposed to be.  I had a look at the gitolite
configuration and I'm not seeing anything obvious wrong:

        RW NAME/ccan/altstack   = dancancode

Have you double checked that you're using the same ssh key as the one
you sent to us?

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: git error on push
  2016-02-11  0:48 ` David Gibson
@ 2016-02-11  1:56   ` Dan Good
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Good @ 2016-02-11  1:56 UTC (permalink / raw)
  To: David Gibson; +Cc: ccan


[-- Attachment #1.1: Type: text/plain, Size: 1344 bytes --]

Don't I feel silly.  Thank you.  All better now.

On Wed, Feb 10, 2016 at 8:16 PM David Gibson <david@gibson.dropbear.id.au>
wrote:

> On Wed, Feb 10, 2016 at 07:15:02PM +0000, Dan Good wrote:
> > Hi, I'm trying to push the stack alignment patch to the repo, but no joy:
> >
> > 0$ git push origin masterCounting objects: 8, done.
> > Compressing objects: 100% (7/7), done.
> > Writing objects: 100% (8/8), 1.42 KiB | 0 bytes/s, done.
> > Total 8 (delta 5), reused 0 (delta 0)
> > remote: W NAME/ccan/altstack/altstack.c ccan dancancode DENIED by
> fallthru
> > remote: error: hook declined to update refs/heads/master
> > To ccan@ozlabs.org:ccan
> > ! [remote rejected] master -> master (hook declined)
> > error: failed to push some refs to 'ccan@ozlabs.org:ccan'
> > 1$
> >
> > Is altstack on lockdown? Thanks. -Dan
>
> Well, it's certainly not supposed to be.  I had a look at the gitolite
> configuration and I'm not seeing anything obvious wrong:
>
>         RW NAME/ccan/altstack   = dancancode
>
> Have you double checked that you're using the same ssh key as the one
> you sent to us?
>
> --
> David Gibson                    | I'll have my music baroque, and my code
> david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_
> _other_
>                                 | _way_ _around_!
> http://www.ozlabs.org/~dgibson
>

[-- Attachment #1.2: Type: text/html, Size: 1950 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-11  2:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-10 19:15 git error on push Dan Good
2016-02-10 23:36 ` Rusty Russell
2016-02-11  0:48 ` David Gibson
2016-02-11  1:56   ` Dan Good

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.