gittup
gittup
Is it possible to zip up your files and email them to me? Ideally just enough to reproduce the single command that is not picking up dependencies correctly, including the...
If you use the '^' markers in the command-line to shorten what is displayed, tup will use that in the graph. Eg: : foreach *.c |> ^ CC %f^ gcc...
That does sound like a bug - I would expect .gitignore to be updated as well. Do you have a test case for it? Here's what I tried: ``` #...
That's unsettling :(. It definitely sounds like a bug in there somewhere...
You should be able to set updater.full_deps to 1 in your options in order to track system files. See the man page for the conditions required for it to work.
Hmm, I am having trouble reproducing this. I don't have latexmk, but the .gitignore files are generated after parsing, so I did this: ``` $ touch memetic.tex citations.bib $ cat...
Are you sure the files aren't listed in .gitignore? Or are you just seeing that git isn't ignoring them in commands like status and diff? I still am having trouble...
On Tue, Sep 25, 2012 at 8:49 AM, jendrikseipp [email protected]: > I think it would be great if you could try to get a tup package into > debian and...
I don't have any experience in getting packages officially into ubuntu/debian. Have you done that before? I wonder if it's something I could have built automatically when I push changes...
Most of these had been fixed previously: The progress bar issue is fixed by commit 387fe016738fef7ff1b68bb2d594ab8aacd2acce, tup.config support is available from commit 01ca3415cd8ba090390c51160bedc31db49d6ac9, and @ppannuto added group expansion in issue...