https://bugzilla.wikimedia.org/show_bug.cgi?id=34136
--- Comment #2 from Antoine "hashar" Musso <[email protected]> 2012-06-18 12:31:02 UTC --- My comment from bug 36410: Historically, we had our bastion shell scripts in /home/wikipedia/bin . Most of them have been migrated to operations/puppet.git and are now deployed through puppet in /usr/local/bin . We end up with duplicated scripts, some of them being totally outdated. That can cause troubles whenever someone has in its PATH /home/wikipedia/bin before /usr/local/bin. Well that is probably just me anyway :-] As an example, the dologmsg script is used to log a message on a public IRC channel. There are two versions installed on fenari: One that does not work anymore: /home/wikipedia/bin/dologmsg And the correct one in /usr/local/ /usr/local/bin/dologmsg This bug is about making sure any modifications made to the old scripts are in puppet and delete the scripts from /home/wikipedia/bin. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
