* [PATCH] meta: Remove unnecessary stamp-extra-info
@ 2024-07-11 13:38 Anton Mikanovich
2024-07-23 7:38 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2024-07-11 13:38 UTC (permalink / raw)
To: isar-users; +Cc: Anton Mikanovich
Stamps path is already have DISTRO value in it, so no need in
additional stamp-extra-info usage.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta/recipes-devtools/base-apt/base-apt.bb | 1 -
meta/recipes-devtools/isar-apt/isar-apt.bb | 1 -
2 files changed, 2 deletions(-)
diff --git a/meta/recipes-devtools/base-apt/base-apt.bb b/meta/recipes-devtools/base-apt/base-apt.bb
index ea885fe6..2766bc71 100644
--- a/meta/recipes-devtools/base-apt/base-apt.bb
+++ b/meta/recipes-devtools/base-apt/base-apt.bb
@@ -48,7 +48,6 @@ populate_base_apt() {
done
}
-do_cache[stamp-extra-info] = "${DISTRO}"
do_cache[lockfiles] = "${REPO_BASE_DIR}/isar.lock"
repo() {
diff --git a/meta/recipes-devtools/isar-apt/isar-apt.bb b/meta/recipes-devtools/isar-apt/isar-apt.bb
index 0458bac7..187784f9 100644
--- a/meta/recipes-devtools/isar-apt/isar-apt.bb
+++ b/meta/recipes-devtools/isar-apt/isar-apt.bb
@@ -8,7 +8,6 @@ inherit repository
SRC_URI = "file://distributions.in"
-do_cache_config[stamp-extra-info] = "${DISTRO}"
do_cache_config[lockfiles] = "${REPO_ISAR_DIR}/isar.lock"
# Generate reprepro config for current distro if it doesn't exist. Once it's
--
2.34.1
--
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/20240711133804.2133588-1-amikan%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] meta: Remove unnecessary stamp-extra-info
2024-07-11 13:38 [PATCH] meta: Remove unnecessary stamp-extra-info Anton Mikanovich
@ 2024-07-23 7:38 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-07-23 7:38 UTC (permalink / raw)
To: Anton Mikanovich, isar-users
On Thu, 2024-07-11 at 16:38 +0300, Anton Mikanovich wrote:
> Stamps path is already have DISTRO value in it, so no need in
> additional stamp-extra-info usage.
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
> meta/recipes-devtools/base-apt/base-apt.bb | 1 -
> meta/recipes-devtools/isar-apt/isar-apt.bb | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/base-apt/base-apt.bb
> b/meta/recipes-devtools/base-apt/base-apt.bb
> index ea885fe6..2766bc71 100644
> --- a/meta/recipes-devtools/base-apt/base-apt.bb
> +++ b/meta/recipes-devtools/base-apt/base-apt.bb
> @@ -48,7 +48,6 @@ populate_base_apt() {
> done
> }
>
> -do_cache[stamp-extra-info] = "${DISTRO}"
> do_cache[lockfiles] = "${REPO_BASE_DIR}/isar.lock"
>
> repo() {
> diff --git a/meta/recipes-devtools/isar-apt/isar-apt.bb
> b/meta/recipes-devtools/isar-apt/isar-apt.bb
> index 0458bac7..187784f9 100644
> --- a/meta/recipes-devtools/isar-apt/isar-apt.bb
> +++ b/meta/recipes-devtools/isar-apt/isar-apt.bb
> @@ -8,7 +8,6 @@ inherit repository
>
> SRC_URI = "file://distributions.in"
>
> -do_cache_config[stamp-extra-info] = "${DISTRO}"
> do_cache_config[lockfiles] = "${REPO_ISAR_DIR}/isar.lock"
>
> # Generate reprepro config for current distro if it doesn't exist.
> Once it's
> --
> 2.34.1
>
Applied to next.
--
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/ff6029afee753d9c0127cf636bae246109fde331.camel%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-23 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-11 13:38 [PATCH] meta: Remove unnecessary stamp-extra-info Anton Mikanovich
2024-07-23 7:38 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox