Just a bit of background for Patrick's commands. There are at least
two reasons your build won't match the one built from a fresh copy of
the code on Github:
- you have local modifications (the command 'git status' (without the
quotes) should list the files differing from the baseline; 'git
checkout .' will overwrite local changes with the official files)
- you have some old files in your build directory ('git clean -d -f
-x' will basically get rid of anything in your current directory that
is not also on Github, including your build directory).

Kofa
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to