or you can get this simple script and save it as /bin/log (chmod a+x) so
that you can log from terminal:
#!/bin/sh
project="project name"
if [ "$project" = "" ];then
echo "Undefined project"
exit 0
fi
if [ "$1" = "" ]; then
echo "No message was logged"
exit 1
fi
echo "$project `whoami`: $*" | nc bots-labs 55252
echo "`whomai` to SAL: $*" | wall
echo "Message logged"
On Mon, Dec 17, 2012 at 8:08 PM, Ryan Lane <[email protected]> wrote:
>
> I don't remember creating the directory /data/project/repo.
>> Is this part of a site-wide scheme, or can it be deleted
>> without trouble?
>>
>>
> Well, it depends. This storage is per project, not site-wide. Someone else
> in the project in question may have added that.
>
> It's recommended to use "!log <project> <stuff-I-just-did>" in the
> #wikimedia-labs channel so that people can know what other people are doing
> in a project. It shows up on the project page on labsconsole.
>
> - Ryan
>
> _______________________________________________
> Labs-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
>
_______________________________________________
Labs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/labs-l