index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 2 | ||||
-rwxr-xr-x | lib/load-configuration | 4 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 8e7e4ef..93e88da 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -186,7 +186,7 @@ something_new=false for repo in ${repo_names}; do eval repo_path='"${repo_paths__'"${repo}"'}"' - # Update git repositories (official packages, community packages and the repository of package customizations). + # Update git repositories (upstream state and our package customizations). if [ -d "${repo_path}/.git" ]; then git -C "${repo_path}" pull --ff-only else diff --git a/lib/load-configuration b/lib/load-configuration index 903d65f..478e78a 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -73,9 +73,7 @@ fi if ${i_am_the_master}; then releng_directory="${work_dir}/repos/releng" else - repo_names='packages community archlinux32' - repo_paths__packages="${work_dir}/repos/packages" - repo_paths__community="${work_dir}/repos/community" + repo_names='archlinux32' repo_paths__archlinux32="${work_dir}/repos/packages32" fi |