File: NEWS

package info (click to toggle)
gitpkg 0.29
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 180 kB
  • sloc: sh: 1,219; makefile: 34
file content (14 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (7)
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