summaryrefslogtreecommitdiffstats
path: root/scripts/.gitignore
diff options
context:
space:
mode:
authorXavier Chantry <shiningxc@gmail.com>2009-02-25 19:26:31 +0100
committerXavier Chantry <shiningxc@gmail.com>2009-03-15 18:10:15 +0100
commit9fa18d9a4b4ce5217842c71d8a45676e3fb9d3f4 (patch)
treeb90c70092973ddaddda832c25bcd2d2dc9ec1fef /scripts/.gitignore
parentc8beffa7904abe7e0ad01fed6113acf449df15cd (diff)
downloadpacman-9fa18d9a4b4ce5217842c71d8a45676e3fb9d3f4.tar.gz
pacman-9fa18d9a4b4ce5217842c71d8a45676e3fb9d3f4.tar.xz
Add pkgdelta script to create deltas.
This should obsolete the delta support in makepkg. Having a separate script should be more flexible. Example usage: $ pkgdelta repo/tzdata-2009a-1-x86_64.pkg.tar.gz repo/tzdata-2009b-1-x86_64.pkg.tar.gz ==> Generating delta from version 2009a-1 to version 2009b-1 ==> Generated delta : 'repo/tzdata-2009a-1_to_2009b-1-x86_64.delta' Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Diffstat (limited to 'scripts/.gitignore')
-rw-r--r--scripts/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore
index f2f19fd8..eafc4930 100644
--- a/scripts/.gitignore
+++ b/scripts/.gitignore
@@ -3,3 +3,4 @@ pacman-optimize
rankmirrors
repo-add
repo-remove
+pkgdelta