Skip to content

Commit 7aa9592

Browse files
committed
bin/xbps-rindex: implement multi repo staging
1 parent 40b0a05 commit 7aa9592

File tree

3 files changed

+480
-184
lines changed

3 files changed

+480
-184
lines changed

bin/xbps-rindex/defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define _XBPS_RINDEX "xbps-rindex"
3232

3333
/* From index-add.c */
34-
int index_add(struct xbps_handle *, int, int, char **, bool, const char *);
34+
int index_add(struct xbps_handle *xhp, int argc, char **argv, bool force, const char *compression, xbps_array_t repos);
3535

3636
/* From index-clean.c */
3737
int index_clean(struct xbps_handle *, const char *, bool, const char *);

0 commit comments

Comments
 (0)