ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] удалить бранч на git.alt
@ 2007-08-11 15:30 Artem Zolochevskiy
  2007-08-13 10:05 ` Alexey Tourbin
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Artem Zolochevskiy @ 2007-08-11 15:30 UTC (permalink / raw)
  To: devel

hi all

А как удаляется бранч на git.alt?
Я вот случайно в один из своих репо при git-push --all  отправил бранч save. 
Как его стереть, чтоб глаза не мозолил?

-- 
Артём Золочевский

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

* Re: [devel] удалить бранч на git.alt
  2007-08-13 10:08 ` Slava Semushin
@ 2007-08-13  9:37   ` Kirill A. Shutemov
  0 siblings, 0 replies; 14+ messages in thread
From: Kirill A. Shutemov @ 2007-08-13  9:37 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 961 bytes --]

On [Mon, 13.08.2007 17:08], Slava Semushin wrote:
> 2007/8/11, Artem Zolochevskiy <artem.zolochevskiy / gmail.com>:
> [...]
> > А как удаляется бранч на git.alt?
> > Я вот случайно в один из своих репо при git-push --all  отправил бранч save.
> > Как его стереть, чтоб глаза не мозолил?
> 
> Присоединяюсь к вопросу, а то у меня для wmbday висит бранч autotools..

On Sat, Feb 24, 2007 at 08:58:46PM +0300, Dmitry V. Levin wrote:

DVL> После перехода git.alt на новый git можно удалять ненужные бранчи.
DVL> Например, этот refs/head/up был убран командой
DVL> $ git push git.alt :refs/heads/up

-- 
Regards,  Kirill A. Shutemov
 + Belarus, Minsk
 + Velesys LLC, http://www.velesys.com/
 + ALT Linux Team, http://www.altlinux.com/

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] удалить бранч на git.alt
  2007-08-11 15:30 [devel] удалить бранч на git.alt Artem Zolochevskiy
@ 2007-08-13 10:05 ` Alexey Tourbin
  2007-08-13 10:08 ` Slava Semushin
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 14+ messages in thread
From: Alexey Tourbin @ 2007-08-13 10:05 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

On Sat, Aug 11, 2007 at 06:30:50PM +0300, Artem Zolochevskiy wrote:
> hi all
> 
> А как удаляется бранч на git.alt?
> Я вот случайно в один из своих репо при git-push --all  отправил бранч save. 
> Как его стереть, чтоб глаза не мозолил?

git-push git.alt :save

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] удалить бранч на git.alt
  2007-08-11 15:30 [devel] удалить бранч на git.alt Artem Zolochevskiy
  2007-08-13 10:05 ` Alexey Tourbin
@ 2007-08-13 10:08 ` Slava Semushin
  2007-08-13  9:37   ` Kirill A. Shutemov
  2007-08-13 10:23 ` Vladimir V. Kamarzin
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Slava Semushin @ 2007-08-13 10:08 UTC (permalink / raw)
  To: ALT Devel discussion list

2007/8/11, Artem Zolochevskiy <artem.zolochevskiy / gmail.com>:
[...]
> А как удаляется бранч на git.alt?
> Я вот случайно в один из своих репо при git-push --all  отправил бранч save.
> Как его стереть, чтоб глаза не мозолил?

Присоединяюсь к вопросу, а то у меня для wmbday висит бранч autotools..

P.S. И надо бы этот вопрос с ответом в FAQ или в tutorial на вики.

-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [devel] удалить бранч на git.alt
  2007-08-11 15:30 [devel] удалить бранч на git.alt Artem Zolochevskiy
  2007-08-13 10:05 ` Alexey Tourbin
  2007-08-13 10:08 ` Slava Semushin
@ 2007-08-13 10:23 ` Vladimir V. Kamarzin
  2007-08-14 13:32   ` Slava Semushin
  2007-08-13 10:29 ` Pavlov Konstantin
  2007-08-17 17:54 ` [devel] удалить ТАГ " Alexey Tourbin
  4 siblings, 1 reply; 14+ messages in thread
From: Vladimir V. Kamarzin @ 2007-08-13 10:23 UTC (permalink / raw)
  To: ALT Devel discussion list

>>>>> On 11 Aug 2007 at 21:30 "AZ" == Artem Zolochevskiy writes:

 AZ> А как удаляется бранч на git.alt?

git push git.alt:packages/package.git :branch

-- 
vvk



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

* Re: [devel] удалить бранч на git.alt
  2007-08-11 15:30 [devel] удалить бранч на git.alt Artem Zolochevskiy
                   ` (2 preceding siblings ...)
  2007-08-13 10:23 ` Vladimir V. Kamarzin
@ 2007-08-13 10:29 ` Pavlov Konstantin
  2007-08-17 17:54 ` [devel] удалить ТАГ " Alexey Tourbin
  4 siblings, 0 replies; 14+ messages in thread
From: Pavlov Konstantin @ 2007-08-13 10:29 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

On Sat, Aug 11, 2007 at 06:30:50PM +0300, Artem Zolochevskiy wrote:
> hi all
> 
> А как удаляется бранч на git.alt?
> Я вот случайно в один из своих репо при git-push --all  отправил бранч save. 
> Как его стереть, чтоб глаза не мозолил?

git push куда :save

-- 
> 2All: кто нить подскажет когда соберут нормальный fidogate?
Есть подозрение, что FIDO и "нормально" -- это всё-таки
действительно несовместимо... кто ценит своё время --
давным-давно имеет IP.
		-- mike in community@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] удалить бранч на git.alt
  2007-08-13 10:23 ` Vladimir V. Kamarzin
@ 2007-08-14 13:32   ` Slava Semushin
  2007-08-15 11:18     ` Pavlov Konstantin
  0 siblings, 1 reply; 14+ messages in thread
From: Slava Semushin @ 2007-08-14 13:32 UTC (permalink / raw)
  To: ALT Devel discussion list

2007/8/13, Vladimir V. Kamarzin <vvk@altlinux.ru>:
> >>>>> On 11 Aug 2007 at 21:30 "AZ" == Artem Zolochevskiy writes:
>
>  AZ> А как удаляется бранч на git.alt?
>
> git push git.alt:packages/package.git :branch

У меня не получилось:

[c0der@rock ~/git/wmbday/wmbday.git]$ git-push git:packages/katrin :autotools
RSA host key for IP address '194.107.17.12' not in list of known hosts.
Enter passphrase for key '/home/coder/.ssh/id_dsa':
error: dst refspec autotools does not match any existing ref on the
remote and d                                 oes not start with refs/.
fatal: The remote end hung up unexpectedly
error: failed to push to 'git:packages/katrin'

[c1der@rock ~/git/wmbday/wmbday.git]$ git-push git:packages/katrin
refs/autotools
RSA host key for IP address '194.107.17.12' not in list of known hosts.
Enter passphrase for key '/home/coder/.ssh/id_dsa':
Enter passphrase for key '/home/coder/.ssh/id_dsa':
error: src refspec refs/autotools does not match any.
fatal: The remote end hung up unexpectedly
error: failed to push to 'git:packages/katrin'
[c1der@rock ~/git/wmbday/wmbday.git]$


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [devel] удалить бранч на git.alt
  2007-08-14 13:32   ` Slava Semushin
@ 2007-08-15 11:18     ` Pavlov Konstantin
  2007-08-15 11:23       ` Slava Semushin
  0 siblings, 1 reply; 14+ messages in thread
From: Pavlov Konstantin @ 2007-08-15 11:18 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]

On Tue, Aug 14, 2007 at 08:32:21PM +0700, Slava Semushin wrote:
> 2007/8/13, Vladimir V. Kamarzin <vvk@altlinux.ru>:
> > >>>>> On 11 Aug 2007 at 21:30 "AZ" == Artem Zolochevskiy writes:
> >
> >  AZ> А как удаляется бранч на git.alt?
> >
> > git push git.alt:packages/package.git :branch
> 
> У меня не получилось:
> 
> [c0der@rock ~/git/wmbday/wmbday.git]$ git-push git:packages/katrin :autotools
> RSA host key for IP address '194.107.17.12' not in list of known hosts.
> Enter passphrase for key '/home/coder/.ssh/id_dsa':
> error: dst refspec autotools does not match any existing ref on the
> remote and d                                 oes not start with refs/.
> fatal: The remote end hung up unexpectedly
> error: failed to push to 'git:packages/katrin'
> 
> [c1der@rock ~/git/wmbday/wmbday.git]$ git-push git:packages/katrin
> refs/autotools
> RSA host key for IP address '194.107.17.12' not in list of known hosts.
> Enter passphrase for key '/home/coder/.ssh/id_dsa':
> Enter passphrase for key '/home/coder/.ssh/id_dsa':
> error: src refspec refs/autotools does not match any.
> fatal: The remote end hung up unexpectedly
> error: failed to push to 'git:packages/katrin'
> [c1der@rock ~/git/wmbday/wmbday.git]$

rpm -q git

оно вроде появилось только в >= 1.5

-- 
> Starting python....
> 'import site' filed use -v for trace back
Попробуйте сделать то что просят... вдруг поможет...
		-- ns in community@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] удалить бранч на git.alt
  2007-08-15 11:18     ` Pavlov Konstantin
@ 2007-08-15 11:23       ` Slava Semushin
  2007-08-15 11:27         ` Pavlov Konstantin
  0 siblings, 1 reply; 14+ messages in thread
From: Slava Semushin @ 2007-08-15 11:23 UTC (permalink / raw)
  To: ALT Devel discussion list

2007/8/15, Pavlov Konstantin <thresh / altlinux.ru>:
[...]
> > [c1der@rock ~/git/wmbday/wmbday.git]$ git-push git:packages/katrin
> > refs/autotools
> > RSA host key for IP address '194.107.17.12' not in list of known hosts.
> > Enter passphrase for key '/home/coder/.ssh/id_dsa':
> > Enter passphrase for key '/home/coder/.ssh/id_dsa':
> > error: src refspec refs/autotools does not match any.
> > fatal: The remote end hung up unexpectedly
> > error: failed to push to 'git:packages/katrin'
> > [c1der@rock ~/git/wmbday/wmbday.git]$
>
> rpm -q git

[c0der@rock ~]$ rpm -q git                                                18:19
предупреждение: пакет git не установлен
[c1der@rock ~]$ rpm -q git-core                                           18:19
git-core-1.5.2.4-alt1

> оно вроде появилось только в >= 1.5

Вроде версия достаточная.

-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [devel] удалить бранч на git.alt
  2007-08-15 11:23       ` Slava Semushin
@ 2007-08-15 11:27         ` Pavlov Konstantin
  2007-08-15 11:31           ` Slava Semushin
  0 siblings, 1 reply; 14+ messages in thread
From: Pavlov Konstantin @ 2007-08-15 11:27 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

On Wed, Aug 15, 2007 at 06:23:47PM +0700, Slava Semushin wrote:
> 2007/8/15, Pavlov Konstantin <thresh / altlinux.ru>:
> [...]
> > > [c1der@rock ~/git/wmbday/wmbday.git]$ git-push git:packages/katrin
> > > refs/autotools
> > > RSA host key for IP address '194.107.17.12' not in list of known hosts.
> > > Enter passphrase for key '/home/coder/.ssh/id_dsa':
> > > Enter passphrase for key '/home/coder/.ssh/id_dsa':
> > > error: src refspec refs/autotools does not match any.
> > > fatal: The remote end hung up unexpectedly
> > > error: failed to push to 'git:packages/katrin'
> > > [c1der@rock ~/git/wmbday/wmbday.git]$
> >
> > rpm -q git
> 
> [c0der@rock ~]$ rpm -q git                                                18:19
> предупреждение: пакет git не установлен
> [c1der@rock ~]$ rpm -q git-core                                           18:19
> git-core-1.5.2.4-alt1
> 
> > оно вроде появилось только в >= 1.5
> 
> Вроде версия достаточная.

А если попробовать из ~/git/katrin/katrin.git ? :)

-- 
> Package: kernel-modules-drm-wks-up-6.8.1-alt1.3
> Cannot build this package for 3 week(s) (since Wed Nov 10 2004).
> Please investigate.
блин, мне этот drm уже по ночам сниться начнет...
		-- lakostis in devel@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] удалить бранч на git.alt
  2007-08-15 11:27         ` Pavlov Konstantin
@ 2007-08-15 11:31           ` Slava Semushin
  0 siblings, 0 replies; 14+ messages in thread
From: Slava Semushin @ 2007-08-15 11:31 UTC (permalink / raw)
  To: ALT Devel discussion list

2007/8/15, Pavlov Konstantin <thresh / altlinux.ru>:
[...]
> А если попробовать из ~/git/katrin/katrin.git ? :)
[...]

Свою ошибку понял -- спасибо.


-- 
+ Slava Semushin | slava.semushin @ gmail.com
+ ALT Linux Team | php-coder @ altlinux.ru

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

* Re: [devel] удалить ТАГ на git.alt
  2007-08-11 15:30 [devel] удалить бранч на git.alt Artem Zolochevskiy
                   ` (3 preceding siblings ...)
  2007-08-13 10:29 ` Pavlov Konstantin
@ 2007-08-17 17:54 ` Alexey Tourbin
  2007-08-17 19:48   ` Aleksey Avdeev
  4 siblings, 1 reply; 14+ messages in thread
From: Alexey Tourbin @ 2007-08-17 17:54 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

On Sat, Aug 11, 2007 at 06:30:50PM +0300, Artem Zolochevskiy wrote:
> А как удаляется бранч на git.alt?

А как удалить ТАГ?

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [devel] удалить ТАГ на git.alt
  2007-08-17 17:54 ` [devel] удалить ТАГ " Alexey Tourbin
@ 2007-08-17 19:48   ` Aleksey Avdeev
  2007-08-17 19:55     ` Alexey Tourbin
  0 siblings, 1 reply; 14+ messages in thread
From: Aleksey Avdeev @ 2007-08-17 19:48 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 224 bytes --]

Alexey Tourbin пишет:
> On Sat, Aug 11, 2007 at 06:30:50PM +0300, Artem Zolochevskiy wrote:
> 
>>А как удаляется бранч на git.alt?
> 
> 
> А как удалить ТАГ?

  Как refs/tags/<ТАГ>

-- 

С уважением. Алексей.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 548 bytes --]

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

* Re: [devel] удалить ТАГ на git.alt
  2007-08-17 19:48   ` Aleksey Avdeev
@ 2007-08-17 19:55     ` Alexey Tourbin
  0 siblings, 0 replies; 14+ messages in thread
From: Alexey Tourbin @ 2007-08-17 19:55 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

On Fri, Aug 17, 2007 at 11:48:11PM +0400, Aleksey Avdeev wrote:
> > А как удалить ТАГ?
>   Как refs/tags/<ТАГ>

Так не удаляется.  Кажется в girar-обвязке не предусмотрено.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2007-08-17 19:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-11 15:30 [devel] удалить бранч на git.alt Artem Zolochevskiy
2007-08-13 10:05 ` Alexey Tourbin
2007-08-13 10:08 ` Slava Semushin
2007-08-13  9:37   ` Kirill A. Shutemov
2007-08-13 10:23 ` Vladimir V. Kamarzin
2007-08-14 13:32   ` Slava Semushin
2007-08-15 11:18     ` Pavlov Konstantin
2007-08-15 11:23       ` Slava Semushin
2007-08-15 11:27         ` Pavlov Konstantin
2007-08-15 11:31           ` Slava Semushin
2007-08-13 10:29 ` Pavlov Konstantin
2007-08-17 17:54 ` [devel] удалить ТАГ " Alexey Tourbin
2007-08-17 19:48   ` Aleksey Avdeev
2007-08-17 19:55     ` Alexey Tourbin

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