deadc0de6 / dotdrop

Save your dotfiles once, deploy them everywhere
https://dotdrop.readthedocs.io
GNU General Public License v3.0
1.78k stars 105 forks source link

[bug] dotdrop ignores some files #439

Closed JaydenFish closed 3 weeks ago

JaydenFish commented 1 month ago

When dotdrop execute update, Sometime there is a a warn:

[WARN] /home/jdyu/.emacs.d/quelpa/melpa/html-stable/build-status.json update failed, do manually: [Errno 2] No such file or directory: '/home/jdyu/.emacs.d/quelpa/melpa/html-stable/build-status.json'

dotdrop/updater.py line 308 and 334, return False should be continue. Or when this warn occurs, it ignores some files.

deadc0de6 commented 4 weeks ago

Thanks for reporting this. Can you give me more context on this issue as to why this is happening? Are you removing/changing file in the dotpath manually before running update?

JaydenFish commented 4 weeks ago

I never remove/change the file in the dotpath manually. 图片

deadc0de6 commented 3 weeks ago

Can you give it a try with the modifications in branch fix-for-439? Here is the doc on how to do that. Thanks!

JaydenFish commented 3 weeks ago

it's fixed!

Can you give it a try with the modifications in branch fix-for-439? Here is the doc on how to do that. Thanks!

deadc0de6 commented 3 weeks ago

Awesome, I will clean that and release a new version. Thanks for your help!