Removes the debian/ dir to support the split trunk/packaging approach.
This commit is contained in:
15
PKG-INFO
15
PKG-INFO
@@ -1,15 +0,0 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: swift
|
||||
Version: 1.0.1
|
||||
Summary: Swift
|
||||
Home-page: https://launchpad.net/swift
|
||||
Author: OpenStack, LLC.
|
||||
Author-email: UNKNOWN
|
||||
License: Apache License (2.0)
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Environment :: No Input/Output (Daemon)
|
||||
15
debian/changelog
vendored
15
debian/changelog
vendored
@@ -1,15 +0,0 @@
|
||||
swift (1.0.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Monty Taylor <mordred@inaugust.com> Mon, 19 Jul 2010 11:22:41 -0500
|
||||
|
||||
swift (1.0.0-1) unstable; urgency=low
|
||||
|
||||
[ Michael Barton ]
|
||||
* Initial release
|
||||
|
||||
[ Monty Taylor ]
|
||||
* Added docs to doc system.
|
||||
|
||||
-- Monty Taylor <mordred@inaugust.com> Wed, 14 Jul 2010 10:41:11 -0500
|
||||
1
debian/compat
vendored
1
debian/compat
vendored
@@ -1 +0,0 @@
|
||||
7
|
||||
85
debian/control
vendored
85
debian/control
vendored
@@ -1,85 +0,0 @@
|
||||
Source: swift
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Michael Barton <michael.barton@rackspace.com>
|
||||
Uploaders: Monty Taylor <mordred@inaugust.com>
|
||||
Build-Depends: debhelper (>= 7.0.50~),
|
||||
python-support (>= 0.90),
|
||||
python-openssl,
|
||||
python-setuptools,
|
||||
python-webob (>= 0.9.7.1~hg20100111-1~racklabs1),
|
||||
python-simplejson,
|
||||
python-xattr,
|
||||
net-tools,
|
||||
python-greenlet (>= 0.3.1),
|
||||
python-eventlet (>= 0.9.8),
|
||||
python-nose,
|
||||
python-sphinx
|
||||
Standards-Version: 3.8.4
|
||||
XS-Python-Version: >= 2.6
|
||||
Homepage: http://launchpad.net/swift
|
||||
|
||||
Package: swift
|
||||
Architecture: all
|
||||
Depends: python (>= 2.6), net-tools, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||
Provides: ${python:Provides}
|
||||
Description: Swift, a distributed virtual object store (common files)
|
||||
Swift, a distributed virtual object store.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
Package: swift-proxy
|
||||
Architecture: all
|
||||
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||
Provides: ${python:Provides}
|
||||
Description: The swift proxy server.
|
||||
The swift proxy server.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
Package: swift-object
|
||||
Architecture: all
|
||||
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||
Provides: ${python:Provides}
|
||||
Description: The swift object server.
|
||||
The swift object server.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
Package: swift-container
|
||||
Architecture: all
|
||||
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||
Provides: ${python:Provides}
|
||||
Description: The swift container server.
|
||||
The swift container server.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
Package: swift-account
|
||||
Architecture: all
|
||||
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||
Provides: ${python:Provides}
|
||||
Description: The swift account server.
|
||||
The swift account server.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
Package: swift-auth
|
||||
Architecture: all
|
||||
Depends: swift (=${Source-Version}), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||
Provides: ${python:Provides}
|
||||
Description: The swift auth server.
|
||||
The swift auth server.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
Package: swift-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${misc:Depends}
|
||||
Description: The swift documentation.
|
||||
Sphinx documentation for Swift.
|
||||
.
|
||||
Homepage: https://launchpad.net/swift
|
||||
|
||||
|
||||
20
debian/copyright
vendored
20
debian/copyright
vendored
@@ -1,20 +0,0 @@
|
||||
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
|
||||
Name: swift
|
||||
Source: https://code.launchpad.net/swift
|
||||
Files: *
|
||||
Copyright: 2010 OpenStack, LLC.
|
||||
License: Apache-2
|
||||
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.
|
||||
.
|
||||
On Debian-based systems the full text of the Apache version 2.0 license
|
||||
can be found in `/usr/share/common-licenses/Apache-2.0'.
|
||||
29
debian/rules
vendored
29
debian/rules
vendored
@@ -1,29 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
# Verbose mode
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
# clean sphinx build output
|
||||
override_dh_clean:
|
||||
dh_clean
|
||||
rm -rf doc/build/*
|
||||
|
||||
# build with sphinx documentation
|
||||
override_dh_auto_build:
|
||||
dh_auto_build
|
||||
python setup.py build_sphinx
|
||||
|
||||
override_dh_installinit:
|
||||
dh_installinit --no-start
|
||||
dh_installinit --no-start -pswift-container --init-script=swift-container-replicator
|
||||
dh_installinit --no-start -pswift-account --init-script=swift-account-replicator
|
||||
dh_installinit --no-start -pswift-account --init-script=swift-account-reaper
|
||||
dh_installinit --no-start -pswift-object --init-script=swift-object-auditor
|
||||
dh_installinit --no-start -pswift-container --init-script=swift-container-auditor
|
||||
dh_installinit --no-start -pswift-account --init-script=swift-account-auditor
|
||||
dh_installinit --no-start -pswift-object --init-script=swift-object-updater
|
||||
dh_installinit --no-start -pswift-object --init-script=swift-object-replicator
|
||||
dh_installinit --no-start -pswift-container --init-script=swift-container-updater
|
||||
1
debian/source/format
vendored
1
debian/source/format
vendored
@@ -1 +0,0 @@
|
||||
3.0 (quilt)
|
||||
1
debian/swift-account.docs
vendored
1
debian/swift-account.docs
vendored
@@ -1 +0,0 @@
|
||||
etc/account-server.conf-sample
|
||||
13
debian/swift-account.init
vendored
13
debian/swift-account.init
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-account-server
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift account server
|
||||
# Description: Account server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init account-server $1
|
||||
|
||||
4
debian/swift-account.install
vendored
4
debian/swift-account.install
vendored
@@ -1,4 +0,0 @@
|
||||
usr/bin/swift-account-server
|
||||
usr/bin/swift-account-replicator
|
||||
usr/bin/swift-account-auditor
|
||||
usr/bin/swift-account-reaper
|
||||
13
debian/swift-account.swift-account-auditor
vendored
13
debian/swift-account.swift-account-auditor
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-account-auditor
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift account auditor server
|
||||
# Description: Account auditor server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init account-auditor $1
|
||||
|
||||
13
debian/swift-account.swift-account-reaper
vendored
13
debian/swift-account.swift-account-reaper
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-account-reaper
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift account reaper server
|
||||
# Description: Account reaper for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init account-reaper $1
|
||||
|
||||
13
debian/swift-account.swift-account-replicator
vendored
13
debian/swift-account.swift-account-replicator
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-account-replicator
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift account replicator
|
||||
# Description: Account replicator for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init account-replicator $1
|
||||
|
||||
1
debian/swift-auth.docs
vendored
1
debian/swift-auth.docs
vendored
@@ -1 +0,0 @@
|
||||
etc/auth-server.conf-sample
|
||||
13
debian/swift-auth.init
vendored
13
debian/swift-auth.init
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-auth-server
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift auth server
|
||||
# Description: Auth server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init auth-server $1
|
||||
|
||||
3
debian/swift-auth.install
vendored
3
debian/swift-auth.install
vendored
@@ -1,3 +0,0 @@
|
||||
usr/bin/swift-auth-server
|
||||
usr/bin/swift-auth-create-account
|
||||
usr/bin/swift-auth-recreate-accounts
|
||||
1
debian/swift-container.docs
vendored
1
debian/swift-container.docs
vendored
@@ -1 +0,0 @@
|
||||
etc/container-server.conf-sample
|
||||
13
debian/swift-container.init
vendored
13
debian/swift-container.init
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-container-server
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift container server
|
||||
# Description: Container server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init container-server $1
|
||||
|
||||
4
debian/swift-container.install
vendored
4
debian/swift-container.install
vendored
@@ -1,4 +0,0 @@
|
||||
usr/bin/swift-container-server
|
||||
usr/bin/swift-container-replicator
|
||||
usr/bin/swift-container-auditor
|
||||
usr/bin/swift-container-updater
|
||||
13
debian/swift-container.swift-container-auditor
vendored
13
debian/swift-container.swift-container-auditor
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-container-auditor
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift container auditor server
|
||||
# Description: Container auditor server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init container-auditor $1
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-container-replicator
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift container replicator
|
||||
# Description: Container replicator for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init container-replicator $1
|
||||
|
||||
13
debian/swift-container.swift-container-updater
vendored
13
debian/swift-container.swift-container-updater
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-container-updater
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift container updater server
|
||||
# Description: Container updater server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init container-updater $1
|
||||
|
||||
9
debian/swift-doc.doc-base
vendored
9
debian/swift-doc.doc-base
vendored
@@ -1,9 +0,0 @@
|
||||
Document: swift-doc
|
||||
Title: Swift Documentation
|
||||
Author: OpenStack
|
||||
Abstract: Sphinx documentation for Swift
|
||||
Section: Network/File Transfer
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/swift-doc/html/index.html
|
||||
Files: /usr/share/doc/swift-doc/html/*
|
||||
1
debian/swift-doc.docs
vendored
1
debian/swift-doc.docs
vendored
@@ -1 +0,0 @@
|
||||
doc/build/html
|
||||
2
debian/swift-object.docs
vendored
2
debian/swift-object.docs
vendored
@@ -1,2 +0,0 @@
|
||||
etc/object-server.conf-sample
|
||||
etc/rsyncd.conf-sample
|
||||
13
debian/swift-object.init
vendored
13
debian/swift-object.init
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-object-server
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift object server
|
||||
# Description: Object server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init object-server $1
|
||||
|
||||
5
debian/swift-object.install
vendored
5
debian/swift-object.install
vendored
@@ -1,5 +0,0 @@
|
||||
usr/bin/swift-object-server
|
||||
usr/bin/swift-object-replicator
|
||||
usr/bin/swift-object-auditor
|
||||
usr/bin/swift-object-updater
|
||||
usr/bin/swift-object-info
|
||||
13
debian/swift-object.swift-object-auditor
vendored
13
debian/swift-object.swift-object-auditor
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-object-auditor
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift object auditor server
|
||||
# Description: Object auditor server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init object-auditor $1
|
||||
|
||||
13
debian/swift-object.swift-object-replicator
vendored
13
debian/swift-object.swift-object-replicator
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-object-replicator
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift object replicator server
|
||||
# Description: Object replicator server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init object-replicator $1
|
||||
|
||||
13
debian/swift-object.swift-object-updater
vendored
13
debian/swift-object.swift-object-updater
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-object-updater
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift object updater server
|
||||
# Description: Object updater server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init object-updater $1
|
||||
|
||||
1
debian/swift-proxy.docs
vendored
1
debian/swift-proxy.docs
vendored
@@ -1 +0,0 @@
|
||||
etc/proxy-server.conf-sample
|
||||
13
debian/swift-proxy.init
vendored
13
debian/swift-proxy.init
vendored
@@ -1,13 +0,0 @@
|
||||
#! /bin/sh
|
||||
### BEGIN INIT INFO
|
||||
# Provides: swift-proxy-server
|
||||
# Required-Start: $remote_fs
|
||||
# Required-Stop: $remote_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Swift proxy server
|
||||
# Description: Proxy server for swift.
|
||||
### END INIT INFO
|
||||
|
||||
/usr/bin/swift-init proxy-server $1
|
||||
|
||||
1
debian/swift-proxy.install
vendored
1
debian/swift-proxy.install
vendored
@@ -1 +0,0 @@
|
||||
usr/bin/swift-proxy-server
|
||||
2
debian/swift.docs
vendored
2
debian/swift.docs
vendored
@@ -1,2 +0,0 @@
|
||||
etc/stats.conf-sample
|
||||
etc/drive-audit.conf-sample
|
||||
8
debian/swift.install
vendored
8
debian/swift.install
vendored
@@ -1,8 +0,0 @@
|
||||
usr/bin/swift-init
|
||||
usr/bin/swift-ring-builder
|
||||
usr/bin/swift-get-nodes
|
||||
usr/bin/swift-stats-populate
|
||||
usr/bin/swift-stats-report
|
||||
usr/bin/swift-account-audit
|
||||
usr/bin/st
|
||||
usr/bin/swift-drive-audit
|
||||
8
debian/swift.postinst
vendored
8
debian/swift.postinst
vendored
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# there's probably a better way
|
||||
python -m compileall `python -c 'import swift;import os;print os.path.dirname(swift.__file__)'`
|
||||
if ! getent passwd swift > /dev/null ; then
|
||||
adduser --system --quiet --disabled-login --disabled-password --no-create-home --group swift
|
||||
fi
|
||||
|
||||
2
debian/watch
vendored
2
debian/watch
vendored
@@ -1,2 +0,0 @@
|
||||
version=3
|
||||
http://launchpad.net/swift/+download http://launchpad.net/swift/.*/swift-(.*)\.tar\.gz
|
||||
@@ -1,15 +0,0 @@
|
||||
Metadata-Version: 1.0
|
||||
Name: swift
|
||||
Version: 1.0.2
|
||||
Summary: Swift
|
||||
Home-page: https://launchpad.net/swift
|
||||
Author: OpenStack, LLC.
|
||||
Author-email: openstack-admins@lists.launchpad.net
|
||||
License: Apache License (2.0)
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Environment :: No Input/Output (Daemon)
|
||||
@@ -1,145 +0,0 @@
|
||||
.functests
|
||||
.probetests
|
||||
.unittests
|
||||
AUTHORS
|
||||
LICENSE
|
||||
MANIFEST.in
|
||||
README
|
||||
setup.cfg
|
||||
setup.py
|
||||
bin/st
|
||||
bin/swift-account-audit
|
||||
bin/swift-account-auditor
|
||||
bin/swift-account-reaper
|
||||
bin/swift-account-replicator
|
||||
bin/swift-account-server
|
||||
bin/swift-auth-create-account
|
||||
bin/swift-auth-recreate-accounts
|
||||
bin/swift-auth-server
|
||||
bin/swift-container-auditor
|
||||
bin/swift-container-replicator
|
||||
bin/swift-container-server
|
||||
bin/swift-container-updater
|
||||
bin/swift-drive-audit
|
||||
bin/swift-get-nodes
|
||||
bin/swift-init
|
||||
bin/swift-object-auditor
|
||||
bin/swift-object-info
|
||||
bin/swift-object-replicator
|
||||
bin/swift-object-server
|
||||
bin/swift-object-updater
|
||||
bin/swift-proxy-server
|
||||
bin/swift-ring-builder
|
||||
bin/swift-stats-populate
|
||||
bin/swift-stats-report
|
||||
doc/Makefile
|
||||
doc/source/account.rst
|
||||
doc/source/auth.rst
|
||||
doc/source/conf.py
|
||||
doc/source/container.rst
|
||||
doc/source/db.rst
|
||||
doc/source/development_guidelines.rst
|
||||
doc/source/development_saio.rst
|
||||
doc/source/getting_started.rst
|
||||
doc/source/index.rst
|
||||
doc/source/misc.rst
|
||||
doc/source/object.rst
|
||||
doc/source/overview_architecture.rst
|
||||
doc/source/overview_auth.rst
|
||||
doc/source/overview_reaper.rst
|
||||
doc/source/overview_replication.rst
|
||||
doc/source/overview_ring.rst
|
||||
doc/source/proxy.rst
|
||||
doc/source/ring.rst
|
||||
doc/source/_static/basic.css
|
||||
doc/source/_static/default.css
|
||||
etc/account-server.conf-sample
|
||||
etc/auth-server.conf-sample
|
||||
etc/container-server.conf-sample
|
||||
etc/drive-audit.conf-sample
|
||||
etc/object-server.conf-sample
|
||||
etc/proxy-server.conf-sample
|
||||
etc/rsyncd.conf-sample
|
||||
etc/stats.conf-sample
|
||||
swift/__init__.py
|
||||
swift.egg-info/PKG-INFO
|
||||
swift.egg-info/SOURCES.txt
|
||||
swift.egg-info/dependency_links.txt
|
||||
swift.egg-info/top_level.txt
|
||||
swift/account/__init__.py
|
||||
swift/account/auditor.py
|
||||
swift/account/reaper.py
|
||||
swift/account/server.py
|
||||
swift/auth/__init__.py
|
||||
swift/auth/server.py
|
||||
swift/common/__init__.py
|
||||
swift/common/auth.py
|
||||
swift/common/bufferedhttp.py
|
||||
swift/common/client.py
|
||||
swift/common/constraints.py
|
||||
swift/common/db.py
|
||||
swift/common/db_replicator.py
|
||||
swift/common/direct_client.py
|
||||
swift/common/exceptions.py
|
||||
swift/common/healthcheck.py
|
||||
swift/common/memcached.py
|
||||
swift/common/utils.py
|
||||
swift/common/wsgi.py
|
||||
swift/common/ring/__init__.py
|
||||
swift/common/ring/builder.py
|
||||
swift/common/ring/ring.py
|
||||
swift/container/__init__.py
|
||||
swift/container/auditor.py
|
||||
swift/container/server.py
|
||||
swift/container/updater.py
|
||||
swift/obj/__init__.py
|
||||
swift/obj/auditor.py
|
||||
swift/obj/replicator.py
|
||||
swift/obj/server.py
|
||||
swift/obj/updater.py
|
||||
swift/proxy/__init__.py
|
||||
swift/proxy/server.py
|
||||
test/__init__.py
|
||||
test/functional/sample.conf
|
||||
test/functional/swift.py
|
||||
test/functional/tests.py
|
||||
test/probe/common.py
|
||||
test/probe/test_account_failures.py
|
||||
test/probe/test_container_failures.py
|
||||
test/probe/test_object_async_update.py
|
||||
test/probe/test_object_handoff.py
|
||||
test/probe/test_running_with_each_type_down.py
|
||||
test/unit/__init__.py
|
||||
test/unit/account/__init__.py
|
||||
test/unit/account/test_auditor.py
|
||||
test/unit/account/test_reaper.py
|
||||
test/unit/account/test_server.py
|
||||
test/unit/auth/__init__.py
|
||||
test/unit/auth/test_server.py
|
||||
test/unit/common/__init__.py
|
||||
test/unit/common/test_auth.py
|
||||
test/unit/common/test_bufferedhttp.py
|
||||
test/unit/common/test_client.py
|
||||
test/unit/common/test_constraints.py
|
||||
test/unit/common/test_db.py
|
||||
test/unit/common/test_db_replicator.py
|
||||
test/unit/common/test_direct_client.py
|
||||
test/unit/common/test_exceptions.py
|
||||
test/unit/common/test_healthcheck.py
|
||||
test/unit/common/test_memcached.py
|
||||
test/unit/common/test_utils.py
|
||||
test/unit/common/test_wsgi.py
|
||||
test/unit/common/ring/__init__.py
|
||||
test/unit/common/ring/test_builder.py
|
||||
test/unit/common/ring/test_ring.py
|
||||
test/unit/container/__init__.py
|
||||
test/unit/container/test_auditor.py
|
||||
test/unit/container/test_server.py
|
||||
test/unit/container/test_updater.py
|
||||
test/unit/obj/__init__.py
|
||||
test/unit/obj/test_auditor.py
|
||||
test/unit/obj/test_replicator.py
|
||||
test/unit/obj/test_server.py
|
||||
test/unit/obj/test_updater.py
|
||||
test/unit/proxy/__init__.py
|
||||
test/unit/proxy/test_server.py
|
||||
@@ -1 +0,0 @@
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
test
|
||||
swift
|
||||
Reference in New Issue
Block a user