xbps-repo: 'sync' and 'pkg-list' target now accept a repository URI argument.

If set, only the matching repository will be used for the task.
This commit is contained in:
Juan RP
2012-06-01 15:02:06 +02:00
parent ba84f82e66
commit 981b13bd5a
8 changed files with 57 additions and 57 deletions

10
NEWS
View File

@@ -1,5 +1,15 @@
xbps-0.16 (???):
* xbps-repo(8): 'sync' target now is able to sync just a single repository
by passing the repository URI as argument, i.e:
$ xbps-repo sync http://xbps.mirror.org/repo
* xbps-repo(8): 'pkg-list' target now expects the repository URI than
the index number, i.e:
$ xbps-repo pkg-list http://xbps.mirror.org/repo
* xbps-bin(8): -n flag (dry-run mode) now also prints the pkg architecture
as last component and if the transaction reason supports it.