Re: creating file in koji allowed?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/devel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux