[gnome-build-meta/mcatanzaro/conditions-and-processes: 2/2] Update comments regarding processes to enter/exit core and SDK




commit 74d0d59d9a671fdcf0cec1997fc03e4444e2f35a
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Wed Aug 18 12:16:15 2021 -0500

    Update comments regarding processes to enter/exit core and SDK
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1270>

 elements/core.bst                                 | 3 ++-
 elements/core/meta-gnome-core-developer-tools.bst | 3 ++-
 elements/core/meta-gnome-core-mobile.bst          | 3 ++-
 elements/core/meta-gnome-core-os-services.bst     | 3 ++-
 elements/core/meta-gnome-core-shell.bst           | 3 ++-
 elements/core/meta-gnome-core-utilities.bst       | 3 ++-
 elements/sdk-platform.bst                         | 5 +++++
 elements/sdk.bst                                  | 5 +++++
 8 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/elements/core.bst b/elements/core.bst
index 3936645f4..2a06510a1 100644
--- a/elements/core.bst
+++ b/elements/core.bst
@@ -1,6 +1,7 @@
 # The core set is not expected to change as frequently as core-deps or
 # world. Adding or removing elements from here should be approved by
-# release team. Current contacts: Michael Catanzaro or Javier Jardon.
+# release team. Review the technical conditions to enter GNOME core:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#technical-conditions-to-enter-gnome-core
 kind: stack
 depends:
 - core/meta-gnome-core-os-services.bst
diff --git a/elements/core/meta-gnome-core-developer-tools.bst 
b/elements/core/meta-gnome-core-developer-tools.bst
index 681d8bbf3..07d93b2a7 100644
--- a/elements/core/meta-gnome-core-developer-tools.bst
+++ b/elements/core/meta-gnome-core-developer-tools.bst
@@ -1,6 +1,7 @@
 # The core set is not expected to change as frequently as core-deps or
 # world. Adding or removing elements from here should be approved by
-# release team. Current contacts: Michael Catanzaro or Javier Jardon.
+# release team. Review the technical conditions to enter GNOME core:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#technical-conditions-to-enter-gnome-core
 kind: stack
 depends:
 - core/dconf-editor.bst
diff --git a/elements/core/meta-gnome-core-mobile.bst b/elements/core/meta-gnome-core-mobile.bst
index 7035e1f63..9b55a6159 100644
--- a/elements/core/meta-gnome-core-mobile.bst
+++ b/elements/core/meta-gnome-core-mobile.bst
@@ -1,6 +1,7 @@
 # The core set is not expected to change as frequently as core-deps or
 # world. Adding or removing elements from here should be approved by
-# release team. Current contacts: Michael Catanzaro or Javier Jardon.
+# release team. Review the technical conditions to enter GNOME core:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#technical-conditions-to-enter-gnome-core
 kind: stack
 depends:
 - core/calls.bst
diff --git a/elements/core/meta-gnome-core-os-services.bst b/elements/core/meta-gnome-core-os-services.bst
index c4e0f37ae..35b7e0ff2 100644
--- a/elements/core/meta-gnome-core-os-services.bst
+++ b/elements/core/meta-gnome-core-os-services.bst
@@ -1,6 +1,7 @@
 # The core set is not expected to change as frequently as core-deps or
 # world. Adding or removing elements from here should be approved by
-# release team. Current contacts: Michael Catanzaro or Javier Jardon.
+# release team. Review the technical conditions to enter GNOME core:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#technical-conditions-to-enter-gnome-core
 kind: stack
 depends:
 - core-deps/NetworkManager.bst
diff --git a/elements/core/meta-gnome-core-shell.bst b/elements/core/meta-gnome-core-shell.bst
index 440db14b1..ccd31ab71 100644
--- a/elements/core/meta-gnome-core-shell.bst
+++ b/elements/core/meta-gnome-core-shell.bst
@@ -1,6 +1,7 @@
 # The core set is not expected to change as frequently as core-deps or
 # world. Adding or removing elements from here should be approved by
-# release team. Current contacts: Michael Catanzaro or Javier Jardon.
+# release team. Review the technical conditions to enter GNOME core:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#technical-conditions-to-enter-gnome-core
 kind: stack
 depends:
 - core/gdm.bst
diff --git a/elements/core/meta-gnome-core-utilities.bst b/elements/core/meta-gnome-core-utilities.bst
index ae4b53c83..61ea54ce8 100644
--- a/elements/core/meta-gnome-core-utilities.bst
+++ b/elements/core/meta-gnome-core-utilities.bst
@@ -1,6 +1,7 @@
 # The core set is not expected to change as frequently as core-deps or
 # world. Adding or removing elements from here should be approved by
-# release team. Current contacts: Michael Catanzaro or Javier Jardon.
+# release team. Review the technical conditions to enter GNOME core:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#technical-conditions-to-enter-gnome-core
 #
 # Additional design team approval is required before adding or removing
 # desktop applications from core. Current contact: Allan Day.
diff --git a/elements/sdk-platform.bst b/elements/sdk-platform.bst
index 2a78d1efa..f267cea62 100644
--- a/elements/sdk-platform.bst
+++ b/elements/sdk-platform.bst
@@ -1,3 +1,8 @@
+# Process for adding components to SDK:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#process-to-add-components-to-the-sdk
+#
+# Process for removing components from SDK:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#process-to-remove-components-from-sdk
 kind: stack
 depends:
 - sdk/adobe-source-code-pro-fonts.bst
diff --git a/elements/sdk.bst b/elements/sdk.bst
index cb67c5e59..4637806bd 100644
--- a/elements/sdk.bst
+++ b/elements/sdk.bst
@@ -1,3 +1,8 @@
+# Process for adding components to SDK:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#process-to-add-components-to-the-sdk
+#
+# Process for removing components from SDK:
+# https://gitlab.gnome.org/GNOME/gnome-build-meta/-/wikis/home#process-to-remove-components-from-sdk
 kind: stack
 depends:
 - sdk-platform.bst


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]