ABS is not using SVN anymore
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
e9bdb6b4e1
commit
4939405926
13
prm
13
prm
|
@ -159,18 +159,7 @@ aur.get() {
|
||||||
}
|
}
|
||||||
|
|
||||||
abs.get() {
|
abs.get() {
|
||||||
declare pkg_repo svn_repo
|
git clone "https://gitlab.archlinux.org/archlinux/packaging/packages/$1.git" "$cfg_workdir/$1"
|
||||||
|
|
||||||
pkg_repo="$2"
|
|
||||||
|
|
||||||
case "$pkg_repo" in
|
|
||||||
(community|multilib)
|
|
||||||
svn_repo='community';;
|
|
||||||
(*)
|
|
||||||
svn_repo='packages';;
|
|
||||||
esac
|
|
||||||
|
|
||||||
svn export "svn://svn.archlinux.org/${svn_repo}/${1}/trunk" "${cfg_workdir}/${1}"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set_argv() {
|
set_argv() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user