* [PATCH] dpkg-base: Fix do_cleanall_apt with custom DISTRO values
@ 2024-07-15 11:46 'Jan Kiszka' via isar-users
2024-07-30 8:05 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2024-07-15 11:46 UTC (permalink / raw)
To: isar-users; +Cc: Uladzimir Bely
From: Jan Kiszka <jan.kiszka@siemens.com>
This was apparently forgotten by 5e85ad04e205.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta/classes/dpkg-base.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/dpkg-base.bbclass b/meta/classes/dpkg-base.bbclass
index d90b32a9..95cc830d 100644
--- a/meta/classes/dpkg-base.bbclass
+++ b/meta/classes/dpkg-base.bbclass
@@ -172,7 +172,7 @@ addtask apt_unpack after do_apt_fetch
do_cleanall_apt[nostamp] = "1"
do_cleanall_apt() {
for uri in "${SRC_APT}"; do
- rm -rf "${DEBSRCDIR}"/"${DISTRO}"/"$uri"
+ rm -rf "${DEBSRCDIR}/${BASE_DISTRO}-${BASE_DISTRO_CODENAME}/$uri"
done
}
--
2.43.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/b94f35cd-5fef-4a34-9e5d-8af282afe7c7%40siemens.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] dpkg-base: Fix do_cleanall_apt with custom DISTRO values
2024-07-15 11:46 [PATCH] dpkg-base: Fix do_cleanall_apt with custom DISTRO values 'Jan Kiszka' via isar-users
@ 2024-07-30 8:05 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-07-30 8:05 UTC (permalink / raw)
To: Jan Kiszka, isar-users
On Mon, 2024-07-15 at 13:46 +0200, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> This was apparently forgotten by 5e85ad04e205.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> meta/classes/dpkg-base.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/dpkg-base.bbclass b/meta/classes/dpkg-
> base.bbclass
> index d90b32a9..95cc830d 100644
> --- a/meta/classes/dpkg-base.bbclass
> +++ b/meta/classes/dpkg-base.bbclass
> @@ -172,7 +172,7 @@ addtask apt_unpack after do_apt_fetch
> do_cleanall_apt[nostamp] = "1"
> do_cleanall_apt() {
> for uri in "${SRC_APT}"; do
> - rm -rf "${DEBSRCDIR}"/"${DISTRO}"/"$uri"
> + rm -rf "${DEBSRCDIR}/${BASE_DISTRO}-
> ${BASE_DISTRO_CODENAME}/$uri"
> done
> }
>
Applied to next, thanks.
--
Best regards,
Uladzimir.
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/isar-users/3e43d21c1de3bf254a09d939c53af5ebb79a81ff.camel%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-30 8:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-15 11:46 [PATCH] dpkg-base: Fix do_cleanall_apt with custom DISTRO values 'Jan Kiszka' via isar-users
2024-07-30 8:05 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox