Richard W.M. Jones [Mon, 8 Aug 2016 15:57:47 +0000 (16:57 +0100)]
F24/F25 follow new stable 1.34 branch.
Richard W.M. Jones [Tue, 26 Jul 2016 21:39:11 +0000 (22:39 +0100)]
Add Fedora f25 branch.
Richard W.M. Jones [Tue, 12 Jul 2016 10:00:59 +0000 (11:00 +0100)]
Add rules for creating python sdist for stable branches.
Richard W.M. Jones [Mon, 20 Jun 2016 18:25:15 +0000 (19:25 +0100)]
Use installed goaljobs package.
Richard W.M. Jones [Wed, 4 May 2016 17:34:23 +0000 (18:34 +0100)]
libguestfs: Handle new-style v1.XX.YY tags.
Richard W.M. Jones [Mon, 18 Apr 2016 12:56:24 +0000 (13:56 +0100)]
Override XDG_CONFIG_DIRS to make virt-builder use global configuration.
Fixes 'make check-slow'.
Richard W.M. Jones [Mon, 18 Apr 2016 12:56:02 +0000 (13:56 +0100)]
Disable parallel builds, since the Makefile doesn't work.
Richard W.M. Jones [Thu, 17 Mar 2016 08:34:35 +0000 (08:34 +0000)]
fedora: Reverse order of branches and drop f20, f21.
We want to build Rawhide first.
Drop unsupported old Fedora versions.
Richard W.M. Jones [Wed, 16 Mar 2016 16:29:29 +0000 (16:29 +0000)]
Disable erlang.
Remove obsolete comment about --enable-valgrind-daemon.
erlang is broken in Rawhide so disable it.
The --enable-valgrind-daemon option no longer exists.
Richard W.M. Jones [Fri, 26 Feb 2016 17:23:53 +0000 (17:23 +0000)]
New F24 branch.
Richard W.M. Jones [Fri, 22 Jan 2016 15:46:23 +0000 (15:46 +0000)]
Update branches for libguestfs 1.32.
Richard W.M. Jones [Tue, 15 Dec 2015 17:55:51 +0000 (17:55 +0000)]
libguestfs: Ignore error: mkfs_btrfs: /dev/sda1: not enough free space.
See RHBZ#1291715.
Richard W.M. Jones [Thu, 19 Nov 2015 21:33:52 +0000 (21:33 +0000)]
libguestfs_upstream: Ignore failing inotify_add_watch test.
See https://www.redhat.com/archives/libguestfs/2015-November/msg00144.html
Richard W.M. Jones [Sat, 31 Oct 2015 18:03:37 +0000 (18:03 +0000)]
make website -> make maintainer-upload-website
Richard W.M. Jones [Sun, 25 Oct 2015 19:15:51 +0000 (19:15 +0000)]
Disable syslinux tests because of RHBZ#1275087.
Richard W.M. Jones [Fri, 9 Oct 2015 16:48:59 +0000 (17:48 +0100)]
Move SKIP_* variables here.
No longer kept in the spec file, since we test on installed now.
Richard W.M. Jones [Tue, 28 Jul 2015 15:21:35 +0000 (16:21 +0100)]
Unblock plplot, block ocaml-camlp5
Richard W.M. Jones [Tue, 28 Jul 2015 09:49:02 +0000 (10:49 +0100)]
fedora-ocaml-rebuild: Allow builds into a side tag.
Richard W.M. Jones [Tue, 28 Jul 2015 09:50:07 +0000 (10:50 +0100)]
Rebuild OCaml 4.02.3 (RHBZ#1247418).
Richard W.M. Jones [Wed, 24 Jun 2015 13:33:22 +0000 (14:33 +0100)]
OCaml rebuild for 4.02.2 final (see RHBZ#1235183).
Richard W.M. Jones [Tue, 21 Jul 2015 15:58:29 +0000 (16:58 +0100)]
libguestfs: fedora: Build the stable branches first.
Richard W.M. Jones [Tue, 21 Jul 2015 12:40:56 +0000 (13:40 +0100)]
Make F22 and F23 follow 1.30
Richard W.M. Jones [Thu, 18 Jun 2015 17:24:56 +0000 (18:24 +0100)]
ocaml: Add z3
Richard W.M. Jones [Thu, 18 Jun 2015 12:01:06 +0000 (13:01 +0100)]
libguestfs: Make SKIP_* variables more robust.
Richard W.M. Jones [Wed, 17 Jun 2015 16:14:18 +0000 (17:14 +0100)]
Update fedora_ocaml_rebuild for 4.02.2 rebuild (actually +rc1).
Richard W.M. Jones [Wed, 6 May 2015 16:00:44 +0000 (17:00 +0100)]
Ensure redhat hardening flags didn't leak into the tarball.
Several people reported that the tarballs didn't work on
non-Fedora/RHEL platforms. The reason is that the 'redhat-hardened'
LDFLAGS managed to leak into the build-aux/ltmain.sh file (part of
libtool).
This happened because of a bug in Fedora's libtool:
https://bugzilla.redhat.com/show_bug.cgi?id=1214506
Add a check to ensure this cannot happen in future.
Richard W.M. Jones [Thu, 16 Apr 2015 08:16:08 +0000 (09:16 +0100)]
Skip more tests that run external programs which fail under valgrind.
Richard W.M. Jones [Wed, 1 Apr 2015 11:44:29 +0000 (12:44 +0100)]
libguestfs_fedora: Change memory key to include branch name.
Because f22 and rawhide branches are using the same version, the key
needs to include more than just the version number to be distinguished
between branches.
Richard W.M. Jones [Mon, 23 Mar 2015 14:04:59 +0000 (14:04 +0000)]
Reverse the order of Fedora builds so we build Rawhide first.
Richard W.M. Jones [Wed, 11 Mar 2015 19:14:35 +0000 (19:14 +0000)]
libguestfs: Skip SKIP_TEST_PARALLEL_MOUNT_LOCAL and SKIP_TEST_FILE_ARCHITECTURE_11 because they both have problems running under valgrind.
Richard W.M. Jones [Thu, 5 Mar 2015 20:04:22 +0000 (20:04 +0000)]
libguestfs_fedora: Allow package to be in BUILDING state.
Richard W.M. Jones [Mon, 2 Mar 2015 16:52:24 +0000 (16:52 +0000)]
ocaml: Remove llvm.
LLVM bindings require ocaml-ctypes, which is not packaged.
Richard W.M. Jones [Mon, 2 Mar 2015 13:30:47 +0000 (13:30 +0000)]
libguestfs: Don't hard-code SKIP_* variables.
Pull them out of the spec file instead.
Richard W.M. Jones [Mon, 2 Mar 2015 13:30:26 +0000 (13:30 +0000)]
fedora: Move fedora_* configuration into Config module.
Just code motion.
Richard W.M. Jones [Wed, 18 Feb 2015 12:32:27 +0000 (12:32 +0000)]
Add libguestfs to list of OCaml packages.
Richard W.M. Jones [Wed, 18 Feb 2015 12:32:17 +0000 (12:32 +0000)]
Enable zarith, disable llvm and plplot.
Richard W.M. Jones [Mon, 16 Feb 2015 14:40:51 +0000 (14:40 +0000)]
Ignore xen package at request of M.A.Young
Richard W.M. Jones [Mon, 16 Feb 2015 13:05:40 +0000 (13:05 +0000)]
OCaml 4.02.1 rebuild.
Richard W.M. Jones [Mon, 16 Feb 2015 13:04:32 +0000 (13:04 +0000)]
Block ocaml-zarith.
Richard W.M. Jones [Sat, 30 Aug 2014 12:39:03 +0000 (13:39 +0100)]
Unblock ocaml-camlimages, it *should* now build with compiler changes.
Richard W.M. Jones [Sat, 30 Aug 2014 12:38:45 +0000 (13:38 +0100)]
Rebuild for OCaml 4.02.0 final.
Richard W.M. Jones [Wed, 11 Feb 2015 15:16:21 +0000 (15:16 +0000)]
Add f22 branch.
Richard W.M. Jones [Mon, 15 Dec 2014 20:10:32 +0000 (20:10 +0000)]
Use 'make V=1' so we can see full commands being executed.
Richard W.M. Jones [Mon, 15 Dec 2014 20:10:18 +0000 (20:10 +0000)]
Fix comment.
Richard W.M. Jones [Sat, 18 Oct 2014 08:46:15 +0000 (09:46 +0100)]
Update branches for new 1.28/1.29 stable/development split.
Richard W.M. Jones [Tue, 26 Aug 2014 21:10:39 +0000 (22:10 +0100)]
Unblock gappalib-coq and frama-c (thanks Jerry James).
Richard W.M. Jones [Sun, 24 Aug 2014 08:38:44 +0000 (09:38 +0100)]
Unblock some packages.
Richard W.M. Jones [Sun, 24 Aug 2014 08:38:15 +0000 (09:38 +0100)]
Don't confirm changes to the spec file.
Richard W.M. Jones [Sun, 24 Aug 2014 08:37:23 +0000 (09:37 +0100)]
Don't bother doing local rebuilds.
Richard W.M. Jones [Fri, 22 Aug 2014 19:06:54 +0000 (20:06 +0100)]
Rebuild everything for ocaml-4.02.0+rc1
Richard W.M. Jones [Tue, 19 Aug 2014 17:49:52 +0000 (18:49 +0100)]
Block ocaml-camlimages.
Richard W.M. Jones [Tue, 19 Aug 2014 07:56:50 +0000 (08:56 +0100)]
Add virt-dmesg.
Richard W.M. Jones [Mon, 18 Aug 2014 09:15:26 +0000 (10:15 +0100)]
Unblock ocaml-omake, ocaml-preludeml.
Richard W.M. Jones [Sun, 17 Aug 2014 20:58:04 +0000 (21:58 +0100)]
Remove block on ocaml-lwt, add guestfs-browser.
Richard W.M. Jones [Sat, 9 Aug 2014 16:57:19 +0000 (17:57 +0100)]
Enable cduce.
Richard W.M. Jones [Wed, 6 Aug 2014 07:58:30 +0000 (08:58 +0100)]
OCaml: Add flocq to build script (requested by Jerry James).
Richard W.M. Jones [Sat, 2 Aug 2014 19:24:06 +0000 (20:24 +0100)]
A few more changes to the package list.
Richard W.M. Jones [Sat, 2 Aug 2014 16:03:42 +0000 (17:03 +0100)]
Add virt-top to the list of packages to rebuild.
It's a binary, not a library, but for aarch64 I'd very much like to
kick off a build to check that it can be built.
Richard W.M. Jones [Sat, 2 Aug 2014 16:03:25 +0000 (17:03 +0100)]
Give an indication of how many packages we have compiled/how many to go.
Richard W.M. Jones [Sat, 2 Aug 2014 12:44:24 +0000 (13:44 +0100)]
block gappalib-coq
Richard W.M. Jones [Sat, 2 Aug 2014 12:03:17 +0000 (13:03 +0100)]
cduce broken again with latest 4.02
Richard W.M. Jones [Sat, 2 Aug 2014 07:40:43 +0000 (08:40 +0100)]
Unset MAKEFLAGS so it doesn't affect local builds.
Richard W.M. Jones [Fri, 1 Aug 2014 20:56:04 +0000 (21:56 +0100)]
Sort the packages that we build smartly.
Richard W.M. Jones [Fri, 1 Aug 2014 17:07:48 +0000 (18:07 +0100)]
Re-enable cduce builds.
Richard W.M. Jones [Fri, 1 Aug 2014 17:01:24 +0000 (18:01 +0100)]
Do 'yum clean all' before yum-builddep.
Since the Koji repo changes frequently.
Richard W.M. Jones [Fri, 1 Aug 2014 16:56:00 +0000 (17:56 +0100)]
Remove bitstring, findlib, camlidl from non-built package lists.
Richard W.M. Jones [Fri, 1 Aug 2014 15:22:34 +0000 (16:22 +0100)]
Rebuild everything against ocaml-4.02.0-0.8.git10e45753.fc22.
Richard W.M. Jones [Fri, 1 Aug 2014 15:05:14 +0000 (16:05 +0100)]
frama-c also fails to build.
Richard W.M. Jones [Fri, 1 Aug 2014 09:33:39 +0000 (10:33 +0100)]
Update Fedora OCaml rebuild.
Richard W.M. Jones [Sun, 27 Jul 2014 10:27:48 +0000 (11:27 +0100)]
libguestfs: disable golang
Richard W.M. Jones [Wed, 23 Jul 2014 21:10:49 +0000 (22:10 +0100)]
More Fedora OCaml 4.02 beta build failures.
Richard W.M. Jones [Tue, 22 Jul 2014 19:21:18 +0000 (20:21 +0100)]
More progress in Fedora OCaml 4.02 rebuild.
Richard W.M. Jones [Mon, 21 Jul 2014 17:47:00 +0000 (18:47 +0100)]
libguestfs: fedora: Remove F18, add F21 branches.
Richard W.M. Jones [Mon, 21 Jul 2014 15:46:02 +0000 (16:46 +0100)]
Fedora OCaml rebuild: More blocked and ignored packages.
Richard W.M. Jones [Mon, 21 Jul 2014 10:18:44 +0000 (11:18 +0100)]
Allow packages to be "blocked" or "ignored".
blocked -> The package, and any package which depends on it, is
not rebuilt.
ignored -> The package is treated as if it has been rebuilt.
Richard W.M. Jones [Mon, 21 Jul 2014 10:18:25 +0000 (11:18 +0100)]
Always pull packages from a named local repo.
Richard W.M. Jones [Sat, 12 Jul 2014 18:50:08 +0000 (19:50 +0100)]
Fedora OCaml rebuild for OCaml 4.02.0 beta in Rawhide.
Richard W.M. Jones [Wed, 2 Jul 2014 12:21:43 +0000 (13:21 +0100)]
libguestfs now needs --enable-werror to enable warning errors.
Richard W.M. Jones [Thu, 12 Jun 2014 21:17:10 +0000 (22:17 +0100)]
libguestfs: Don't copy builder *.xz files into download dir.
Causes more trouble than it is worth. We will just add them to the
websites git tree instead.
Richard W.M. Jones [Thu, 27 Mar 2014 11:59:04 +0000 (11:59 +0000)]
New libguestfs 1.26 branch.
Richard W.M. Jones [Sat, 8 Mar 2014 14:46:33 +0000 (14:46 +0000)]
Use supermin4 binary when compiling libguestfs <= 1.24.
Richard W.M. Jones [Sat, 21 Dec 2013 07:15:22 +0000 (07:15 +0000)]
F19 built by hand.
Richard W.M. Jones [Mon, 2 Dec 2013 14:45:09 +0000 (14:45 +0000)]
libguestfs: Hacky rules to make sure po-docs are updated.
Richard W.M. Jones [Fri, 8 Nov 2013 16:15:57 +0000 (16:15 +0000)]
libguestfs: fedora: F20 is being built by hand at the moment.
Richard W.M. Jones [Fri, 18 Oct 2013 17:00:42 +0000 (18:00 +0100)]
Add Fedora 20 tracking stable-1.24 branch.
Richard W.M. Jones [Thu, 17 Oct 2013 18:40:15 +0000 (19:40 +0100)]
libguestfs: fedora: Build branches oldest first.
Richard W.M. Jones [Fri, 11 Oct 2013 14:36:36 +0000 (15:36 +0100)]
Ignore *.log files.
Richard W.M. Jones [Fri, 11 Oct 2013 14:36:06 +0000 (15:36 +0100)]
libguestfs: Disable valgrind-daemon since we're supposed to be testing production code.
Richard W.M. Jones [Thu, 10 Oct 2013 14:55:41 +0000 (15:55 +0100)]
libguestfs: Do f20 releases by hand.
Richard W.M. Jones [Thu, 10 Oct 2013 14:55:17 +0000 (15:55 +0100)]
libguestfs: Website directory has moved, and it's now a git repo not CVS.
Richard W.M. Jones [Mon, 7 Oct 2013 12:52:35 +0000 (13:52 +0100)]
libguestfs: Make sure timestamps aren't changed on the builder templates.
It confuses CVS ...
Richard W.M. Jones [Mon, 7 Oct 2013 12:52:18 +0000 (13:52 +0100)]
Factor out 'git fetch' into a separate goal.
Richard W.M. Jones [Fri, 4 Oct 2013 08:06:44 +0000 (09:06 +0100)]
libguestfs_upload: Copy builder templates in when making website.
Richard W.M. Jones [Thu, 3 Oct 2013 17:43:07 +0000 (18:43 +0100)]
Add libguestfs_fedora script to manage Fedora builds.
Richard W.M. Jones [Sat, 28 Sep 2013 11:22:40 +0000 (12:22 +0100)]
Enable uploading.
Richard W.M. Jones [Sat, 28 Sep 2013 07:14:05 +0000 (08:14 +0100)]
Publish "commit" and "release" goals.
You can now do:
./libguestfs_upstream commit [branch] <commit>
./libguestfs_upstream release <version>
Richard W.M. Jones [Sat, 28 Sep 2013 07:13:39 +0000 (08:13 +0100)]
Use onrun handler to perform memory_set.
And fix a few places where we forgot to do memory_set.
Richard W.M. Jones [Sat, 28 Sep 2013 07:13:14 +0000 (08:13 +0100)]
Fix creation of localenv in all goals.
Richard W.M. Jones [Thu, 26 Sep 2013 21:38:09 +0000 (22:38 +0100)]
Implement logging.
Richard W.M. Jones [Thu, 26 Sep 2013 21:37:48 +0000 (22:37 +0100)]
Implement 'make clean' rule.