1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
gitpkg (0.18) unstable; urgency=low
gitpkg no longer calls the package's clean target by default during the
export process. Since that gives a shell to whatever you are exporting,
this is something which should be explicitly enabled, for each trusted
repo that needs it, by the local admin. To do that, you can run:
$ git config gitpkg.prebuild-target clean
Which will restore the previous behaviour. If you've already set that
option explicitly, then your current configuration will be preserved.
-- Ron Lee <ron@debian.org> Sun, 09 Jan 2011 02:32:59 +1030
|