diff mbox series

[meta-oe] meta-oe/static-ids: Change postgres to 28 to match forced id in recipe

Message ID 20231115161443.2181675-1-yoann.congal@smile.fr
State Under Review
Headers show
Series [meta-oe] meta-oe/static-ids: Change postgres to 28 to match forced id in recipe | expand

Commit Message

Yoann Congal Nov. 15, 2023, 4:14 p.m. UTC
Current recipe does impose UID=GID=28 in the recipe code.
Change postgres static ID to match in order to avoid a warning in
reproducibility tests.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 meta-oe/files/static-group-meta-oe  | 2 +-
 meta-oe/files/static-passwd-meta-oe | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj Nov. 16, 2023, 9:51 p.m. UTC | #1
On Wed, 15 Nov 2023 17:14:43 +0100, Yoann Congal wrote:
> Current recipe does impose UID=GID=28 in the recipe code.
> Change postgres static ID to match in order to avoid a warning in
> reproducibility tests.
> 
> 

Applied, thanks!

[1/1] meta-oe/static-ids: Change postgres to 28 to match forced id in recipe
      commit: f1607d9617a515e8ae61f1c31e193b0dee2333b6

Best regards,
diff mbox series

Patch

diff --git a/meta-oe/files/static-group-meta-oe b/meta-oe/files/static-group-meta-oe
index 09c7cab2c..f20c86f65 100644
--- a/meta-oe/files/static-group-meta-oe
+++ b/meta-oe/files/static-group-meta-oe
@@ -2,7 +2,7 @@  redis:x:600:
 xrdp:x:601:
 sanlock:x:602:
 mysql:x:603:
-postgres:x:604:
+postgres:x:28:
 zabbix:x:605:
 mail:x:606:
 nogroup:x:65534:
diff --git a/meta-oe/files/static-passwd-meta-oe b/meta-oe/files/static-passwd-meta-oe
index 4c312b7b1..00f3e107e 100644
--- a/meta-oe/files/static-passwd-meta-oe
+++ b/meta-oe/files/static-passwd-meta-oe
@@ -2,7 +2,7 @@  redis:x:600:600::/:/bin/nologin
 xrdp:x:601:601::/:/bin/nologin
 sanlock:x:602:602::/:/bin/nologin
 mysql:x:603:603::/:/bin/nologin
-postgres:x:604:604::/:/bin/nologin
+postgres:x:28:28::/:/bin/nologin
 zabbix:x:605:605::/:/bin/nologin
 cyrus:x:606:nogroup::/:/bin/nologin
 pcp:x:620:nogroup::/:/bin/nologin