public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] CONTRIBUTING: always use next branch for running CI tests prior to submission
@ 2025-03-28  9:22 srinuvasan.a via isar-users
  2025-04-08 13:45 ` Uladzimir Bely
  0 siblings, 1 reply; 4+ messages in thread
From: srinuvasan.a via isar-users @ 2025-03-28  9:22 UTC (permalink / raw)
  To: isar-users; +Cc: Srinuvasan A

From: Srinuvasan A <srinuvasan.a@siemens.com>

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b4fa64ff..77624e42 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,7 +93,7 @@ Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        refspec: master
+        refspec: next
         layers:
           meta:
           meta-isar:
@@ -115,7 +115,7 @@ Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        refspec: master
+        refspec: next
 	patches:
           0001:
             path: /work/0001-my-contribution-to-isar.patch
-- 
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 visit https://groups.google.com/d/msgid/isar-users/20250328092246.2373824-1-srinuvasan.a%40siemens.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] CONTRIBUTING: always use next branch for running CI tests prior to submission
  2025-03-28  9:22 [PATCH] CONTRIBUTING: always use next branch for running CI tests prior to submission srinuvasan.a via isar-users
@ 2025-04-08 13:45 ` Uladzimir Bely
  2025-04-09  5:44   ` [PATCH v2] CONTRIBUTING: always use the " srinuvasan.a via isar-users
  0 siblings, 1 reply; 4+ messages in thread
From: Uladzimir Bely @ 2025-04-08 13:45 UTC (permalink / raw)
  To: srinuvasan.a, isar-users

On Fri, 2025-03-28 at 14:52 +0530, srinuvasan.a via isar-users wrote:
> From: Srinuvasan A <srinuvasan.a@siemens.com>
> 
> Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
> ---
>  CONTRIBUTING.md | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
> index b4fa64ff..77624e42 100644
> --- a/CONTRIBUTING.md
> +++ b/CONTRIBUTING.md
> @@ -93,7 +93,7 @@ Plan merges to `master` so that both fit the two-
> week window; short extensions s
>      repos:
>        isar:
>          url: "http://github.com:/ilbers/isar"
> -        refspec: master
> +        refspec: next
>          layers:
>            meta:
>            meta-isar:
> @@ -115,7 +115,7 @@ Plan merges to `master` so that both fit the two-
> week window; short extensions s
>      repos:
>        isar:
>          url: "http://github.com:/ilbers/isar"
> -        refspec: master
> +        refspec: next
>  	patches:
>            0001:
>              path: /work/0001-my-contribution-to-isar.patch
> -- 
> 2.34.1

Could you please send v2 so that it would not produce merge conflicts
on top of https://groups.google.com/g/isar-users/c/OBEjG1EnqDQ already
merged?

-- 
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 visit https://groups.google.com/d/msgid/isar-users/b711903305cd2a4a9cb696367550d26cbe012e84.camel%40ilbers.de.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] CONTRIBUTING: always use the next branch for running CI tests prior to submission
  2025-04-08 13:45 ` Uladzimir Bely
@ 2025-04-09  5:44   ` srinuvasan.a via isar-users
  2025-04-29  9:42     ` Anton Mikanovich
  0 siblings, 1 reply; 4+ messages in thread
From: srinuvasan.a via isar-users @ 2025-04-09  5:44 UTC (permalink / raw)
  To: isar-users; +Cc: ubely, Srinuvasan A

From: Srinuvasan A <srinuvasan.a@siemens.com>

Always use the next branch for running CI tests prior to submission, and
additionally, update the refspec to commit/branch, this is missed in the
commit 74f41f1.

Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
---
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5e27dcbe..22d93b08 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,7 +93,7 @@ Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        branch: master
+        branch: next
         layers:
           meta:
           meta-isar:
@@ -115,7 +115,7 @@ Plan merges to `master` so that both fit the two-week window; short extensions s
     repos:
       isar:
         url: "http://github.com:/ilbers/isar"
-        refspec: master
+        branch: next
 	patches:
           0001:
             path: /work/0001-my-contribution-to-isar.patch
-- 
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 visit https://groups.google.com/d/msgid/isar-users/20250409054437.2639251-1-srinuvasan.a%40siemens.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] CONTRIBUTING: always use the next branch for running CI tests prior to submission
  2025-04-09  5:44   ` [PATCH v2] CONTRIBUTING: always use the " srinuvasan.a via isar-users
@ 2025-04-29  9:42     ` Anton Mikanovich
  0 siblings, 0 replies; 4+ messages in thread
From: Anton Mikanovich @ 2025-04-29  9:42 UTC (permalink / raw)
  To: srinuvasan.a, isar-users; +Cc: ubely

09/04/2025 08:44, srinuvasan.a via isar-users wrote:
> From: Srinuvasan A <srinuvasan.a@siemens.com>
>
> Always use the next branch for running CI tests prior to submission, and
> additionally, update the refspec to commit/branch, this is missed in the
> commit 74f41f1.
>
> Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com>
Applied to next, thanks.

-- 
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 visit https://groups.google.com/d/msgid/isar-users/924bf140-8e1b-40c1-bc31-71f5714b9f11%40ilbers.de.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-29  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-28  9:22 [PATCH] CONTRIBUTING: always use next branch for running CI tests prior to submission srinuvasan.a via isar-users
2025-04-08 13:45 ` Uladzimir Bely
2025-04-09  5:44   ` [PATCH v2] CONTRIBUTING: always use the " srinuvasan.a via isar-users
2025-04-29  9:42     ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox