summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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