From ad0e3894fd72da2b9da6778d65795c7b2c938204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enol=20Fern=C3=A1ndez?= Date: Mon, 17 May 2021 10:56:03 +0100 Subject: [PATCH] Move to EGI-Federation (#226) --- .github/workflows/pre-release.yml | 4 ++-- .zenodo.json | 4 ++-- README.md | 14 +++++++------- RELEASING.md | 4 ++-- debs/cloud-info-provider-opennebula/debian/control | 4 ++-- debs/cloud-info-provider-openstack/debian/control | 4 ++-- rpm/cloud-info-provider-opennebula.spec | 2 +- rpm/cloud-info-provider-openstack.spec | 2 +- rpm/cloud-info-provider.spec | 2 +- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 7d1ee2d92..7a7cca4c1 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -77,8 +77,8 @@ jobs: tr -s "\n" " ") jq ".version = \"${{ steps.changelog.outputs.version }}\" | \ - .title = \"EGI-Foundation/cloud-info-provider: ${{ steps.changelog.outputs.version }}\" | \ - .related_identifiers[0].identifier = \"https://github.com/EGI-Foundation/cloud-info-provider/tree/${{ steps.changelog.outputs.version }}\" | \ + .title = \"EGI-Federation/cloud-info-provider: ${{ steps.changelog.outputs.version }}\" | \ + .related_identifiers[0].identifier = \"https://github.com/EGI-Federation/cloud-info-provider/tree/${{ steps.changelog.outputs.version }}\" | \ .publication_date = \"$(date '+%Y-%m-%d')\" | \ .description = \"$zenodo_changes\"" < .zenodo.json > .zenodo.json.new mv .zenodo.json.new .zenodo.json diff --git a/.zenodo.json b/.zenodo.json index c1029e0ee..116d8e0b6 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -2,7 +2,7 @@ "license": "Apache-2.0", "description": " ", "language": "eng", - "title": "EGI-Foundation/cloud-info-provider: 0.12.1", + "title": "EGI-Federation/cloud-info-provider: 0.12.1", "keywords": [ "bdii", "grid", @@ -73,7 +73,7 @@ "related_identifiers": [ { "scheme": "url", - "identifier": "https://github.com/EGI-Foundation/cloud-info-provider/tree/0.12.1", + "identifier": "https://github.com/EGI-Federation/cloud-info-provider/tree/0.12.1", "relation": "isSupplementTo" }, { diff --git a/README.md b/README.md index 4813c1140..75b62ceb3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Cloud Information provider -[![BuildStatus](https://travis-ci.org/EGI-Foundation/cloud-info-provider.svg?branch=master)](https://travis-ci.org/EGI-Foundation/cloud-info-provider) -[![Coveralls](https://img.shields.io/coveralls/EGI-Foundation/cloud-info-provider.svg)](https://coveralls.io/github/EGI-Foundation/cloud-info-provider) -[![GitHub release](https://img.shields.io/github/release/EGI-Foundation/cloud-info-provider.svg)](https://github.com/EGI-Foundation/cloud-info-provider/releases) +[![Packaging](https://github.com/EGI-Federation/cloud-info-provider/actions/workflows/packages/badge.svg) +[![Python tests](https://github.com/EGI-Federation/cloud-info-provider/actions/workflows/python/badge.svg) +[![GitHub release](https://img.shields.io/github/release/EGI-Federation/cloud-info-provider.svg)](https://github.com/EGI-Federation/cloud-info-provider/releases) The Cloud Information provider generates a representation of cloud resources, that can be published by different systems, like a BDII (using the provided LDIF @@ -30,7 +30,7 @@ This work is co-funded by the [EOSC-hub project](http://eosc-hub.eu/) ### From binaries Packages are always attached to the -[releases page in GitHub](https://github.com/EGI-Foundation/cloud-info-provider/releases) +[releases page in GitHub](https://github.com/EGI-Federation/cloud-info-provider/releases) and after they are made available at [EGI's AppDB](https://appdb.egi.eu/store/software/cloud.info.provider). AppDB providers package repositores ready to be used with `yum` or `apt`. @@ -88,7 +88,7 @@ sudo chmod g+rwx /etc/cloud-info-provider ``` ```sh -git clone https://github.com/EGI-Foundation/cloud-info-provider +git clone https://github.com/EGI-Federation/cloud-info-provider cd cloud-info-provider pip install . ``` @@ -119,7 +119,7 @@ The version is set according to the repository information (tags, commits,...). ```sh # Checkout tag to be packaged -git clone https://github.com/EGI-Foundation/cloud-info-provider.git +git clone https://github.com/EGI-Federation/cloud-info-provider.git cd cloud-info-provider git checkout X.X.X # Create a source tarball @@ -148,7 +148,7 @@ The RPM will be available into the `~/rpmbuild` directory. ```sh # Checkout tag to be packaged -git clone https://github.com/EGI-Foundation/cloud-info-provider.git +git clone https://github.com/EGI-Federation/cloud-info-provider.git cd cloud-info-provider git checkout X.X.X mkdir -p ~/debs/xenial diff --git a/RELEASING.md b/RELEASING.md index 5794948be..72db53d70 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -40,7 +40,7 @@ git checkout master git tag --list --sort version:refname # Compare latest tag (0.8.3 here) with master # Using GitHub -git compare EGI-Foundation 0.8.3..master +git compare EGI-Federation 0.8.3..master # Using CLI git log --abbrev-commit 0.8.3..master # Prepare a PR to prepare version (0.9.0 here) @@ -68,7 +68,7 @@ curl \ -X POST \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token $GITHUB_TOKEN" \ - https://api.github.com/repos/EGI-Foundation/cloud-info-provider/dispatches \ + https://api.github.com/repos/EGI-Federation/cloud-info-provider/dispatches \ -d '{"event_type":"release"}' # Merge PR gh pr merge --squash diff --git a/debs/cloud-info-provider-opennebula/debian/control b/debs/cloud-info-provider-opennebula/debian/control index dc2017399..4939323f1 100644 --- a/debs/cloud-info-provider-opennebula/debian/control +++ b/debs/cloud-info-provider-opennebula/debian/control @@ -2,11 +2,11 @@ Source: python-cloud-info-provider-opennebula Section: net Priority: extra Maintainer: EGI Federated Cloud -Homepage: http://github.com/EGI-Foundation/cloud-info-provider +Homepage: http://github.com/EGI-Federation/cloud-info-provider Build-Depends: debhelper (>= 7.0.50) Standards-Version: 3.9.6 -Vcs-Git: https://github.com/EGI-Foundation/cloud-info-provider.git +Vcs-Git: https://github.com/EGI-Federation/cloud-info-provider.git Package: python-cloud-info-provider-opennebula Architecture: all diff --git a/debs/cloud-info-provider-openstack/debian/control b/debs/cloud-info-provider-openstack/debian/control index 947665ae7..b0488af37 100644 --- a/debs/cloud-info-provider-openstack/debian/control +++ b/debs/cloud-info-provider-openstack/debian/control @@ -2,11 +2,11 @@ Source: python-cloud-info-provider-openstack Section: net Priority: extra Maintainer: EGI Federated Cloud -Homepage: http://github.com/EGI-Foundation/cloud-info-provider +Homepage: http://github.com/EGI-Federation/cloud-info-provider Build-Depends: debhelper (>= 7.0.50) Standards-Version: 3.9.6 -Vcs-Git: https://github.com/EGI-Foundation/cloud-info-provider.git +Vcs-Git: https://github.com/EGI-Federation/cloud-info-provider.git Package: python-cloud-info-provider-openstack Architecture: all diff --git a/rpm/cloud-info-provider-opennebula.spec b/rpm/cloud-info-provider-opennebula.spec index c51c7fa6d..995a8529c 100644 --- a/rpm/cloud-info-provider-opennebula.spec +++ b/rpm/cloud-info-provider-opennebula.spec @@ -8,7 +8,7 @@ Version: 0.12.1 Release: 1%{?dist} Group: Applications/Internet License: Apache Software License 2.0 -URL: https://github.com/EGI-Foundation/cloud-info-provider +URL: https://github.com/EGI-Federation/cloud-info-provider Requires: cloud-info-provider # OpenNebula-specific dependencies diff --git a/rpm/cloud-info-provider-openstack.spec b/rpm/cloud-info-provider-openstack.spec index b4bebf331..7120cb04a 100644 --- a/rpm/cloud-info-provider-openstack.spec +++ b/rpm/cloud-info-provider-openstack.spec @@ -8,7 +8,7 @@ Version: 0.12.1 Release: 1%{?dist} Group: Applications/Internet License: Apache Software License 2.0 -URL: https://github.com/EGI-Foundation/cloud-info-provider +URL: https://github.com/EGI-Federation/cloud-info-provider Requires: cloud-info-provider # OpenStack-specific dependencies diff --git a/rpm/cloud-info-provider.spec b/rpm/cloud-info-provider.spec index 9af9009fa..e867aed5e 100644 --- a/rpm/cloud-info-provider.spec +++ b/rpm/cloud-info-provider.spec @@ -10,7 +10,7 @@ Version: 0.12.1 Release: 1%{?dist} Group: Applications/Internet License: Apache Software License 2.0 -URL: https://github.com/EGI-Foundation/cloud-info-provider +URL: https://github.com/EGI-Federation/cloud-info-provider Source: cloud_info_provider-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)