Recommended process for updating local Galaxy instance
I'm wanting to update our local instance of Galaxy to the most recent in mercurial. Before I do I'd like to know if there's a consensus on how best to do this. At the moment, I do an 'hg pull' and then an 'hg update'. Once complete I use 'diff' to check for any important changes to tools_conf.xml and universe_wsgi.ini and migrate them to my versions of the files. Is this a flawed approach or is there a better way to do it? Any advice appreciated. Cheers, Chris
Hi Chris, This is the optimal approach to updating your instance. On Dec 3, 2009, at 5:43 AM, Chris Cole wrote:
I'm wanting to update our local instance of Galaxy to the most recent in mercurial.
Before I do I'd like to know if there's a consensus on how best to do this. At the moment, I do an 'hg pull' and then an 'hg update'. Once complete I use 'diff' to check for any important changes to tools_conf.xml and universe_wsgi.ini and migrate them to my versions of the files.
Is this a flawed approach or is there a better way to do it? Any advice appreciated. Cheers,
Chris _______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-dev
Greg Von Kuster Galaxy Development Team greg@bx.psu.edu
Thanks very much for the sanity check! Cheers, Chris On 03/12/09 13:54, Greg Von Kuster wrote:
Hi Chris,
This is the optimal approach to updating your instance.
On Dec 3, 2009, at 5:43 AM, Chris Cole wrote:
I'm wanting to update our local instance of Galaxy to the most recent in mercurial.
Before I do I'd like to know if there's a consensus on how best to do this. At the moment, I do an 'hg pull' and then an 'hg update'. Once complete I use 'diff' to check for any important changes to tools_conf.xml and universe_wsgi.ini and migrate them to my versions of the files.
Is this a flawed approach or is there a better way to do it? Any advice appreciated. Cheers,
Chris _______________________________________________ galaxy-dev mailing list galaxy-dev@lists.bx.psu.edu <mailto:galaxy-dev@lists.bx.psu.edu> http://lists.bx.psu.edu/listinfo/galaxy-dev
Greg Von Kuster Galaxy Development Team greg@bx.psu.edu <mailto:greg@bx.psu.edu>
participants (2)
-
Chris Cole
-
Greg Von Kuster