https://github.com/genome/genome
Revision 6a9478411b4cb1dd012b3e807f18ed9d5f17f6e4 authored by Thomas Mooney on 27 August 2014, 20:53:30 UTC, committed by Thomas Mooney on 27 August 2014, 20:53:30 UTC
We were coincidentally deleting the /tmp before (which we wanted).
Now that we sometimes need to keep it, change directories to preserve
it only when we want it.  Otherwise let it get removed.
1 parent 885f1ad
Raw File
Tip revision: 6a9478411b4cb1dd012b3e807f18ed9d5f17f6e4 authored by Thomas Mooney on 27 August 2014, 20:53:30 UTC
HACK: change the tmpdir if --keep-tmp is set.
Tip revision: 6a94784
.gitignore
# Mac OS X
.DS_Store

# Komodo project files
*.kpf
*.komodoproject

# swap and backup files
*.swo
*.swp
*~

tags

# symlinks that test environment makes
bin/perl
bin/prove

# binary version of SQLite databases
lib/perl/Genome/DataSource/Meta.sqlite3
lib/perl/Genome/DataSource/SearchIndexQueue.sqlite3
back to top