-
Notifications
You must be signed in to change notification settings - Fork 38
Modified files get not recognized #20
Copy link
Copy link
Closed
Description
Hello,
I just tried flashbake using my ubuntu 14.04LTS. The effect was - well - catastrophic. Flashbake did not recognize any modifications of any file. Thus I installed the most recent version from github but without success.
A bit more verbose:
- Create a new folder. Create a git repo therein (
git init). - Create a dummy config file. In my case it was just
plugins:flashbake.plugins.timezone:TimeZone
ab
- Create the file "a" and do a
flashbakeon the directory. The file gets checked in (ok so far). - Create a second file "b" and uncomment in the config file. Using
flashbakeit gets checked in. - Modify either file.
git statusshows the modifications clearly. When I applyflashbreakI get the message that no constent to be checked in has changed. (???)
Please note a small "bug": You seem to parse the output of git in some sense. If the user has a different language than English, you get into trouble. In this case (I am German) flashbreak did not even check in the very first version. I had to manually export LANG=C before. Maybe you might alter the LANG environment variable on calling git such that English is always used.
Hope this helps.
Christian Wolf
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels