Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
374ee5c8
Commit
374ee5c8
authored
Dec 16, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some real configuration data that had crept into bzdbcopy.pl.
https://bugzilla.mozilla.org/show_bug.cgi?id=619581
parent
2e865375
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bzdbcopy.pl
contrib/bzdbcopy.pl
+4
-4
No files found.
contrib/bzdbcopy.pl
View file @
374ee5c8
...
...
@@ -32,14 +32,14 @@ use Bugzilla::Util;
# Settings for the 'Source' DB that you are copying from.
use
constant
SOURCE_DB_TYPE
=>
'Mysql'
;
use
constant
SOURCE_DB_NAME
=>
'bugs
_tip
'
;
use
constant
SOURCE_DB_NAME
=>
'bugs'
;
use
constant
SOURCE_DB_USER
=>
'bugs'
;
use
constant
SOURCE_DB_PASSWORD
=>
'
buGmElateR
'
;
use
constant
SOURCE_DB_PASSWORD
=>
''
;
use
constant
SOURCE_DB_HOST
=>
'localhost'
;
# Settings for the 'Target' DB that you are copying to.
use
constant
TARGET_DB_TYPE
=>
'
Sqlite
'
;
use
constant
TARGET_DB_NAME
=>
'bugs
_tip
'
;
use
constant
TARGET_DB_TYPE
=>
'
Pg
'
;
use
constant
TARGET_DB_NAME
=>
'bugs'
;
use
constant
TARGET_DB_USER
=>
'bugs'
;
use
constant
TARGET_DB_PASSWORD
=>
''
;
use
constant
TARGET_DB_HOST
=>
'localhost'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment