[Labs-l] /data/project/repo?

Petr Bena benapetr at gmail.com
Mon Dec 17 19:22:11 UTC 2012


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 <rlane at wikimedia.org> 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
> Labs-l at lists.wikimedia.org
> https://lists.wikimedia.org/mailman/listinfo/labs-l
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wikimedia.org/pipermail/labs-l/attachments/20121217/3c4fd547/attachment.html>


More information about the Labs-l mailing list