-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add license header and fix integration test
Change-Id: I45f501beb8876a7abdfd9827772b5e08b059ace6
- Loading branch information
1 parent
86a7419
commit 8a89744
Showing
9 changed files
with
106 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ package-configs: | |
# templates using rpmfactory's repositories | ||
rpmfactory-core: | ||
name: openstack-%(project)s | ||
upstream: git://git.openstack.org/openstack/%(project)s | ||
upstream: https://git.openstack.org/openstack/%(project)s | ||
# distgit: http://review.rdoproject.org/r/p/openstack/%(project)s-distgit.git | ||
distgit: https://github.com/rdo-packages/%(project)s-distgit.git | ||
patches: http://review.rdoproject.org/r/p/openstack/%(project)s.git | ||
|
@@ -136,7 +136,7 @@ package-configs: | |
- [email protected] | ||
rpmfactory-client: | ||
name: python-%(project)s | ||
upstream: git://git.openstack.org/openstack/python-%(project)s | ||
upstream: https://git.openstack.org/openstack/python-%(project)s | ||
# distgit: http://review.rdoproject.org/r/p/openstack/%(project)s-distgit.git | ||
distgit: https://github.com/rdo-packages/%(project)s-distgit.git | ||
patches: http://review.rdoproject.org/r/p/openstack/%(project)s.git | ||
|
@@ -149,7 +149,7 @@ package-configs: | |
- [email protected] | ||
rpmfactory-lib: | ||
name: python-%(project)s | ||
upstream: git://git.openstack.org/openstack/%(project)s | ||
upstream: https://git.openstack.org/openstack/%(project)s | ||
# distgit: http://review.rdoproject.org/r/p/openstack/%(project)s-distgit.git | ||
distgit: https://github.com/rdo-packages/%(project)s-distgit.git | ||
patches: http://review.rdoproject.org/r/p/openstack/%(project)s.git | ||
|
@@ -163,7 +163,7 @@ package-configs: | |
- [email protected] | ||
rpmfactory-puppet: | ||
name: '%(project)s' | ||
upstream: git://git.openstack.org/openstack/%(project)s | ||
upstream: https://git.openstack.org/openstack/%(project)s | ||
# distgit: http://review.rdoproject.org/r/p/puppet/%(project)s-distgit.git | ||
distgit: https://github.com/rdo-packages/%(project)s-distgit.git | ||
patches: http://review.rdoproject.org/r/p/puppet/%(project)s.git | ||
|
@@ -186,7 +186,7 @@ package-configs: | |
rpmfactory-tempest-plugin: | ||
# Name and Project will be defined. | ||
name: '%(project)s' | ||
upstream: git://git.openstack.org/openstack/%(project)s | ||
upstream: https://git.openstack.org/openstack/%(project)s | ||
# distgit: http://review.rdoproject.org/r/p/openstack/%(project)s-distgit.git | ||
distgit: https://github.com/rdo-packages/%(project)s-distgit.git | ||
patches: http://review.rdoproject.org/r/p/openstack/%(project)s.git | ||
|
@@ -204,7 +204,7 @@ package-configs: | |
pike: | ||
rpm-packaging: | ||
name: '%(project)s' | ||
upstream: git://git.openstack.org/openstack/%(project)s.git | ||
upstream: https://git.openstack.org/openstack/%(project)s.git | ||
distgit: https://github.com/openstack/rpm-packaging | ||
distgit-path: /openstack/%(project)s | ||
master-distgit: https://github.com/openstack/rpm-packaging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters