tazpkg log tazpkg

age author description
2011-03-16 Antoine Bodin tazpkg, recharge(): fix a bug which prevent ID check to works well4.3
2011-03-16 Antoine Bodin tazpkg, recharge(): fix a bug specific to 4.34.3
2011-03-20 Pascal Bellard fix tazpkg convert .deb4.2.6
2011-03-16 Antoine Bodin Oups... fix a stupid typo & retag4.3 4.3-beta
2011-03-15 Antoine Bodin tazpkg, recharge): add support for {wanted,depends,libraries}.txt, plus tiny optimization of code size4.3
2011-03-07 Paul Issott Tiny edits
2011-03-04 Antoine Bodin Fix --rootconfig option, should works well now.4.3
2011-03-04 Antoine Bodin Change VERSION to 4.2.6
2011-03-04 Antoine Bodin Merge changes from default into 4.34.3
2011-03-04 Christopher Rogers Fixed remove option to check if packages modifiers files.list exist before greping it.
2011-03-04 Antoine Bodin Let recharge display an error if mirror is not accessible; Avoid ID being a symlink4.3
2011-03-03 Antoine Bodin Change root-config option to rootconfig as variable can't have '-' in their name (4.3)4.3
2011-02-25 Antoine Bodin Make recharge) able to handle only one specified repository; Check for repository's ID (a verry little file containing md5sum of packages.md5) and recharge only if it changed (or doesnt exists) when recharging. (4.3)4.3
2011-02-24 Antoine Bodin Add --root-config option to install/get-install: Use lib & cache from $root instead of main system (usefull to install using other repositories than thoses defined on host). (4.3)4.3
2011-03-04 Antoine Bodin 4.3 branch open for new feature4.3
2011-03-01 Pascal Bellard tazpkg: remove trailing / in package name
2011-03-01 Pascal Bellard tazpkg: extend convert .opkg support
2011-02-04 Antoine Bodin Change VERSION4.2.5
2011-02-02 Antoine Bodin Add: --auto option for tazpkg remove
2011-02-01 Antoine Bodin Fix: use in get_cache_dir (thanks godane)4.2.4
2011-02-01 Antoine Bodin Automated merge with http://repos.slitaz.org/tazpkg
2011-02-01 Antoine Bodin A cache dir for each repo & fixed md5sum check
2011-01-31 Christopher Rogers Fixed tazpkg to not redownload undigest packages everytime with get-install. Also replace /var/lib/tazpkg with in some places.
2011-01-28 Antoine Bodin Fix regressions introduced with my lasts commits4.2.3
2011-01-26 Antoine Bodin Fix extract_package4.2.2
2011-01-26 Christopher Rogers Changed VERSION to 4.2.1.4.2.1
2011-01-26 Christopher Rogers Change VERSION to 4.2.
2011-01-25 Antoine Bodin Replace grep by fgrep when possible to speed-up a little things4.2
2011-01-25 Antoine Bodin Replace subprocesses by command group to speedup things a little
2011-01-25 Antoine Bodin Fix: /var/lib/tazpkg is now properly created when using --root and check of installed packages now works properly
2011-01-25 Antoine Bodin Use library libtaz, libtaz/commons; use can now use several option at the same time with install/get-install
2010-12-26 Pascal Bellard tazpkg convert: add alpine support
2010-12-12 Pascal Bellard Fix remove with modifiers
2010-12-09 Antoine Bodin merge
2010-12-09 Antoine Bodin Up to version 4.1.3
2010-12-09 Antoine Bodin Fix (critical): autoinstall build_depends with other languages.
2010-12-09 Christopher Rogers Fix update_mime_database function to use update-mime-database instead of update-desktop-database.
2010-12-09 Antoine Bodin Update version (4.1.2)4.1.2
2010-12-09 Antoine Bodin Fix: use ln -sf instead of ln -s to avoid errors.
2010-12-09 Antoine Bodin Authors: update (again).
2010-12-09 Antoine Bodin Improvements: gettextize missing strings and some typos.
2010-12-08 Antoine Bodin Improvement: Allow to request a specific package's version number with get/get-install.
2010-12-08 Antoine Bodin Improvement: Add simple repository priority control with file /var/lib/tazpkg/priority
2010-12-08 Antoine Bodin Fix: remove_with_path - Avoir dirname errors by checking for argument.
2010-12-08 Antoine Bodin Improvement: use ln instead of cp when "downloading" local files to save cache. This make tazpkg recharge useless for locals repositories.
2010-12-08 Antoine Bodin Improvement: Make cpio quiet (again)
2010-12-08 Antoine Bodin Fix: update_desktop_database/update_mime_database
2010-11-30 Christopher Rogers Added md5 support for get option in tazpkg. This will help if you just want to update cache packages without installing packages.4.1.1
2010-11-15 Pascal Bellard remove grep errors for /usr/bin/[*
2010-11-13 Christopher Rogers Fixed md5sum check of packages again.
2010-11-12 Christopher Rogers Fixed last commit if statement to work.
2010-11-12 Pascal Bellard tazpkg: check md5 for packages in cache
2010-10-29 Christopher Rogers Fixed my --root for tazpkg remove.
2010-10-29 Christopher Rogers Added --root option to tazpkg remove. Helps me to remove packages in chroot without chrooting into it.
2010-10-29 Christopher Rogers Added update_mime_database function to tazpkg. This way mime database will be updated everytime there is a /usr/share/mime folder if /usr/bin/update-mime-database exist.
2010-10-28 Christopher Rogers Fixed update_desktop_database to use /usr/share/applications. This way it will update chroot desktop database.
2010-10-19 Christophe Lincoln --quiet option can be used with last busybox (cooking)
2010-10-18 Christophe Lincoln Fix cpio extract (pls dont break it any more, tazpkg was broken :-)4.1
2010-08-05 Antoine Bodin Make cpio quiet: it's busybox compatible
2010-08-04 Pascal Bellard tazpkg: cpio must be busybox compatible