diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:06:30 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:06:30 -0500 |
commit | c8632462137bce27316ef8bdb61a1643db0bcf37 (patch) | |
tree | 8e8c12005e7be8d8bd2b80105d41e5463dca4019 /schema/gendummydata.py | |
parent | 38b1bbe78df3a518f0688e50f1d6361221b95ea1 (diff) |
Re-brand to clarify that the software is aurweb, the instance is the AUR.
Diffstat (limited to 'schema/gendummydata.py')
-rwxr-xr-x | schema/gendummydata.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/gendummydata.py b/schema/gendummydata.py index 9dd2f45..b5512c5 100755 --- a/schema/gendummydata.py +++ b/schema/gendummydata.py @@ -3,11 +3,11 @@ usage: gendummydata.py outputfilename.sql """ # -# This script seeds the AUR database with dummy data for +# This script seeds the aurweb database with dummy data for # use during development/testing. It uses random entries # from /usr/share/dict/words to create user accounts and # package names. It generates the SQL statements to -# insert these users/packages into the AUR database. +# insert these users/packages into the aurweb database. # import random import time |