Am Donnerstag, den 25.02.2010, 22:30 +0100 schrieb Thomas Spura:
> Is it allowed to create a file ~/.mpd.conf, when building in koji and
> deleting afterwards?

There also is a safer way...

"""
echo MPD_SECRETWORD=$(pwgen -s 50 1) > mpd.conf
chmod 600 mpd.conf
export MPD_CONF_FILE=mpd.conf

<run tests here>

rm mpd.conf
unset MPD_CONF_FILE
"""

I'll use that now. But would be still interesting, if the other
possibility would be allowed...

        Thomas

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to