diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:06:30 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 01:05:43 -0500 |
commit | e3dfb09aec084fc6bd119309ce949eaab714eae7 (patch) | |
tree | adff790795bcf713dab31e7c537753a3c4cf62b8 /schema/gendummydata.py | |
parent | 05bf00c441283bb4267e328bf463c83745fec22b (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 |