Skip to content

Commit

Permalink
Move to EGI-Federation (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc authored May 17, 2021
1 parent 5ab7609 commit ad0e389
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"license": "Apache-2.0",
"description": "<ul> <li>Migrate from travis to GitHub Actions (#195, #198) (Enol Fernández)</li> <li>Reformatted code with black (#196) (Enol Fernández)</li> <li>Move templates inside the module (#194) (Enol Fernández)</li> <li>Publish project name and project domain name (#190) (Enol Fernández)</li> <li>Improve py3 compatibility (#189, #192) (Enol Fernández)</li> <li>Add EOSC-hub funding acknowledgement as requested by project (#188) (Enol Fernández)</li> <li>Update list of requirements for CentOS7 RPM building (#183) (Pablo Orviz)</li> </ul> ",
"language": "eng",
"title": "EGI-Foundation/cloud-info-provider: 0.12.1",
"title": "EGI-Federation/cloud-info-provider: 0.12.1",
"keywords": [
"bdii",
"grid",
Expand Down Expand Up @@ -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"
},
{
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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`.
Expand Down Expand Up @@ -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 .
```
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <pr number>
Expand Down
4 changes: 2 additions & 2 deletions debs/cloud-info-provider-opennebula/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Source: python-cloud-info-provider-opennebula
Section: net
Priority: extra
Maintainer: EGI Federated Cloud <[email protected]>
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
Expand Down
4 changes: 2 additions & 2 deletions debs/cloud-info-provider-openstack/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Source: python-cloud-info-provider-openstack
Section: net
Priority: extra
Maintainer: EGI Federated Cloud <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion rpm/cloud-info-provider-opennebula.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/cloud-info-provider-openstack.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rpm/cloud-info-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ad0e389

Please sign in to comment.