Summary
Provides services for discovering, registering, and retrieving virtual machine images. Glance has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image.
Versions
v2020.2.9999 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- USE flags
- mysql postgres sqlite swift
v2020.1.9999 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- USE flags
- doc mysql postgres sqlite swift
v21.0.0 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 x86 ~arm64
- USE flags
- mysql postgres sqlite swift
v20.0.1 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 x86 ~arm64
- USE flags
- mysql postgres sqlite swift
v20.0.0 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- amd64 x86 ~arm64
- USE flags
- doc mysql postgres sqlite swift
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- mysql
- Add mySQL Database support
- postgres
- Add support for the postgresql database
- sqlite
- Add support for sqlite - embedded sql database
- swift
- Adds swift storage support
python_targets
- python3_7
- Build with Python 3.7
- python3_8
- Build with Python 3.8
Dependencies
dev-python / pbr : Inject some useful and sensible default behaviors into setuptools
Runtime Dependencies
acct-group / glance : System group: glance
acct-user / glance : user for the glance openstack service
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / WSME : Simplify the writing of REST APIs, and extend them with additional protocols.
dev-python / alembic : database migrations tool, written by the author of SQLAlchemy
dev-python / castellan : Generic Key Manager interface for OpenStack
dev-python / cryptography : Library providing cryptographic recipes and primitives
dev-python / cursive : Cursive implements OpenStack-specific validation of digital signatures.
dev-python / debtcollector : Python deprecation patterns and strategies that collect technical debt
dev-python / defusedxml : XML bomb protection for Python stdlib modules, an xml serialiser
dev-python / eventlet : Highly concurrent networking library
dev-python / futurist : Useful additions to futures, from the future
dev-python / glance_store : A library for glance
dev-python / httplib2 : A comprehensive HTTP client library
dev-python / iso8601 : Simple module to parse ISO 8601 dates
dev-python / jsonschema : An implementation of JSON-Schema validation for Python
dev-python / keystoneauth : This package contains tools for authenticating to an OpenStack-based cloud.
dev-python / keystonemiddleware : A middleware for the OpenStack Keystone API
dev-python / os-win : Windows / Hyper-V library for OpenStack projects.
dev-python / oslo-concurrency : library for running multi-thread, multi-process applications
dev-python / oslo-config : Oslo Configuration API
dev-python / oslo-context : Helpers to maintain useful information about a request context
dev-python / oslo-db : OpenStack Common DB Code
dev-python / oslo-i18n : Oslo i18n library
dev-python / oslo-log : OpenStack logging config library, configuration for all openstack projects.
dev-python / oslo-messaging : Messaging API for RPC and notifications over different messaging transports
dev-python / oslo-middleware : Components injected into wsgi pipelines to intercept request/response flows.
dev-python / oslo-policy : Support for RBAC policy enforcement across all OpenStack services
dev-python / oslo-reports : generified reports for openstack
dev-python / oslo-upgradecheck : Oslo i18n library
dev-python / oslo-utils : Oslo Utility library
dev-python / osprofiler : OpenStack Profiler Library
dev-python / paste : Tools for using a Web Server Gateway Interface stack
dev-python / pastedeploy : Load, configure, and compose WSGI applications and servers
dev-python / pbr : Inject some useful and sensible default behaviors into setuptools
dev-python / prettytable : Easily displaying tabular data in a visually appealing ASCII table format
dev-python / psycopg : PostgreSQL database adapter for Python
dev-python / pymysql : Pure-Python MySQL Driver
dev-python / pyopenssl : Python interface to the OpenSSL library
dev-python / python-keystoneclient : Client Library for OpenStack Identity
dev-python / retrying : General-purpose retrying library
dev-python / routes : A re-implementation of Rails routes system, mapping URLs to Controllers/Actions
dev-python / setuptools : Collection of extensions to Distutils
dev-python / six : Python 2 and 3 compatibility library
dev-python / sqlalchemy : Python SQL toolkit and Object Relational Mapper
dev-python / sqlalchemy-migrate : SQLAlchemy Schema Migration Tools
dev-python / sqlparse : A non-validating SQL parser module for Python
dev-python / stevedore : Manage dynamic plugins for Python applications
dev-python / taskflow : A library to do [jobs, tasks, flows] in a HA manner using different backends
dev-python / webob : WSGI request and response object
Depending packages
sys-cluster / openstack-meta : A openstack meta-package for installing the various openstack pieces
Bugs
- 695686
- app-admin/glance-2019.1.9999 USE=doc - OSError: [Errno 2] No such file or directory: 'doc/build/html/.'
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
app-admin/glance: Stabilize 21.0.0 x86, #757660
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
app-admin/glance: Stabilize 21.0.0 amd64, #757660
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: remove doc build
Closes: https://bugs.gentoo.org/750113 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: VICTORIA
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: switch to DISTUTILS_USE_SETUPTOOLS=rdepend
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: add DISTUTILS_USE_SETUPTOOLS=bdepend
Closes: https://bugs.gentoo.org/745732 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 20.0.1 bump
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 20.0.1 bump
Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: remove train
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 19.0.3 bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 20.0.0 stable amd64/x86 for openstack ussuri
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 20.0.0 ussuri bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 19.0.2 stable amd64/x86 with cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move dev-python/{python-sqlparse → sqlparse}
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 19.0.2 bump
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Matthew Thode · gentoo
app-admin/glance: 19.0.1 stable amd64/x86
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 19.0.1 and 18.0.1 bump with change from user eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
app-admin/glance: Drop python2_7
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 19.0.0 allarches stablized
Stablized for Openstack Train Package-Manager: Portage-2.3.76, Repoman-2.3.18 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 19.0 and TRAIN
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: git sources cannot build docs (missing files)
Fixes: https://bugs.gentoo.org/695686 Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 18.0.0 allarches stablized
Stablized for Openstack Stein Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: STEIN release
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: STEIN
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: remove pike/queens
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: 17.0.0 stable amd64 and x86
Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
app-admin/glance: rocky bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
app-admin/glance: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Matthew Thode · gentoo
app-admin/glance: 16.0.1 stable with cleanup
Package-Manager: Portage-2.3.36, Repoman-2.3.9 - Matthew Thode · gentoo
app-admin/glance: 16.0.1 bup
Package-Manager: Portage-2.3.27, Repoman-2.3.9 - Matthew Thode · gentoo
app-admin/glance: amd64 and x86 stable QUEENS
Package-Manager: Portage-2.3.26, Repoman-2.3.7 - Matthew Thode · gentoo
app-admin/glance: 15.0.1 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Matthew Thode · gentoo
app-admin/glance: 16.0.0 bup QUEENS
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Matthew Thode · gentoo
app-admin/glance: QUEENS
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Matthew Thode · gentoo
app-admin/glance: 15.0.1 bup
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Matthew Thode · gentoo
app-admin/glance: remove ocata
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Matthew Thode · gentoo
app-admin/glance: cleanup newton
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Matthew Thode · gentoo
app-admin/glance: 15.0.0 stablized amd64 x86 under allarches - Matthew Thode · gentoo
app-admin/glance: update init script one last time
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Matthew Thode · gentoo
app-admin/glance: 15.0.0 bup PIKE
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthew Thode · gentoo
app-admin/glance: fixing i18n mask
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthew Thode · gentoo
app-admin/glance: PIKE
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthew Thode · gentoo
app-admin/glance: fixing bug 628548, new init
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthew Thode · gentoo
app-admin/glance: removing mitaka
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Matthew Thode · gentoo
stablize openstack ocata glance-14.0.0 x86 and amd64
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --force - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Matthew Thode · gentoo
app-admin/glance: fixing oslo-context dep
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Matthew Thode · gentoo
app-admin/glance: forgot the OCATA tag
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Matthew Thode · gentoo
app-admin/glance: OCATA
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Matthew Thode · gentoo
app-admin/glance: switch fully to python_install_all
Package-Manager: portage-2.3.0 - Matthew Thode · gentoo
Merge branch 'newton-stable' - Matthew Thode · gentoo
app-admin/glance: 13.0.0 stable amd64 and x86
Package-Manager: portage-2.3.0 - Pacho Ramos · gentoo
app-admin/glance: Support python 3.5
Package-Manager: portage-2.3.1 - Matthew Thode · gentoo
app-admin/glance: NEWTON :D
Package-Manager: portage-2.3.0 - Matthew Thode · gentoo
app-admin/glance: adding python3.4
Package-Manager: portage-2.3.0 - Matthew Thode · gentoo
openstack p2, newton is done, will add heat later - Matthew Thode · gentoo
clean up liberty openstack - Matthew Thode · gentoo
cleanup of liberty tags in openstack - Matthew Thode · gentoo
openstack mass stable for mitaka, x86 and amd64 for bug 582170 - Matthew Thode · gentoo
app-admin/glance: MITAKA release
Package-Manager: portage-2.2.26 - Matthew Thode · gentoo
app-admin/glance: fixing oslo-concurrency cap
Package-Manager: portage-2.2.26 - Matthew Thode · gentoo
app-admin/glance: MITAKA
Package-Manager: portage-2.2.26 - Matthew Thode · gentoo
app-admin/glance: cleanup
Package-Manager: portage-2.2.26 - Matthew Thode · gentoo
app-admin/glance: cleanup for bug 573844
Package-Manager: portage-2.2.26 - Agostino Sarubbo · gentoo
app-admin/glance: x86 stable wrt bug #573844
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-admin/glance: amd64 stable wrt bug #573844
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Matthew Thode · gentoo
app-admin/glance: fix bug 573844 CVE-2016-0757
Package-Manager: portage-2.2.26 - Matthew Thode · gentoo
app-admin/glance: fixing pyopenssl upper constraint to allow r9999 and below
Package-Manager: portage-2.2.26 - Matthew Thode · gentoo
clean up old openstack releases and mask xen for nova - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/717'. Fixes bug 572486.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Agostino Sarubbo · gentoo
app-admin/glance: amd64/x86 stable, (ALLARCHES policy) wrt bug #572642
Package-Manager: portage-2.2.26 Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-keep-build-timestamps-in-live-ebuild'
Pull request: https://github.com/gentoo/gentoo/pull/62 - Amadeusz Żołnowski · gentoo
Merge branch 'master' of git+ssh://git.gentoo.org/repo/gentoo - Matthew Thode · gentoo
removing the kilo tags
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Matthew Thode · gentoo
app-admin/glance: bup
Package-Manager: portage-2.2.24 - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/478'. - Matthew Thode · gentoo
app-admin/glance: bup
Package-Manager: portage-2.2.24 - Matthew Thode · gentoo
app-admin/glance: updating liberty caps
https://review.openstack.org/#/c/232918/35/upper-constraints.txt Package-Manager: portage-2.2.20.1 - Agostino Sarubbo · gentoo
app-admin/glance: x86 stable wrt bug #565742
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
app-admin/glance: amd64 stable wrt bug #565742
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Matthew Thode · gentoo
app-admin/glance: simplifying some >= <= deps to ~
Package-Manager: portage-2.2.20.1 - Justin Lecher · gentoo
app-admin/glance: Chop DESCRIPTION
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
app-admin/glance: Raise max version of dev-python/cryptography
Tested by upstream https://review.openstack.org/#/c/244199/ Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Matthew Thode · gentoo
Revert "app-admin/glance: Clean vulnerable version"
This reverts commit 1d56fda8ae8dbf384176751bb5f0530cc7b48aee. - Justin Lecher · gentoo
app-admin/glance: Bump to git-r3.eclass
QA shorten DESCRIPTION Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
app-admin/glance: Clean vulnerable version
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=562156 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Matthew Thode · gentoo
app-admin/glance: updating keystoneclient dep
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: actual liberty deps
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: adding caps to liberty
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: liberty tag
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: add pymysql test dep
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: actually install liberty
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: bumping to stable liberty
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: updating 2015.1.9999 deps
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: 2015.1.2 bup
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
app-admin/glance: cleaning up badness for bug 562156
Package-Manager: portage-2.2.20.1 - Agostino Sarubbo · gentoo
app-admin/glance: x86 stable wrt bug #562156
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
app-admin/glance: amd64 stable wrt bug #562156
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Matthew Thode · gentoo
app-admin/glance: fixing CVE-2015-5286
Package-Manager: portage-2.2.20.1 - Justin Lecher · gentoo
app-admin/glance: Set dev-python/Babel dep to upstreams setting
Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Matthew Thode · gentoo
app-admin/glance: removing bad glance for bug 561194
Package-Manager: portage-2.2.20.1 - Agostino Sarubbo · gentoo
app-admin/glance: x86 stable wrt bug #561194
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
app-admin/glance: amd64 stable wrt bug #561194
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Matthew Thode · gentoo
app-admin/glance: fixing CVE-2015-5251
Package-Manager: portage-2.2.20.1 - Matthew Thode · gentoo
project/openstack: cleaning up old ebuilds
Package-Manager: portage-2.2.20.1 - Justin Lecher · gentoo
Convert all URIs for launchpad.net from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Agostino Sarubbo · gentoo
dev-python/django-2015.1.1-r1: x86 stable wrt bug #557526
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" - Agostino Sarubbo · gentoo
dev-python/django-2015.1.1-r1: amd64 stable wrt bug #557526
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64" - Matthew Thode · gentoo
app-admin/glance: fixing CVE-2015-5163
CVE: CVE-2015-5163 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed