Removed some cruft.
Removed builddeb.sh - we don't use it. Removed a reference to pep8 skipping vcsversion due to bzr bug. Updated sqlalchemy in the pip-requires to allow/use 0.7.1 or later to match Nova installs. Change-Id: I2da2b39efd0b1b192a490509a44cb1f641b86092
This commit is contained in:
parent
a805a281f4
commit
6eb2831459
19
builddeb.sh
19
builddeb.sh
@ -1,19 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright 2010 OpenStack, LLC
|
||||
# All Rights Reserved.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||
# not use this file except in compliance with the License. You may obtain
|
||||
# a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
dpkg-buildpackage -b -rfakeroot -tc -uc -D
|
||||
|
@ -50,13 +50,6 @@ function run_tests {
|
||||
|
||||
function run_pep8 {
|
||||
echo "Running pep8 ..."
|
||||
# FIXME(sirp): bzr version-info is not currently pep-8. This was fixed with
|
||||
# lp701898 [1], however, until that version of bzr becomes standard, I'm just
|
||||
# excluding the vcsversion.py file
|
||||
#
|
||||
# [1] https://bugs.launchpad.net/bzr/+bug/701898
|
||||
#
|
||||
PEP8_EXCLUDE=vcsversion.py
|
||||
PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-pep8 --show-source"
|
||||
PEP8_INCLUDE="bin/* glance tools setup.py run_tests.py"
|
||||
${wrapper} pep8 $PEP8_OPTIONS $PEP8_INCLUDE
|
||||
|
@ -1,5 +1,5 @@
|
||||
greenlet>=0.3.1
|
||||
SQLAlchemy>=0.6.3,<0.7
|
||||
SQLAlchemy>=0.7.1
|
||||
pep8==0.6.1
|
||||
pylint==0.19
|
||||
anyjson
|
||||
@ -15,8 +15,7 @@ argparse
|
||||
mox
|
||||
boto
|
||||
swift
|
||||
sqlalchemy-migrate>=0.6,<0.7
|
||||
bzr
|
||||
sqlalchemy-migrate>=0.7.1
|
||||
httplib2
|
||||
xattr>=0.6.0
|
||||
kombu
|
||||
|
Loading…
Reference in New Issue
Block a user