tazpkg log tazpkg

age author description
2012-04-05 Christophe Lincoln Fix mirror URL (it can have a traling slash or not) and fix mirror file backup (we dont have wanted.txt depends.txt libraries.txt)
2012-03-29 Pascal Bellard tazpkg: fix update-mime-database post_install
2012-03-25 Christopher Rogers tazpkg: Fixed last commit.
2012-03-25 Richard Dunbar tazpkg: restore user mirror selection
2012-03-07 Christopher Rogers tazpkg: Add support to use gtk-update-icon-cache if /usr/share/icons/hicolor is in files.list. Also add support to use glib-compile-schemas if /usr/share/glib-2.0/schemas is in files.list.
2012-03-05 Antoine Bodin Change $VERSION to 4.9.14.9.1
2012-03-05 Antoine Bodin Fix: don't automatically switch to main SliTaz mirror; it prevent us to use the mirror we want to
2012-03-01 Paul Issott Tiny edits
2012-03-01 Antoine Bodin Up $VERSION to 4.8.24.8.2
2012-03-01 Antoine Bodin Remove tazwok specific files downloading - the tazwok feature needing those never been implemented correctly
2012-03-01 Antoine Bodin Tiny fix for case when user switch several times between repository with and without ID file
2012-02-29 Antoine Bodin Up $VERSION to 4.8.14.8.1
2012-02-29 Antoine Bodin Fix a long-standing bug that causes download to fails when the url of mirror was not suffixed with a slash
2012-02-29 Antoine Bodin Fix a bug that made tazpkg recharge slow
2012-02-29 Christophe Lincoln Up Makefile and copyright year
2012-01-14 Pascal Bellard tazpkg: remove an error message for CONFIG_FILES4.7.4
2012-01-03 Antoine Bodin Up $VERSION to 4.7.34.7.3
2012-01-03 Antoine Bodin Fix: make tazpkg up works fine with multiple repositories (please test it); Update translations according to this.
2011-11-06 Christopher Rogers tazpkg: Fixed --help-up option.
2011-11-06 Christopher Rogers tazpkg: Compile glib schemas if /usr/bin/glib-compile-schemas exists on system.
2011-11-04 Christopher Rogers tazpkg: Fixed remove option to use $ROOT when executing post_remove and pre_remove functions.
2011-11-01 Christopher Rogers Update version number.4.7.2
2011-08-31 Christopher Rogers tazpkg: Fixed PACKAGE_DIR to not error dirname when is empty. This error happens when using recharge option.
2011-08-29 Eric Joseph-Alexandre uFix
2011-08-10 Christopher Rogers tazpkg: Don't remove 2>/dev/null in $PACKAGE_DIR. There is no need to use [ -n $PACKAGE ] in $PACKAGE_DIR since its only used once in $PACKAGE_FILE and it don't stop 'can't cd '.'' errors. Also I don't think [ -n $PACKAGE ] fixed this problem.4.7.1
2011-08-09 Pascal Bellard install --root= needs packages.* index
2011-08-08 Christopher Rogers tazpkg: Fixed the 'can't cd to .' errors again. Using 2>/dev/null to PACKAGE_DIR to stop the error.
2011-08-08 Christopher Rogers tazpkg: Fixed for last commit to make full path with install opiton work again.
2011-08-08 Christopher Rogers tazpkg: Fixed install option to work in current path again. I needed to add a if statement to null $PACKAGE_DIR if it equal '.'. Before it was not assigning $PACKAGE_FILE if $PACKAGE_DIR equal '.' so we didn't get error problems cding to '.'. Also PACKAGE_DIR equals cd $(dirname ) cause cd nothing will go to $HOME.
2011-07-30 Christopher Rogers tazpkg: Check for libraries.txt instead of library if ID file exist.
2011-07-10 Christopher Rogers tazpkg: Fixed PACKAGE_FILE to not cause '/usr/bin/tazpkg: cd: line 46: can't cd to .' errors. This happened cause dirname just equal '.' if there is no folder in $PACKAGE variable. This fix shouldn't cause any problems anyways.
2011-06-26 Christopher Rogers tazpkg: Added support for upgrade to work with undigest repos using $LOCALSTATE/priority file.
2011-06-20 Pascal Bellard tazpkg convert: may specify LOCALSTATE dir
2011-06-03 Christopher Rogers tazpkg: Fixed typo in usage.
2011-06-02 Christophe Lincoln Prepa for release4.7
2011-06-02 Christophe Lincoln tazpkg: add some command switch (ex: install|-i)
2011-06-02 Christophe Lincoln tazpkg: remove old upgrade and upgradeable code
2011-06-02 Christophe Lincoln tazpkg: clean update list so tazpkg-notify dont comes up on each login
2011-06-02 Christophe Lincoln tazpkg: small fix to clean-up
2011-05-28 Christophe Lincoln Prepa for release4.6.3
2011-05-19 Christophe Lincoln Small cosmetic change
2011-05-18 Pascal Bellard tazpkg: fix warnings for PACKAGE_FILE
2011-05-16 Christophe Lincoln Tazpkg work fine now! Prepa for rel4.6.2
2011-05-15 Pascal Bellard tazpkg: store path in PACKAGE_FILE
2011-05-11 Paul Issott Tiny edits
2011-05-05 Christopher Rogers Fixed typo in last commit.
2011-05-05 Christopher Rogers Fixed tazpkg install option.
2011-05-03 Christophe Lincoln tazpkg: remove : before package name in up
2011-05-03 Christophe Lincoln tazpkg: Fix up grep is needed and small change
2011-05-01 Ben Arnold Fix: skip blocked packages on 'up'
2011-04-16 Christopher Rogers Fixed PACKAGE_FILE variable. It equaled PWD/PACKAGE instead of PACKAGE. This should fixed tazpkg to work with pcmanfm again. Fixed issue20 on bugs.slitaz.org.
2011-04-14 Christophe Lincoln Up: fix opt and not = but -gt
2011-04-09 Christopher Rogers Fix tazpkg 'get' option to download to CACHE_DIR folder then copy to current folder. This way all get option packages are archived for later usage.
2011-04-08 Paul Issott Tidy up
2011-04-08 Christopher Rogers Use spearator when needed.
2011-04-08 Christophe Lincoln Some fix to POT file but get an error.
2011-04-08 Christophe Lincoln Prepa for release4.6
2011-04-08 Christophe Lincoln Update tazpkg xhtml-list to look better...
2011-04-08 Christophe Lincoln Add command 'up' - The new and fast way to upgrade SliTaz :-)
2011-04-08 Christophe Lincoln Add a separator line function