ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] как держать backports в git
@ 2008-09-25  5:47 Artem Zolochevskiy
  2008-09-25  5:53 ` Alexey Tourbin
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Artem Zolochevskiy @ 2008-09-25  5:47 UTC (permalink / raw)
  To: ALT Linux Team development discussions

hi all

Прошу совета у знатоков git относительно того, как в нём держать backports.
У меня такого опыта не было. А попытки сделать это привели к конфликтам,
с которыми у меня тоже нет опыта работы.

Вот, что получилось у меня.

http://git.altlinux.org/people/azol/private/example.git

а вот, что я делал:
делаем backport версии 2.0-alt1
git-branch altlinux-4.1 2.0-alt1
git-checkout altlinux-4.1
s/Release: alt1/Release: alt0.M41.1
add_changelog -e "build for 4.1 branch (2.0-alt1)" example.spec
gear-commit -a
git-tag -a -m "example 2.0-alt0.M41.1" 2.0-alt0.M41.1

появляется новая версия в master
git-checkout master
s/Version: 2.0/Version: 3.0/
add_changelog -e "- version 3.0" example.spec
gear-commit -a
git-tag -a -m "example 3.0-alt1" 3.0-alt1

Как мне теперь делать backport версии 3.0-alt1?
git-pull . tag 3.0-alt1
(или git-merge master или git-merge 3.0-alt1)
получил конфликты.
У меня получилось что-то вроде
<<<<<<< HEAD:example.spec
Version: 2.0
Release: alt0.M41.1
=======
Version: 3.0
Release: alt1
>>>>>>>f6aa1fa14e5329d1490b5c0c88526e1e4759a309:example.spec

и

<<<<<<< HEAD:example.spec
* Thu Sep 25 2008 Artem Zolochevskiy <azol@altlinux.ru> 2.0-alt0.M41.1
- build for 4.1 branch (2.0-alt1)
=======
* Thu Sep 25 2008 Artem Zolochevskiy <azol@altlinux.ru> 3.0-alt1
- version 3.0
>>>>>>> f6aa1fa14e5329d1490b5c0c88526e1e4759a309:example.spec

(В этом случае в районе Version и Release:
я оставляю
Version: 3.0
Release: alt1
в районе changelog:
опускаем запись про 2.0-alt0.M41.1 ниже чем 3.0-alt1)
верно?

git-commit -a
s/Release: alt1/Release: alt0.M41.1/
add_changelog -e "build for 4.1 branch (3.0-alt1)" example.spec
gear-commit -a
git-tag -a -m "example 3.0-alt0.M41.1" 3.0-alt0.M41.1

и т.д. при необходимости делать backports.


Что делается правильно/неправильно и может быть сделано лучше?

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

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

end of thread, other threads:[~2008-09-26  6:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-25  5:47 [devel] как держать backports в git Artem Zolochevskiy
2008-09-25  5:53 ` Alexey Tourbin
2008-09-25  5:56   ` Artem Zolochevskiy
2008-09-25  6:01 ` Slava Semushin
2008-09-25  6:07   ` Artem Zolochevskiy
2008-09-25  6:27 ` Alexey Tourbin
2008-09-25  6:37   ` Artem Zolochevskiy
2008-09-25  6:46     ` Alexey Tourbin
2008-09-25  7:51 ` Alexey Borovskoy
2008-09-25  8:07   ` Artem Zolochevskiy
2008-09-26  6:46 ` Eugene Prokopiev

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