ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] q: ...not found in tag list
@ 2011-03-26 21:59 Michael Shigorin
  2011-03-26 22:07 ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Shigorin @ 2011-03-26 21:59 UTC (permalink / raw)
  To: devel

	Здравствуйте.
Торможу -- эт как?

---
sisyphus:~/git/collectd> git push && git push --tags      
Counting objects: 148, done.             
Delta compression using up to 8 threads.
Compressing objects: 100% (57/57), done.
Writing objects: 100% (107/107), 20.43 KiB, done.
Total 107 (delta 78), reused 69 (delta 50)
remote: girar-sendmail: email notification about `refs/heads/master' update sent.
remote: Repacking repository... done
remote: Updating committer date cache... done
To git.alt:packages/collectd
   7b3618a..c2688eb  master -> master
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 1.86 KiB, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: girar-sendmail: email notification about `refs/tags/4.10.3-alt1' update sent.
remote: girar-sendmail: email notification about `refs/tags/collectd-4.10.3' update sent.
remote: girar-sendmail: email notification about `refs/tags/collectd-4.9.5' update sent.
remote: Repacking repository... done
remote: Updating committer date cache... done
To git.alt:packages/collectd
 * [new tag]         4.10.3-alt1 -> 4.10.3-alt1
 * [new tag]         collectd-4.10.3 -> collectd-4.10.3
 * [new tag]         collectd-4.9.5 -> collectd-4.9.5
sisyphus:~/git/collectd> ssh git.alt build `basename $(pwd)` 4.10.3-alt1
new task #41369: owner=mike repo=sisyphus                               
fetching tag "4.10.3-alt1" from /people/mike/packages/collectd.git... done
generating pkg.tar for collectd.git tag "4.10.3-alt1"... gear: .gear/rules line 1: Name "collectd-4.10.3" not found in tag list
gear: .gear/rules line 1: Failed to make archive
girar-task add: failed to create pkg.tar for collectd.git tag "4.10.3-alt1"
removing task #41369 ... done
sisyphus:~/git/collectd> git push --all && git push --tags             
Everything up-to-date
Everything up-to-date
sisyphus:~/git/collectd> cat .gear/rules                                
tar:collectd-@version@:.
diff:collectd-@version@:. .
sisyphus:~/git/collectd> git tag | grep collectd-4.10.3
collectd-4.10.3
---

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] q: ...not found in tag list
  2011-03-26 21:59 [devel] q: ...not found in tag list Michael Shigorin
@ 2011-03-26 22:07 ` Dmitry V. Levin
  2011-03-27 12:14   ` Michael Shigorin
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2011-03-26 22:07 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Sat, Mar 26, 2011 at 11:59:21PM +0200, Michael Shigorin wrote:
> 	Здравствуйте.
> Торможу -- эт как?

$ gear-store-tags -acv

И вообще, открой для себя pre-commit hook.
$ ln -snf /usr/share/git-core/templates/hooks/pre-commit.sample .git/hooks/pre-commit


-- 
ldv

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

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

* Re: [devel] q: ...not found in tag list
  2011-03-26 22:07 ` Dmitry V. Levin
@ 2011-03-27 12:14   ` Michael Shigorin
  2011-03-27 22:41     ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Shigorin @ 2011-03-27 12:14 UTC (permalink / raw)
  To: ALT Devel discussion list

On Sun, Mar 27, 2011 at 01:07:35AM +0300, Dmitry V. Levin wrote:
> > Торможу -- эт как?
> $ gear-store-tags -acv

Он и был запущен (как gear-update-tags -avc):
http://git.altlinux.org/people/mike/packages/?p=collectd.git;a=commitdiff;h=c2688eb2cd70677e509852ac3e3bfe1da2f90813

Похоже, опять наступил на те же грабли -- gear-create-tag,
сборка, затем спохватился и gear-update-tag.  Подзабыл уж.

> И вообще, открой для себя pre-commit hook.
> $ ln -snf /usr/share/git-core/templates/hooks/pre-commit.sample .git/hooks/pre-commit

Спасибо, обкатаю; у тебя там много ещё в запасе сюрпризов? :)
(и проверь при возможности http://www.altlinux.org/Git.alt/FAQ)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] q: ...not found in tag list
  2011-03-27 12:14   ` Michael Shigorin
@ 2011-03-27 22:41     ` Dmitry V. Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry V. Levin @ 2011-03-27 22:41 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Sun, Mar 27, 2011 at 03:14:17PM +0300, Michael Shigorin wrote:
> On Sun, Mar 27, 2011 at 01:07:35AM +0300, Dmitry V. Levin wrote:
> > > Торможу -- эт как?
> > $ gear-store-tags -acv
> 
> Он и был запущен (как gear-update-tags -avc):
> http://git.altlinux.org/people/mike/packages/?p=collectd.git;a=commitdiff;h=c2688eb2cd70677e509852ac3e3bfe1da2f90813
> 
> Похоже, опять наступил на те же грабли -- gear-create-tag,
> сборка, затем спохватился и gear-update-tag.  Подзабыл уж.

Поэтому gear-update-tag и был переименован в gear-store-tags.

> > И вообще, открой для себя pre-commit hook.
> > $ ln -snf /usr/share/git-core/templates/hooks/pre-commit.sample .git/hooks/pre-commit
> 
> Спасибо, обкатаю; у тебя там много ещё в запасе сюрпризов? :)

Найдется. ;)


-- 
ldv

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

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

end of thread, other threads:[~2011-03-27 22:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-26 21:59 [devel] q: ...not found in tag list Michael Shigorin
2011-03-26 22:07 ` Dmitry V. Levin
2011-03-27 12:14   ` Michael Shigorin
2011-03-27 22:41     ` 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