[27707] in Source-Commits
locker-support commit: Rename quota to quota.debathena
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Feb 12 16:24:09 2014
Date: Wed, 12 Feb 2014 16:24:02 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201402122124.s1CLO2Xj009136@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/locker-support/commit/a6daa704411ffc14da1cd9b10dd0a0b56bca5864
commit a6daa704411ffc14da1cd9b10dd0a0b56bca5864
Author: Jonathan Reed <jdreed@mit.edu>
Date: Tue Feb 11 16:59:06 2014 -0500
Rename quota to quota.debathena
The old debathena-quota installed as quota.debathena, and we must
do so too, for debathena-quota-config
quota | 140 -------------------------------------------------------
quota.debathena | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
setup.py | 2 +-
3 files changed, 141 insertions(+), 141 deletions(-)
diff --git a/quota b/quota.debathena
similarity index 100%
rename from quota
rename to quota.debathena
diff --git a/setup.py b/setup.py
index 091a767..e342d30 100644
--- a/setup.py
+++ b/setup.py
@@ -5,5 +5,5 @@ setup(name='locker-support',
author='Debathena Project',
author_email='debathena@mit.edu',
py_modules=['locker', 'athdir'],
- scripts=['attach', 'detach', 'fsid', 'quota', 'athdir'],
+ scripts=['attach', 'detach', 'fsid', 'quota.debathena', 'athdir'],
)