1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-10 03:25:01 -05:00
pacman/scripts
Nathan Jones c29209e7b6 repo-add: Ensure only adding package's deltas.
repo-add was adding the delta files of any package that started with the
same package name plus a hyphen.

In this example, deltatest-libs delta files were added to the deltatest
package:

$ repo-add deltatest.db.tar.gz deltatest-1.0.2-1-i686.pkg.tar.gz
==> Extracting database to a temporary location...
==> Adding package 'deltatest-1.0.2-1-i686.pkg.tar.gz'
  -> Removing existing package 'deltatest-1.0.2-1'...
  -> Creating 'desc' db entry...
  -> Computing md5 checksums...
  -> Creating 'depends' db entry...
  -> Creating 'deltas' db entry...
  -> Added delta 'deltatest-1.0.2rc3-1_to_1.0.2-1-i686.delta'
  -> Added delta 'deltatest-libs-1.0.0-1_to_1.0.1-1-i686.delta'
==> Creating updated database file /tmp/deltatest.db.tar.gz

Signed-off-by: Nathan Jones <nathanj@insightbb.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-11-13 00:13:21 -06:00
..
.gitignore Get --help and --version options working on all scripts 2007-05-29 16:53:15 -04:00
abs.sh.in abs: prefer csup to cvsup 2007-10-30 08:12:09 -05:00
gensync.sh.in Add support for arch='any' 2007-11-04 09:50:04 -06:00
Makefile.am Move scripts from *.in to *.sh.in so gettext can determine type 2007-07-06 18:43:24 -04:00
makepkg.sh.in makepkg: remove .pacsave files when uninstalling dependencies 2007-11-11 09:39:39 -06:00
makeworld.sh.in makeworld: gettext support 2007-11-11 09:42:19 -06:00
pacman-optimize.sh.in pacman-optimize: add check for diff/diffutils 2007-10-08 20:46:55 -05:00
rankmirrors.py.in Allow rankmirrors to read from stdin 2007-09-17 19:48:57 -05:00
repo-add.sh.in repo-add: Ensure only adding package's deltas. 2007-11-13 00:13:21 -06:00
repo-remove.sh.in scripts/*.sh.in: Clean up and fix a few bugs 2007-09-06 19:28:57 -05:00
updatesync.sh.in Add support for arch='any' 2007-11-04 09:50:04 -06:00