ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Vitaly Ostanin <vyt@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] gear: build from branch
Date: Mon, 27 Oct 2008 02:04:43 +0300
Message-ID: <4904F78B.2020909@altlinux.org> (raw)
In-Reply-To: <4904E4C7.10907@solin.spb.ru>

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

Aleksey Avdeev пишет:
> Sergey Vlasov пишет:
>> On Fri, Oct 24, 2008 at 03:12:58PM +0400, Vitaly Ostanin wrote:
>>> Есть, я так и делал. Оказалось, что git-diff не 
>>> показывает, что изменён .gear/tags/list, и я его 
>>> поэтому не коммитил. Это так и задумано?
>> git diff без параметров показывает различия между состоянием, сохранённым
>> для последующего коммита (staged), и рабочим каталогом; gear-update-tag
>> выполняет git update-index самостоятельно, поэтому результат его работы не
>> попадает в вывод git diff (но попадает в git diff --cached), зато
>> используется при выполнении git commit без дополнительных параметров.
> 
>    И виден в git status...

Да понятно, что виден. Просто поведение странное - изменения 
есть, но в просмотре изменений не видны. Никому нельзя верить, 
никому...

Кстати, скрипт для переключения для сборки:

#!/bin/sh

BUILD=~/build.log
# Support symlinks
current_dir=$(realpath `pwd`)
updir=$(cd "$current_dir" && git-rev-parse --show-cdup)
# Move to root dir of repo
cd "$current_dir/$updir" || exit 1
git-checkout spec
git-merge -s ours upstream
gear-update-tag -a
git-commit -m "gear-update-tag" .gear/tags/list
echo "Build started, see $BUILD"
gear --hasher -- hsh --apt-config=/etc/apt/m400-i586-apt.conf 
--target=i586 --without-stuff --lazy-cleanup ~/m400 &> $BUILD
git-checkout upstream


-- 
Regards, Vyt
mailto:  vyt@altlinux.org
JID:     vitaly.ostanin@gmail.com


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

  reply	other threads:[~2008-10-26 23:04 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-23 17:38 Vitaly Ostanin
2008-10-23 17:52 ` Alexey I. Froloff
2008-10-23 18:11   ` Vitaly Ostanin
2008-10-23 18:51     ` Alexey I. Froloff
2008-10-24 11:12       ` Vitaly Ostanin
2008-10-24 11:17         ` Damir Shayhutdinov
2008-10-24 11:25           ` Vitaly Ostanin
2008-10-24 11:30             ` Damir Shayhutdinov
2008-10-24 13:58         ` Sergey Vlasov
2008-10-26 21:44           ` Aleksey Avdeev
2008-10-26 23:04             ` Vitaly Ostanin [this message]
2008-10-27  7:32               ` Grigory Batalov
2008-10-23 18:26   ` Vitaly Ostanin
2008-10-23 18:36     ` Dmitry V. Levin
2008-10-23 18:51     ` Led

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4904F78B.2020909@altlinux.org \
    --to=vyt@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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