After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 538198 - supply created database
supply created database
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2008-06-13 20:01 UTC by Xavier de Blas
Modified: 2008-08-01 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2008-06-13 20:01:18 UTC
A some windows systems is really slow to create the DB. Supply a blank DB

if created DB on windows is the same than on linux {
Then create_release.sh will have to execute chronojump in a way that a db is created for that chronojump version. 
create_release.sh will name this chronojump_blank.db
if installjammer found a chronojump.db it would do nothing. If not, it will copy the blank db as chronojump.db
}
else {
i will have to create DB manually on windows and linux
create_release.sh will remember this
both will be blank as above, but named chronojump_database_blank_windows.db and chronojump_database_blank_linux.db
installjammer will do same as above but selecting correct blank DB
}