From 8186c2a65e3af0ca46ac931fbe32067b65325d52 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Nov 2016 00:06:30 -0500 Subject: Re-brand to clarify that the software is aurweb, the instance is the AUR. --- schema/gendummydata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema/gendummydata.py') 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 -- cgit v1.2.3-54-g00ecf