From: "Alexey I. Froloff" <raorn@immo.ru> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: Re: [devel] gear-hsh-build и сборка мусора Date: Fri, 12 Oct 2007 12:54:26 +0400 Message-ID: <20071012085426.GE9806@hell.fortress> (raw) In-Reply-To: <75e139a00710112335j2bf7b9bfy8211ad60654a828d@mail.gmail.com> [-- Attachment #1: Type: text/plain, Size: 1003 bytes --] * Slava Semushin <slava.semushin@> [071012 10:39]: > *удивлённо* > Так это что, после сборки каждого пакета остаётся его чрут? Не чрут, а хашерский репозитарий. О чём g-h-build честно говорит при успешной сборке. Ну и: http://git.altlinux.org/people/raorn/packages/?p=gear.git;a=commitdiff;h=44540229 > Алексей, раскажите, пожалуйста, как же найти такие чруты и почистить > хотя бы вручную? rm -rf PREFIX/build-?????????? А ещё можно явно указывать --repo. Я уже точно не помню, зачем я делал свой repo на каждую сборку. Наверное чтобы прошлые сборки не влияли на вновь собираемые пакеты. Кстати, пересечение таки может иметь место быть: repo="$(mktemp -u "build-XXXXXXXXXX")" ... парсим опции ... indir="$prefix/$repo" Тут в первой строке mktemp не знает где будет создаваться репозитарий. Может правильнее так (убрать первое присвоение repo и перед indir=): [ -n "$repo" ] || repo="$(cd "$prefix" && mktemp -d "build-XXXXXXXXXX")" -- Regards, Sir Raorn. [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-10-12 8:54 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-10-10 12:48 Alexey Rusakov 2007-10-10 20:28 ` Alexey I. Froloff 2007-10-11 13:02 ` Alexey Rusakov 2007-10-12 6:35 ` Slava Semushin 2007-10-12 8:17 ` Alexey Rusakov 2007-10-12 8:40 ` Slava Semushin 2007-10-12 8:56 ` Alexey I. Froloff 2007-10-12 8:54 ` Alexey I. Froloff [this message] 2007-10-12 10:02 ` Michael Shigorin 2007-10-12 10:11 ` Alexey I. Froloff 2007-10-12 8:56 ` Damir Shayhutdinov 2007-10-12 9:05 ` Alexey I. Froloff
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=20071012085426.GE9806@hell.fortress \ --to=raorn@immo.ru \ --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