r=rcampbell
- set flag when creating/updating profiles, avoids places.sqlite growing out-of control


git-svn-id: svn://10.0.0.236/trunk@250982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com 2008-04-30 14:31:52 +00:00
parent 595e8e571f
commit 0225f60d20

View File

@ -623,7 +623,7 @@ class CreateProfile(ShellCommand):
warnOnFailure = True
description = ["create profile"]
descriptionDone = ["create profile complete"]
command = r'python mozilla/testing/tools/profiles/createTestingProfile.py --binary mozilla/objdir/dist/bin/firefox'
command = r'python mozilla/testing/tools/profiles/createTestingProfile.py --clobber --binary mozilla/objdir/dist/bin/firefox'
class CreateProfileWin(CreateProfile):
command = r'python mozilla\testing\tools\profiles\createTestingProfile.py --binary mozilla\objdir\dist\bin\firefox.exe'
command = r'python mozilla\testing\tools\profiles\createTestingProfile.py --clobber --binary mozilla\objdir\dist\bin\firefox.exe'