diff options
author | Erich Eckner <git@eckner.net> | 2020-11-20 20:32:18 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-11-20 20:32:26 +0100 |
commit | 13eb0a9b222410f8c7570d05d6c229b15587de19 (patch) | |
tree | 36a10b2b4a1d3d04187a943063ab4c73a4a85d24 | |
parent | 9e87c5d67306653182bf821a9e43cde90d68684b (diff) | |
download | devops-13eb0a9b222410f8c7570d05d6c229b15587de19.tar.xz |
update-archlinux32-package,watch-versions: make runnable on deep42thought's shiny, new vm
-rwxr-xr-x | update-archlinux32-package | 2 | ||||
-rwxr-xr-x | watch-versions | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index 8bcbc68..eb243c1 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -23,7 +23,7 @@ git_repo_path='/usr/src/archlinux32/packages' upstream_git_path='/usr/src/archlinux/packages' upstream_community_git_path='/usr/src/archlinux/community' -archlinuxewe_git_path=~erich/'eigeneSkripte/archPackages' +archlinuxewe_git_path=~erich/'archlinuxewe' vagrant_path=$( readlink -f ~/"virtual-boxes/archlinux32-test" ) diff --git a/watch-versions b/watch-versions index 9aebcf5..99eff3d 100755 --- a/watch-versions +++ b/watch-versions @@ -9,8 +9,8 @@ fi if [ $# -eq 0 ]; then git -C "$(dirname "$0")/../packages" pull --ff-only >/dev/null 2>&1 -# curl -Ss 'https://packages.archlinux32.org/?uses_upstream=Does+Not+Use+Upstream&fuzzy&tsv' - curl -Ss 'http://packages.archlinux32.local/?uses_upstream=Does+Not+Use+Upstream&fuzzy&tsv' | \ +# curl -Ss 'http://packages.archlinux32.local/?uses_upstream=Does+Not+Use+Upstream&fuzzy&tsv' | \ + curl -Ss 'https://www.archlinux32.org/packages/?uses_upstream=Does+Not+Use+Upstream&fuzzy&tsv' | \ { read -r headers pkgbase_column=$( |