From: Led <ledest@gmail.com>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] git и пустые каталоги
Date: Mon, 20 Oct 2008 01:28:25 +0300
Message-ID: <200810200128.25275.ledest@gmail.com> (raw)
In-Reply-To: <200810171944.02380.ledest@gmail.com>
On Friday, 17 October 2008 19:44:02 Led wrote:
> On Friday, 17 October 2008 19:16:51 Damir Shayhutdinov wrote:
> > > Даже не знаю... "на вчера", наверное:) Просто перевести хотя бы
> > > годичную историю сборки erlang на git, наверное всё равно не получится
> > > (из вышеозначенной проблемы), а стоит ли переводить в git с текущего
> > > момента - уже сомневаюсь: придётся городить кучу костылей и потом их
> > > обновлять :(
> >
> > А нельзя в %prep пройтись по всем каталогам и насоздавать пустых
> > каталогов ebin? Прям в спеке.
> >
> > find -type d -exec mkdir -p {}/ebin \;
> >
> > Это не выход?
>
> Нет.
> 1) Их не нужно создавать ВЕЗДЕ, иначе они все , в том числе и, что ничем в
> процессе сборки не заполненны, попадут в %buildroot и, соотв. в пакет.
> 2) Историю пакета в Sisyphus'е так не поместишь в git: все спеки всех
> версий придётся править.
В общем, прямого решения вопроса так я и не нашёл и мне не подсказали :(
Сделал так:
Исходники старых релизов (в которых есть пустые каталоги) в git поместил в
виде *.tar
В последующих релизах (начиная с сегодняшнего) добавил в configure.in:
+dnl Makes empty dirs
+if test -s mkdir.list; then
+ mkdir -p `grep -v '#' mkdir.list`
+fi
и, соответственно, перед "git commit" в бранче апстрима делаю
find . -type d -empty > mkdir.list
Если где-то неправ - укажите, плиз.
--
Led
next prev parent reply other threads:[~2008-10-19 22:28 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-17 14:41 Led
2008-10-17 14:44 ` Andrey Rahmatullin
2008-10-17 15:05 ` Led
2008-10-17 15:10 ` [devel] [JT] " Andrey Rahmatullin
2008-10-17 15:12 ` [devel] " Dmitry V. Levin
2008-10-17 15:29 ` Led
2008-10-17 15:51 ` Dmitry V. Levin
2008-10-17 16:05 ` Led
2008-10-17 16:09 ` Dmitry V. Levin
2008-10-17 16:16 ` Mikhail Gusarov
2008-10-17 16:23 ` Dmitry V. Levin
2008-10-17 16:26 ` Mikhail Gusarov
2008-10-17 16:40 ` Led
2008-10-17 16:16 ` Damir Shayhutdinov
2008-10-17 16:44 ` Led
2008-10-19 22:28 ` Led [this message]
2008-10-17 17:44 ` Led
2008-10-17 18:46 ` [devel] Q: git 1.6.0 Kirill A. Shutemov
2008-10-17 19:04 ` Dmitry V. Levin
2008-10-20 22:54 ` [devel] git и пустые каталоги Dmitry V. Levin
2008-11-03 3:08 ` Led
2008-11-04 18:47 ` Aleksey Avdeev
2008-11-04 18:49 ` Led
2008-11-04 20:16 ` Led
2008-11-04 20:44 ` Dmitry V. Levin
2008-11-04 21:03 ` Led
2008-11-04 21:42 ` Dmitry V. Levin
2009-01-27 23:25 ` Dmitry V. Levin
2009-01-27 23:37 ` Led
2009-02-01 8:13 ` Ildar Mulyukov
2009-02-01 13:27 ` [devel] git-rev-parse syntax in .gear/rules Dmitry V. Levin
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=200810200128.25275.ledest@gmail.com \
--to=ledest@gmail.com \
--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