OSC / osc-machete

High level interface to submitting and checking the status of batch jobs (currently OSC specific)
MIT License
1 stars 0 forks source link

fix directory creation failure due to numbered files #20

Closed nickjer closed 10 years ago

nickjer commented 10 years ago

Example of failure:

$ ls
1/ 2/ 3 job.pbs stuff.txt

new_jobdir() will try to create a directory called 3 and fail

nickjer commented 10 years ago

Added another fix where the '.git' directory wasn't being excluded. Also added a feature where it excludes any files listed in '.gitignore'.

nickjer commented 10 years ago

Added your change in https://github.com/nickjer/osc-machete/commit/173682a3dde53fe439ad602bea820040666ed883, up to you if you want to accept it.

Also fixed another bug where replace_template_files always was true even if the user specified false.

ericfranz commented 10 years ago

Changes being moved to branches in machete instead.