Loading Makefile +1 −1 Original line number Diff line number Diff line V=20120114 V=20120118 PREFIX = /usr/local Loading archbuild.in +1 −16 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ m4_include(lib/common.sh) # FIXME: temporary added curl until pacman 4.0 moves to [core] base_packages=(base base-devel sudo curl) base_packages=(base base-devel sudo) cmd="${0##*/}" if [[ "${cmd%%-*}" == 'multilib' ]]; then Loading Loading @@ -53,15 +52,6 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then done exec 9>&- # FIXME: temporary workaround until pacman 4.0 moves to [core] if pacman -V | grep -q 'v4.' && ( [[ "$repo" == 'extra' || "$repo" == 'multilib' ]] ); then pacman_conf=$(mktemp) cp "@pkgdatadir@/pacman-${repo}.conf" "${pacman_conf}" sed -r 's/^#(SigLevel = Never)/\1/' -i "${pacman_conf}" else pacman_conf="@pkgdatadir@/pacman-${repo}.conf" fi rm -rf "${chroots}/${repo}-${arch}" mkdir -p "${chroots}/${repo}-${arch}" setarch "${arch}" mkarchroot \ Loading @@ -69,11 +59,6 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then -M "@pkgdatadir@/makepkg-${arch}.conf" \ "${chroots}/${repo}-${arch}/root" \ "${base_packages[@]}" # FIXME: temporary workaround until pacman 4.0 moves to [core] if pacman -V | grep -q 'v4.' && ( [[ "$repo" == 'extra' || "$repo" == 'multilib' ]] ); then cp "@pkgdatadir@/pacman-${repo}.conf" "${chroots}/${repo}-${arch}/root/etc/pacman.conf" fi else setarch ${arch} mkarchroot \ -u \ Loading pacman-extra.conf +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ Architecture = auto # the following line. This will treat any key imported into pacman's keyring as # trusted. #SigLevel = Optional TrustAll # Disable signature checks for now #SigLevel = Never # For now, off by default unless you read the above. SigLevel = Never # # REPOSITORIES Loading pacman-gnome-unstable.conf +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Architecture = auto # the following line. This will treat any key imported into pacman's keyring as # trusted. #SigLevel = Optional TrustAll # Disable signature checks for now # For now, off by default unless you read the above. SigLevel = Never # Loading pacman-kde-unstable.conf +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Architecture = auto # the following line. This will treat any key imported into pacman's keyring as # trusted. #SigLevel = Optional TrustAll # Disable signature checks for now # For now, off by default unless you read the above. SigLevel = Never # Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line V=20120114 V=20120118 PREFIX = /usr/local Loading
archbuild.in +1 −16 Original line number Diff line number Diff line Loading @@ -2,8 +2,7 @@ m4_include(lib/common.sh) # FIXME: temporary added curl until pacman 4.0 moves to [core] base_packages=(base base-devel sudo curl) base_packages=(base base-devel sudo) cmd="${0##*/}" if [[ "${cmd%%-*}" == 'multilib' ]]; then Loading Loading @@ -53,15 +52,6 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then done exec 9>&- # FIXME: temporary workaround until pacman 4.0 moves to [core] if pacman -V | grep -q 'v4.' && ( [[ "$repo" == 'extra' || "$repo" == 'multilib' ]] ); then pacman_conf=$(mktemp) cp "@pkgdatadir@/pacman-${repo}.conf" "${pacman_conf}" sed -r 's/^#(SigLevel = Never)/\1/' -i "${pacman_conf}" else pacman_conf="@pkgdatadir@/pacman-${repo}.conf" fi rm -rf "${chroots}/${repo}-${arch}" mkdir -p "${chroots}/${repo}-${arch}" setarch "${arch}" mkarchroot \ Loading @@ -69,11 +59,6 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then -M "@pkgdatadir@/makepkg-${arch}.conf" \ "${chroots}/${repo}-${arch}/root" \ "${base_packages[@]}" # FIXME: temporary workaround until pacman 4.0 moves to [core] if pacman -V | grep -q 'v4.' && ( [[ "$repo" == 'extra' || "$repo" == 'multilib' ]] ); then cp "@pkgdatadir@/pacman-${repo}.conf" "${chroots}/${repo}-${arch}/root/etc/pacman.conf" fi else setarch ${arch} mkarchroot \ -u \ Loading
pacman-extra.conf +2 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,8 @@ Architecture = auto # the following line. This will treat any key imported into pacman's keyring as # trusted. #SigLevel = Optional TrustAll # Disable signature checks for now #SigLevel = Never # For now, off by default unless you read the above. SigLevel = Never # # REPOSITORIES Loading
pacman-gnome-unstable.conf +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Architecture = auto # the following line. This will treat any key imported into pacman's keyring as # trusted. #SigLevel = Optional TrustAll # Disable signature checks for now # For now, off by default unless you read the above. SigLevel = Never # Loading
pacman-kde-unstable.conf +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ Architecture = auto # the following line. This will treat any key imported into pacman's keyring as # trusted. #SigLevel = Optional TrustAll # Disable signature checks for now # For now, off by default unless you read the above. SigLevel = Never # Loading