Displaying 20 results from an estimated 100 matches similar to: "[PATCH] builder: templates: add the AppStream repo"
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
Create a new directory (builder/template). Integrate all of the
scripts into a single program, so that templates are generated more
consistently.
This also changes how the index file is generated. The script now
generates the index file fragment and saves it under version control,
and then generates the final index file by concatenating these.
(Previously the index was written by hand which was
2017 Nov 21
0
[PATCH v13 1/3] builder: change arch type to distinguish guesses
Change Index.arch to the type (Arch of string | GuessedArch of string).
In a future commit, the index parser will allow arch not to be set
for some cases. Thus arch value will be guessed by inspecting the
image. However we need to distinguish between a set value and a guessed
one. Using this new type will help it:
match arch with
| Arch s -> (* This is a set value *)
|
2016 Dec 02
1
[PATCH NOT TO BE APPLIED] builder: make-template: Add --encrypted
I was attempting one way to solve:
https://bugzilla.redhat.com/show_bug.cgi?id=1400332
"RFE: virt-builder should support templates with encrypted filesystems"
However this approach doesn't really work because templates containing
encrypted partitions cannot be compressed, and therefore the guest
template would be a multi-gigabyte download.
I better approach will likely be to use
2017 Nov 14
1
Re: [PATCH v12 3/3] New tool: virt-builder-repository
On Mon, Nov 13, 2017 at 02:56:12PM +0100, Cédric Bosdonnat wrote:
> +let checksums_get_sha512 = function
> + | None -> None
> + | Some csums ->
> + try
> + Some (List.find (
> + function
> + | Checksums.SHA512 _ -> true
> + | _ -> false
> + ) csums)
> + with Not_found -> None
This is still a bit
2017 Nov 13
6
[PATCH v12 0/3] virt-builder-repository tool
Hi there!
Here is the latest version of the series including Richard's comments.
I also reworked the repository_main.ml code to avoid setting an
empty entry if not found.
Cédric Bosdonnat (3):
builder: change arch type to distinguish guesses
builder: add a template parameter to get_index
New tool: virt-builder-repository
.gitignore | 4 +
2018 Feb 21
0
[PATCH] make-repository: use inspect_get_osinfo
Use the newly added API instead of the local implementation.
---
builder/repository_main.ml | 23 +----------------------
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/builder/repository_main.ml b/builder/repository_main.ml
index bb440563b..c020a6413 100644
--- a/builder/repository_main.ml
+++ b/builder/repository_main.ml
@@ -170,23 +170,6 @@ let get_disk_image_info filepath =
2017 Nov 21
5
[PATCH v13 0/3] virt-builder-repository
Hey there,
Here is an update of the series. The changes:
* Incorporate Richard's comments. Left out the with_openfile one
since that leads to a double close.
* Change the ask option return type to string (removing the option)
since if the use doesn't input anything we're using the default,
and the default is now a mandatory parameter.
* Make sure there are items in the
2018 Feb 21
3
[PATCH] New API: inspect_get_osinfo
Try to guess the possible osinfo-db short ID for the specified OS.
Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1544842
---
generator/actions_inspection.ml | 14 ++++++++
lib/Makefile.am | 1 +
lib/inspect-osinfo.c | 75 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 90 insertions(+)
create mode 100644 lib/inspect-osinfo.c
diff --git
2008 Oct 23
1
Creating a controlled local repo
Hi all,
I've been thinking about creating a local repo for our to-be CentOS-park
(we're currently in the process of migrating from RHEL3 to CentOS5).
As we need to control all updates being applied (think WUS, Windows
Update Server) because of special software being run on servers and clients,
we must check first that our molecular modeling software doesn't bite the
grass should eg
2019 May 15
0
create metadata stuff for appstream directories
Does some one have experiences with a similar tool like createrepo, to create
metadata stuff for appstream directories? and how do they integrate into the UI?
I am just curious and starting diving into this ... thanks!
--
LF
2020 Mar 24
1
Issue with AppStream
is there an issue happening ?
yum provides "*/firewall-config"
CentOS-8 - AppStream
0.0 B/s | 0 B 00:05
Failed to download metadata for repo 'AppStream'
Error: Failed to download metadata for repo 'AppStream'
jerry
2017 Nov 13
0
[PATCH v12 3/3] New tool: virt-builder-repository
virt-builder-repository allows users to easily create or update
a virt-builder source repository out of disk images. The tool can
be run in either interactive or automated mode.
---
.gitignore | 4 +
builder/Makefile.am | 87 ++++-
builder/repository_main.ml | 621 ++++++++++++++++++++++++++++++++
builder/test-docs.sh
2008 Feb 15
0
No installed updated kernels via yum
Subject says it all. Running yum install kernel or yum install
kernel-2.6.18-53.1.13.el5.i686.rpm gives "nothing to do". Yum runs daily
via cron. Last kernel installed in /boot via yum is:
Sep 27 16:38 vmlinuz-2.6.18-8.1.14.el5
/etc/yum.conf contains:
[main]
cachedir=/var/cache/yum
keepcache=1
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
2010 Jul 22
3
File /etc/yum.conf does not contain a main section
I just upgraded puppet from 0.25.5 to 0.26, and I''m getting this:
(/Stage[main]/Repo::Livegamer_software_base/Yumrepo[Livegamer-Software-Base])
Could not evaluate: File /etc/yum.conf does not contain a main section
However, my /etc/yum.conf contains this. What''s wrong with that? Is
puppet smoking crack?
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
2016 Nov 30
0
Re: [PATCH] builder: Rearrange how template-building scripts work.
On Monday, 28 November 2016 10:40:51 CET Richard W.M. Jones wrote:
> Create a new directory (builder/template). Integrate all of the
> scripts into a single program, so that templates are generated more
> consistently.
>
> This also changes how the index file is generated. The script now
> generates the index file fragment and saves it under version control,
> and then
2007 May 08
0
yum can't connect to mirrors
Hello,
I added rpmforge yum repo to my yum config and then the box couldn't
connect to fetch updates. I added enabled=0 to rpmforge.repo as well as
add-ons, contrib, and centosplus, but i'm still getting mirror errors. I
believe i've got some file corruption somewhere, but i don't see where. I
can't even fetch packages in updates now, keep getting connection refused
2017 Jul 10
7
[PATCH 0/5] various improvements for make-template.mk
Hi,
this series improves the generation of Debian templates, automating
basically almost all the steps needed.
Also, it fixes the generation of aarch64 images with NVRAM, which is
currently removed too soon, and thus not saved and compressed.
Thanks,
Pino Toscano (5):
builder: templates: update Debian preseed from Stretch
builder: templates: generalize debian location
builder: templates:
2009 Jul 24
2
rpm
Hi folks
I'm trying to install amavisd-new on Centos 5.3. There is a lot of
failed dependencies errors when I try to install it. My question is,
there is a way to automatically get all the rpm dependencies I need
and get them saved somewhere in my hard drive for future
installations? I'm behind a squid proxy.
Thanks in advance.
David
2017 Jan 27
1
yum adding 7.3 packages to 7.2 system
On Thu, Jan 26, 2017 at 06:08:45PM -0600, Johnny Hughes wrote:
> On 01/26/2017 06:00 PM, Jon LaBadie wrote:
> > My system is 7.2.1511.
> >
> > When I run "yum update", it wants to install about
> > 900 packages total. Most are labeled just "el7".
> > A few "el7_1" and a lot are "el7_3" or 7.3.
> > None are 7.2.
>
2015 Mar 07
4
Something like apt-cacher for CentOS/RHEL?
Hi,
For some time I've fiddled with Debian and Ubuntu LTS. There's one
really nice feature for local networks: apt-cacher, a package proxy for
APT.
My company is in the remote South French countryside, and more often
than not, schools and public libraries only have some very limited
Internet access with relatively low bandwidth, which can make the
updating process very tedious. A