* [devel] git.alt vs. git-clone
@ 2006-09-25 11:37 Stanislav Ievlev
2006-09-25 19:51 ` Dmitry V. Levin
0 siblings, 1 reply; 4+ messages in thread
From: Stanislav Ievlev @ 2006-09-25 11:37 UTC (permalink / raw)
To: devel
git-update: refs/heads/origin is not designed for publication and
therefore is not allowed in this repo
error: hooks/update exited with error code 1
error: hook declined to update refs/heads/origin
refs/heads/master: 29d3cf881f66ef99ea912b0be9523a8c44df07be ->
52d063d09c6fdd661fe8226b61b6ab4e948fe2d1
ng refs/heads/origin hook declined
Дима, и где тут написано, что и где исправлять?
Не, я конечно догадываюсь о чём идёт речь, но это надо будет объяснять
каждому, кто сделает git-clone со своего репозитария.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] git.alt vs. git-clone
2006-09-25 11:37 [devel] git.alt vs. git-clone Stanislav Ievlev
@ 2006-09-25 19:51 ` Dmitry V. Levin
2006-09-26 8:33 ` Kirill Maslinsky
0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2006-09-25 19:51 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 723 bytes --]
On Mon, Sep 25, 2006 at 03:37:25PM +0400, Stanislav Ievlev wrote:
> git-update: refs/heads/origin is not designed for publication and
> therefore is not allowed in this repo
> error: hooks/update exited with error code 1
> error: hook declined to update refs/heads/origin
> refs/heads/master: 29d3cf881f66ef99ea912b0be9523a8c44df07be ->
> 52d063d09c6fdd661fe8226b61b6ab4e948fe2d1
> ng refs/heads/origin hook declined
>
> Дима, и где тут написано, что и где исправлять?
Имя ссылки refs/heads/origin не предназначено для публикации.
> Не, я конечно догадываюсь о чём идёт речь, но это надо будет объяснять
> каждому, кто сделает git-clone со своего репозитария.
OK, значит будем объяснять.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] git.alt vs. git-clone
2006-09-25 19:51 ` Dmitry V. Levin
@ 2006-09-26 8:33 ` Kirill Maslinsky
2006-09-26 22:56 ` Dmitry V. Levin
0 siblings, 1 reply; 4+ messages in thread
From: Kirill Maslinsky @ 2006-09-26 8:33 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 803 bytes --]
> > git-update: refs/heads/origin is not designed for publication and
> > therefore is not allowed in this repo
> > error: hooks/update exited with error code 1
> > error: hook declined to update refs/heads/origin
> > refs/heads/master: 29d3cf881f66ef99ea912b0be9523a8c44df07be ->
> > 52d063d09c6fdd661fe8226b61b6ab4e948fe2d1
> > ng refs/heads/origin hook declined
> >
> > Дима, и где тут написано, что и где исправлять?
>
> Имя ссылки refs/heads/origin не предназначено для публикации.
>
> > Не, я конечно догадываюсь о чём идёт речь, но это надо будет объяснять
> > каждому, кто сделает git-clone со своего репозитария.
>
> OK, значит будем объяснять.
Мне кажется, можно уже начинать объяснять. :)
--
Kirill Maslinsky
ALT Linux Documentation Team
http://heap.altlinux.ru
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] git.alt vs. git-clone
2006-09-26 8:33 ` Kirill Maslinsky
@ 2006-09-26 22:56 ` Dmitry V. Levin
0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2006-09-26 22:56 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]
On Tue, Sep 26, 2006 at 12:33:13PM +0400, Kirill Maslinsky wrote:
> > > git-update: refs/heads/origin is not designed for publication and
> > > therefore is not allowed in this repo
> > > error: hooks/update exited with error code 1
> > > error: hook declined to update refs/heads/origin
> > > refs/heads/master: 29d3cf881f66ef99ea912b0be9523a8c44df07be ->
> > > 52d063d09c6fdd661fe8226b61b6ab4e948fe2d1
> > > ng refs/heads/origin hook declined
> > >
> > > Дима, и где тут написано, что и где исправлять?
> >
> > Имя ссылки refs/heads/origin не предназначено для публикации.
> >
> > > Не, я конечно догадываюсь о чём идёт речь, но это надо будет объяснять
> > > каждому, кто сделает git-clone со своего репозитария.
> >
> > OK, значит будем объяснять.
>
> Мне кажется, можно уже начинать объяснять. :)
В данном случае объяснять нечего: поскольку в git имя ссылки
refs/heads/origin традиционно используется при обычном клонировании для
наименования локального соответствия удалённой ссылке refs/heads/master,
имя ссылки refs/heads/origin не предназначено для публикации.
man git-clone.
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-09-26 22:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-25 11:37 [devel] git.alt vs. git-clone Stanislav Ievlev
2006-09-25 19:51 ` Dmitry V. Levin
2006-09-26 8:33 ` Kirill Maslinsky
2006-09-26 22:56 ` Dmitry V. Levin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git