[libvirt] [tck PATCH v2 0/3] Remove Test::AutoBuild leftovers

Andrea Bolognani posted 3 patches 5 years, 11 months ago
Only 2 patches received!
perl-Sys-Virt-TCK.spec.PL          |  3 +--
autobuild.sh => prepare-release.sh | 15 ++-------------
2 files changed, 3 insertions(+), 15 deletions(-)
rename autobuild.sh => prepare-release.sh (64%)
[libvirt] [tck PATCH v2 0/3] Remove Test::AutoBuild leftovers
Posted by Andrea Bolognani 5 years, 11 months ago
Changes from [v1]:

* rename the script instead of dropping it;

* perform some further clean ups.


[v1] https://www.redhat.com/archives/libvir-list/2018-May/msg00218.html

Andrea Bolognani (3):
  maint: Rename autobuild.sh to prepare-release.sh
  prepare-release: Drop references to Test::AutoBuild
  spec: Drop %{extra_release}

 perl-Sys-Virt-TCK.spec.PL          |  3 +--
 autobuild.sh => prepare-release.sh | 15 ++-------------
 2 files changed, 3 insertions(+), 15 deletions(-)
 rename autobuild.sh => prepare-release.sh (64%)

-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [tck PATCH v2 0/3] Remove Test::AutoBuild leftovers
Posted by Laine Stump 5 years, 11 months ago
On 05/04/2018 10:14 AM, Andrea Bolognani wrote:
> Changes from [v1]:
>
> * rename the script instead of dropping it;
>
> * perform some further clean ups.
>
>
> [v1] https://www.redhat.com/archives/libvir-list/2018-May/msg00218.html
>
> Andrea Bolognani (3):
>   maint: Rename autobuild.sh to prepare-release.sh
>   prepare-release: Drop references to Test::AutoBuild
>   spec: Drop %{extra_release}
>
>  perl-Sys-Virt-TCK.spec.PL          |  3 +--
>  autobuild.sh => prepare-release.sh | 15 ++-------------
>  2 files changed, 3 insertions(+), 15 deletions(-)
>  rename autobuild.sh => prepare-release.sh (64%)
>

Reviewed-by: Laine Stump <laine@laine.org>


(for the series).


I'm so glad that you just renamed my cheese instead of removing it :-)

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
[libvirt] [tck PATCH v2 1/3] maint: Rename autobuild.sh to prepare-release.sh
Posted by Andrea Bolognani 5 years, 11 months ago
The script was originally used by the Test::AutoBuild
project to perform periodic automatic builds; however, that
effort has been abandoned a long time ago, and these days
libvirt-tck CI builds are happening on the Jenkins-based
CentOS CI environment under the libvirt umbrella[1], where
build recipes are maintained separately from the projects
themselves.

The script is still used to prepare releases, so it can't
be dropped from the repository: rename it so that its
purpose is more clearly communicated instead.

[1] https://ci.centos.org/view/libvirt/

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 autobuild.sh => prepare-release.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename autobuild.sh => prepare-release.sh (100%)

diff --git a/autobuild.sh b/prepare-release.sh
similarity index 100%
rename from autobuild.sh
rename to prepare-release.sh
-- 
2.17.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list