From: Henning Schild <henning.schild@siemens.com>
To: Baurzhan Ismagulov <ibr@radix50.net>
Cc: isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCHv3] dpkg-base: derive "Package" and "Architecture" from .deb in cleanup
Date: Thu, 28 Mar 2019 18:50:56 +0100 [thread overview]
Message-ID: <20190328185056.61434442@md1za8fc.ad001.siemens.net> (raw)
In-Reply-To: <20190328110328.GG1437@yssyq.m.ilbers.de>
Am Thu, 28 Mar 2019 12:03:28 +0100
schrieb Baurzhan Ismagulov <ibr@radix50.net>:
> Hello Henning,
>
> On Thu, Feb 21, 2019 at 04:56:34PM +0100, Henning Schild wrote:
> > If
> > your recipe created such a package it could never be cleaned
> > because it was added to all the archs of the repo, and later
> > cleaned only from one. Now if that package changes because you are
> > still working on the recipe, adding the package again would cause
> > checksum mismatches for all but the current architecture.
>
> IMHO, it's unclear who is "you" in the commit message. I'd suggest to
> reword in a more neutral form, e.g.:
>
> -your recipe created such a package it could never be cleaned because
> it +a recipe created such a package it could never be cleaned because
> it ...
> -Now if that package changes because you are still working on the
> recipe, +Now if that package changes because one is still working on
> the recipe,
>
Ok, you or Maxim can fix that on merge. I hope it is clear who you
is ;). I will be out of office for two weeks, if you dont the patch
will have to keep waiting.
> > + p=$( dpkg-deb --show --showformat '${Package}' ${d} )
> > + a=$( dpkg-deb --show --showformat '${Architecture}'
> > ${d} )
>
> Thanks, this is better than sed.
>
>
> > + reprepro -b ${REPO_ISAR_DIR}/${DISTRO} \
> > + --dbdir ${REPO_ISAR_DB_DIR}/${DISTRO} \
> > + -C main ${aarg} \
> > + remove ${DEBDISTRONAME} \
> > + ${p}
>
> How can one reproduce the problem? I'd like to understand the cause
> because at the first glance I'd think an _all.deb package should land
> in the pool only once.
That is written in the commit message.
A deployment of "all" will not deploy one .deb of arch "all" but it
will deploy n .debs of all the archs enabled in the repo.
So on deploy of "all" from arm into a "arm, arm64, x86" repo you will
get three copies. The next deploy from x86 will write all three again,
same for arm64. But they are all the same and just get written 3 times.
But a clean of "-A all" is a no-op since that arch does not exist. That
clean will not actually clean up the deployment correctly. And
subsequent changes deploys will run into problems.
The easiest way to just get to the "broken" clean is to build an "all"
package. Deploy it and repo_clean it, you should still see it in the
other archs ...
If you still need to see more change anything in the recipe keeping all
of ${P} the same, the deploy should fail.
That also means we must never use the repo while another arch deploys
into it because we get sharing over "all". That is a severe problem if
you have "all" packages and use multiconf. My suggestion would be to
avoid both ;). However that issue should be documented or fixed for
people who care about multiconfig ;).
> In general, subtle stuff like this should ideally be covered with a
> test case.
I agree and i am the one constantly asking for tests. All the
rebuilding patches that got merged so far are not covered by tests. I
guess some tests that trigger partial rebuilds would be needed. But
that is probably out of scope of this patch.
Yes we need tests for new features. Tests for corner-case bugfixes ...
would be handy but holding back bug-fixes for it?
Henning
>
> With kind regards,
> Baurzhan.
>
next prev parent reply other threads:[~2019-03-28 17:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-21 15:56 Henning Schild
2019-02-21 15:59 ` Henning Schild
2019-03-27 15:45 ` Henning Schild
2019-03-28 11:03 ` Baurzhan Ismagulov
2019-03-28 17:50 ` Henning Schild [this message]
2019-04-02 15:31 ` Baurzhan Ismagulov
2019-04-12 12:10 ` Henning Schild
2019-04-16 18:20 ` Baurzhan Ismagulov
2019-04-17 6:14 ` Baurzhan Ismagulov
2019-04-17 12:14 ` Baurzhan Ismagulov
2019-05-20 10:27 ` Henning Schild
2019-05-20 13:48 ` Maxim Yu. Osipov
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=20190328185056.61434442@md1za8fc.ad001.siemens.net \
--to=henning.schild@siemens.com \
--cc=ibr@radix50.net \
--cc=isar-users@googlegroups.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox