X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=libguestfs_upstream.ml;h=06bf83b7c0bab5b8ea1baa3d7764270b8796ee64;hb=2b5c3a7099d0ef718c466be184eec162f7030eb5;hp=42f9897a63b7316345adc4470b8c936c6f7d94e0;hpb=bc69fe39242ab6ff5f345f8c1942ab3b9cbc5167;p=goaljobs-goals.git diff --git a/libguestfs_upstream.ml b/libguestfs_upstream.ml index 42f9897..06bf83b 100644 --- a/libguestfs_upstream.ml +++ b/libguestfs_upstream.ml @@ -100,7 +100,7 @@ and website_built version = " buildtmp version.tarball version.package_version (quote (libguestfs_localconfigure `Tarball)) - (quote libguestfs_localenv) + (quote (libguestfs_localenv (supermin version))) (quote libguestfs_website_repo) (* Goal: the tarball has passed the required set of tests before @@ -127,7 +127,7 @@ and tarball_tested version = " buildtmp version.tarball version.package_version (quote (libguestfs_localconfigure `Tarball)) - (quote libguestfs_localenv) + (quote (libguestfs_localenv (supermin version))) (* Goal: the tarball has been created from git. *) and tarball_created version = @@ -160,7 +160,7 @@ and tarball_created version = " repodir version.version (quote (libguestfs_localconfigure `Git)) - (quote libguestfs_localenv) + (quote (libguestfs_localenv (supermin version))) version.tarball buildtmp version.tarball (* Goal: test a commit. *) @@ -194,7 +194,7 @@ and commit_tested branch commit = " repodir commit (quote (libguestfs_localconfigure `Git)) - (quote libguestfs_localenv) + (quote (libguestfs_localenv None)) and repo_up_to_date branch = git_force branch