tazpkg log modules/install

age author description
2018-11-26 Aleksej Bobylev Modules "get" and "install": initial support for Cooker contain two architectures packages in one "packages" folder
2018-02-26 Aleksej Bobylev modules/install: prefex "exact" packages over than "provided" packages.
2018-01-24 Aleksej Bobylev modules/get, modules/install: patch for the x86_64 support.
2017-11-03 Richard Dunbar modules/install: PKG_SUM restores update new build detection
2017-07-27 Aleksej Bobylev Minor bug fixes due to the change in the behavior of the dot command in Busybox-1.27; support "release checksum" in modules/mkdb.
2017-07-20 Aleksej Bobylev modules/get, modules/install: use "release checksum" too, as defined in packages.info field #9.
2017-06-05 Aleksej Bobylev modules/get, modules/install: improve cookmode
2017-05-26 Aleksej Bobylev modules/install: equivalent_pkg(): fix for --cookmode and --local
2017-02-19 Paul Issott Tiny edits
2017-02-04 Aleksej Bobylev modules/install: be quiet on processing /etc/filesystems.
2017-01-24 Paul Issott Fix typo
2017-01-24 Paul Issott /modules: tiny edit
2017-01-12 Aleksej Bobylev modules/install: provide special informational mode activated by --quiet --cookmode
2017-01-01 Aleksej Bobylev modules/install and modules/remove: auto-update /ets/filesystems for the FS Kernel modules
2016-11-11 Aleksej Bobylev Module 'install': check file existence in install_all_deps() --local
2016-08-01 Pascal Bellard Restore AUTO_INSTALL_DEPS behaviour
2016-07-22 Aleksej Bobylev Modules install, remove: improve compatibility with auto-answer options --yes and --noconfirm.
2015-12-26 Aleksej Bobylev Modules 'install', 'remove': hide unresolved glib-compile-schemas warnings
2015-12-17 Aleksej Bobylev Module 'install': process option '--local' without using the databases
2015-12-11 Aleksej Bobylev Module install: official config file may be absent
2015-12-11 Aleksej Bobylev module get: fix virtual packages support; module remove: provide virt. pkg. support, update system DBs; add test06 for virt. packages
2015-12-04 Aleksej Bobylev Module install: quiet message "package already installed..."
2015-12-04 Aleksej Bobylev Global quite mode provided by libtaz.sh now; few tweaks.
2015-11-30 Aleksej Bobylev module install: implement --quite mode in install_all_deps()
2015-11-30 Aleksej Bobylev modules getenv, get, install: provide --quiet option (don't display service messages, show errors only)
2015-11-19 Aleksej Bobylev Module "get": fix reinstall (thanks Lucas Levrel); "get", "install": fix installing of blocked packages; add "list-cache" command
2015-11-17 Aleksej Bobylev Module "install": fix kernel modules update
2015-11-16 Aleksej Bobylev Module "get": copy source in download_from() for local repo; module "install": use version for depmod
2015-11-16 Aleksej Bobylev "get": wget not quiet now; "install": hide 'update-desktop-database' errors; "tazpkg": -gi: check package installed before getting
2015-11-16 Aleksej Bobylev module 'install': change 'depmod' invocation
2015-11-09 Aleksej Bobylev cache: fix working; install: install official conf.files if destination is absent; tazpkg-notify: change icons
2015-10-09 Aleksej Bobylev Remove "busybox" "prefixes" (thanks llev)
2015-10-06 Aleksej Bobylev install: rebuild fs/ tree respecting destination symlinks before installing files and folders to filesystem
2015-10-05 Aleksej Bobylev Finish modularization. Beta release: still have few FIXMEs and TODOs.