Changeset 968b84b
- Timestamp:
- Jun 12, 2014 11:21:23 AM (10 years ago)
- Branches:
- master
- Children:
- 5b0e6e0
- Parents:
- 61a5c1e
- Location:
- fedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/Makefile
r61a5c1e r968b84b 16 16 WSDL_FILES= ../wsdl/fedd.wsdl ../wsdl/fedd_types.xsd ../wsdl/fedd_internal.wsdl ../wsdl/topdl.xsd 17 17 18 VERSION= 3.50b18 VERSION=4.00b 19 19 20 20 DISTFILES= dist/fedd-${VERSION}.tar.gz dist/deter-data-${VERSION}.tar.gz -
fedd/setup.py
r61a5c1e r968b84b 4 4 5 5 setup(name='fedd', 6 version=' 3.50b',6 version='4.00b', 7 7 description='DETER Federation daemon', 8 8 author='Ted Faber', … … 13 13 requires=['ZSI(>=2.0)', 'M2Crypto'], 14 14 provides=['federation', 'deter'], 15 scripts=['access_to_abac.py', 'cert_to_fedid.py', 'confirm_sshkey.py',15 scripts=['access_to_abac.py', 'cert_to_fedid.py', 16 16 'creddy_split.py', 'dump_abac_authorizer.py', 'exp_access_db.py', 17 17 'import_abac_creds.py',
Note: See TracChangeset
for help on using the changeset viewer.