xbps-query(8): -L now prints all repos, including non working repos (close #11).

This commit is contained in:
Juan RP
2013-07-26 11:42:52 +02:00
parent e0643acbb0
commit 20f2d10527
5 changed files with 34 additions and 17 deletions

10
NEWS
View File

@@ -1,5 +1,15 @@
xbps-0.26 (???):
* xbps-query(8): make -L list all repositories in the configuration file, even
the non working ones and print -1 in them. Closes issue #11 from github.
$ xbps-query -L
-1 /mnt/foo
-1 /blah/foo
2619 /mnt/xbps_builder/host/binpkgs
16 /mnt/xbps_builder/host/binpkgs/nonfree
$
* xbps-query(8): fixed some memleaks in local and repository owned mode.
* xbps-query(8): fix regression in -R, also print repository string object.