summaryrefslogtreecommitdiffstats
path: root/check-licenses.py
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-03-27 23:56:09 -0400
committerTodd Zullinger <tmz@pobox.com>2008-03-28 00:00:33 -0400
commit768cf965ac0fdbc45394b580dc50c3e1fe6f60b9 (patch)
tree90189f0044d7053fb88c7aff40e4155a47672e2a /check-licenses.py
parent90cfaed0fdfea656614ef694dbf4b193f6b2eb0d (diff)
downloadlicense-check-768cf965ac0fdbc45394b580dc50c3e1fe6f60b9.tar.gz
license-check-768cf965ac0fdbc45394b580dc50c3e1fe6f60b9.tar.xz
license-check-768cf965ac0fdbc45394b580dc50c3e1fe6f60b9.zip
Update the help for creating the FASauth.py file
Diffstat (limited to 'check-licenses.py')
-rwxr-xr-xcheck-licenses.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/check-licenses.py b/check-licenses.py
index 7bec690..1a496dd 100755
--- a/check-licenses.py
+++ b/check-licenses.py
@@ -6,7 +6,12 @@ This script checks the License: tag in spec files. The default is to check spec
files in a checkout of the devel branch. You can use the get-cvs-tree script to
get a current checkout.
-Finally, enter your Fedora Account System login info in FASauth.py.
+In order to gather the package and owner information, you need to create a file
+named FASauth.py in the same dir as this script. It should contain your Fedora
+Account System username and password. For example:
+
+username = 'tmz'
+password = 'secret'
"""
# TODO