From 768cf965ac0fdbc45394b580dc50c3e1fe6f60b9 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Thu, 27 Mar 2008 23:56:09 -0400 Subject: Update the help for creating the FASauth.py file --- check-licenses.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit