[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[atomic-devel] [PATCH] Drop @standard, add more custom package set
- From: Colin Walters <walters verbum org>
- To: atomic-devel projectatomic io
- Subject: [atomic-devel] [PATCH] Drop @standard, add more custom package set
- Date: Sun, 13 Jul 2014 16:06:00 -0700
The content definition repository for Fedora that used to live at
https://github.com/projectatomic/fedora-atomic is now located in Fedora
Hosted: https://fedorahosted.org/fedora-atomic/
The rationale for this is Fedora rel-eng would like to only pull from
self-hosted git repositories for compose metadata like this.
Now as you can see I've been working on that repository, but I thought
this patch could use some more review. Any thoughts on other packages
that should be there? At present I'm mostly modeling on the Fedora
cloud kickstart:
https://git.fedorahosted.org/cgit/spin-kickstarts.git/tree/fedora-cloud-base.ks
>From 700fd810723001eea20be99cda958c4012f0e225 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters verbum org>
Date: Sun, 13 Jul 2014 18:48:42 -0400
Subject: [PATCH] Drop @standard, add more custom package set
There are a few large dependency chains here in @standard into libX11
and such, mostly starting from abrt.
---
fedora-atomic-server-docker-host.json | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/fedora-atomic-server-docker-host.json
b/fedora-atomic-server-docker-host.json
index 9678183..0482665 100644
--- a/fedora-atomic-server-docker-host.json
+++ b/fedora-atomic-server-docker-host.json
@@ -3,7 +3,19 @@
"ref": "fedora-atomic/rawhide/x86_64/server/docker-host",
- "packages": ["@standard", "cockpit", "geard", "docker-io"],
+ "packages": ["tar",
+ "rsync",
+ "man-db",
+ "man-pages",
+ "bash-completion",
+ "tmux",
+ "git",
+ "policycoreutils-python",
+ "setools-console",
+ "audit",
+ "cockpit",
+ "geard",
+ "docker-io"],
"units": ["docker.socket", "geard.service", "cockpit.socket"]
}
--
1.8.3.1
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]