index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | archco.in | 4 | ||||
-rw-r--r-- | commitpkg.in | 2 | ||||
-rw-r--r-- | crossrepomove.in | 2 | ||||
-rw-r--r-- | makechrootpkg.in | 2 | ||||
-rw-r--r-- | makepkg-i686.conf | 5 | ||||
-rw-r--r-- | makepkg-x86_64.conf | 5 | ||||
-rw-r--r-- | mkarchroot.in | 2 | ||||
-rw-r--r-- | pacman-extra.conf | 1 | ||||
-rw-r--r-- | pacman-gnome-unstable.conf | 1 | ||||
-rw-r--r-- | pacman-kde-unstable.conf | 1 | ||||
-rw-r--r-- | pacman-multilib-staging.conf | 1 | ||||
-rw-r--r-- | pacman-multilib-testing.conf | 1 | ||||
-rw-r--r-- | pacman-multilib.conf | 1 | ||||
-rw-r--r-- | pacman-staging.conf | 1 | ||||
-rw-r--r-- | pacman-testing.conf | 1 | ||||
-rw-r--r-- | rebuildpkgs.in | 2 |
@@ -1,4 +1,4 @@ -V=20151129 +V=20160527.1 PREFIX = /usr/local @@ -112,6 +112,7 @@ dist: gpg --detach-sign --use-agent devtools-$(V).tar.gz upload: - scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig nymeria.archlinux.org:/srv/ftp/other/devtools/ + scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/ .PHONY: all clean install uninstall dist upload + @@ -11,9 +11,9 @@ fi case $scriptname in archco) - SVNURL="svn+ssh://svn-packages@nymeria.archlinux.org/srv/repos/svn-packages/svn";; + SVNURL="svn+ssh://svn-packages@repos.archlinux.org/srv/repos/svn-packages/svn";; communityco) - SVNURL="svn+ssh://svn-community@nymeria.archlinux.org/srv/repos/svn-community/svn";; + SVNURL="svn+ssh://svn-community@repos.archlinux.org/srv/repos/svn-community/svn";; *) die "Couldn't find svn url for %s" "$scriptname" ;; diff --git a/commitpkg.in b/commitpkg.in index 323f9af..a5e6d65 100644 --- a/commitpkg.in +++ b/commitpkg.in @@ -92,7 +92,7 @@ for _arch in ${arch[@]}; do done if [[ -z $server ]]; then - server='nymeria.archlinux.org' + server='repos.archlinux.org' fi if [[ -n $(svn status -q) ]]; then diff --git a/crossrepomove.in b/crossrepomove.in index ac08c67..afeec77 100644 --- a/crossrepomove.in +++ b/crossrepomove.in @@ -29,7 +29,7 @@ case $scriptname in ;; esac -server='nymeria.archlinux.org' +server='repos.archlinux.org' source_svn="svn+ssh://svn-${source_name}@${server}/srv/repos/svn-${source_name}/svn" target_svn="svn+ssh://svn-${target_name}@${server}/srv/repos/svn-${target_name}/svn" source_dbscripts="/srv/repos/svn-${source_name}/dbscripts" diff --git a/makechrootpkg.in b/makechrootpkg.in index 79f54ab..a77d14a 100644 --- a/makechrootpkg.in +++ b/makechrootpkg.in @@ -190,7 +190,7 @@ prepare_chroot() { # We can't use useradd without chrooting, otherwise it invokes PAM modules # which we might not be able to load (i.e. when building i686 packages on # an x86_64 host). - printf 'builduser:x:%d:100:builduser:/:/usr/bin/nologin\n' "$builduser_uid" >>"$copydir/etc/passwd" + printf 'builduser:x:%d:100:builduser:/build:/bin/bash\n' "$builduser_uid" >>"$copydir/etc/passwd" chown -R "$builduser_uid" "$copydir"/{build,pkgdest,srcpkgdest,logdest,srcdest,startdir} if [[ -n $MAKEFLAGS ]]; then diff --git a/makepkg-i686.conf b/makepkg-i686.conf index ac54d07..c565795 100644 --- a/makepkg-i686.conf +++ b/makepkg-i686.conf @@ -73,7 +73,7 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug) +# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries @@ -84,9 +84,10 @@ BUILDENV=(!distcc color !ccache check !sign) #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip #-- purge: Remove files specified by PURGE_TARGETS #-- upx: Compress binary executable files using UPX +#-- optipng: Optimize PNG images with optipng #-- debug: Add debugging flags as specified in DEBUG_* variables # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5) diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf index 415231a..bf83f35 100644 --- a/makepkg-x86_64.conf +++ b/makepkg-x86_64.conf @@ -73,7 +73,7 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug) +# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries @@ -84,9 +84,10 @@ BUILDENV=(!distcc color !ccache check !sign) #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip #-- purge: Remove files specified by PURGE_TARGETS #-- upx: Compress binary executable files using UPX +#-- optipng: Optimize PNG images with optipng #-- debug: Add debugging flags as specified in DEBUG_* variables # -OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug) +OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 INTEGRITY_CHECK=(md5) diff --git a/mkarchroot.in b/mkarchroot.in index 3da2144..b790bdb 100644 --- a/mkarchroot.in +++ b/mkarchroot.in @@ -75,6 +75,8 @@ printf '%s.UTF-8 UTF-8\n' en_US de_DE > "$working_dir/etc/locale.gen" echo 'LANG=C' > "$working_dir/etc/locale.conf" echo "$CHROOT_VERSION" > "$working_dir/.arch-chroot" +systemd-machine-id-setup --root="$working_dir" + exec arch-nspawn \ ${pac_conf:+-C "$pac_conf"} \ ${makepkg_conf:+-M "$makepkg_conf"} \ diff --git a/pacman-extra.conf b/pacman-extra.conf index 45fe03d..8ea402a 100644 --- a/pacman-extra.conf +++ b/pacman-extra.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/pacman-gnome-unstable.conf b/pacman-gnome-unstable.conf index ff905fe..315eb44 100644 --- a/pacman-gnome-unstable.conf +++ b/pacman-gnome-unstable.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/pacman-kde-unstable.conf b/pacman-kde-unstable.conf index 382f091..eb722da 100644 --- a/pacman-kde-unstable.conf +++ b/pacman-kde-unstable.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/pacman-multilib-staging.conf b/pacman-multilib-staging.conf index d1b38e0..7e32aa3 100644 --- a/pacman-multilib-staging.conf +++ b/pacman-multilib-staging.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/pacman-multilib-testing.conf b/pacman-multilib-testing.conf index 276e747..462552d 100644 --- a/pacman-multilib-testing.conf +++ b/pacman-multilib-testing.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/pacman-multilib.conf b/pacman-multilib.conf index a6511e0..b7ef137 100644 --- a/pacman-multilib.conf +++ b/pacman-multilib.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/pacman-staging.conf b/pacman-staging.conf index e3d6e47..291333b 100644 --- a/pacman-staging.conf +++ b/pacman-staging.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/pacman-testing.conf b/pacman-testing.conf index 5712937..8a12d23 100644 --- a/pacman-testing.conf +++ b/pacman-testing.conf @@ -14,6 +14,7 @@ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ +#HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u diff --git a/rebuildpkgs.in b/rebuildpkgs.in index 1a02954..ba8fee4 100644 --- a/rebuildpkgs.in +++ b/rebuildpkgs.in @@ -47,7 +47,7 @@ pkg_from_pkgbuild() { chrootdir="$1"; shift pkgs="$@" -SVNPATH='svn+ssh://nymeria.archlinux.org/srv/repos/svn-packages/svn' +SVNPATH='svn+ssh://repos.archlinux.org/srv/repos/svn-packages/svn' msg "Work will be done in %s" "$(pwd)/rebuilds" |