Huji created this task.
Huji added a project: Pywikibot-Other-scripts.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION

Currently, if you create a new script for pywikibot, you have to put it in the scripts directory which is a directory watched by git, so that makes your git status busy.

Alternatively, they can put their scripts in a directory and add it to their user_script_paths array in the config file but if that directory is inside the bot directory it still is going to make the git working directory unclean.

Instead, we should create a directory called userscripst and add all files in it (except for __init__.py) to .gitignore. That way, users can place their scripts in that directory and keep their git working copy clean at all times.


TASK DETAIL
https://phabricator.wikimedia.org/T176147

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Huji
Cc: Aklapper, Huji, pywikibot-bugs-list
_______________________________________________
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to