diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2023-12-03 19:46:09 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-12-03 21:51:59 +0100 |
commit | f2cafa3cb0941be8235025434620adbf5849a432 (patch) | |
tree | 908ea4208915dfbc0b3af59e16cb2dcc21de009b /src/pkgctl.in | |
parent | c356995dc19b3dfe944920a5864f9d3ffd5f9b6f (diff) | |
download | devtools-f2cafa3cb0941be8235025434620adbf5849a432.tar.xz |
feat(clone): speedup maintainer and universe clone query
There is a single endpoint now to list all pkgbases and their current
maintainers. Use this endpoint for speeding up the clone of all packages
of a maintainer by only issuing a single API call.
Component: pkgctl repo clone
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'src/pkgctl.in')
-rw-r--r-- | src/pkgctl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pkgctl.in b/src/pkgctl.in index 07242a3..ad215ac 100644 --- a/src/pkgctl.in +++ b/src/pkgctl.in @@ -39,6 +39,8 @@ fi export _DEVTOOLS_COMMAND='pkgctl' +setup_workdir + load_devtools_config # command checking |