# redis/cfg - "Build" settings for package #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.92 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.04 hours (or 002.17 minutes) - ThinkPad W530 i7 4x2 32GB RAM using a 64-bit kernel and 32-bit distro #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 148M #--------------------------------------------------------------------- [depends] sed #--------------------------------------------------------------------- [configure] sed -e "s@^PREFIX[?]=.*@PREFIX=$PKGDIR_PROD@" \ -i `find . -name Makefile` #--------------------------------------------------------------------- [postbuild] ETCDIR=$PKGDIR_PROD/etc SBINDIR=$PKGDIR_PROD/sbin mkdir -p $ETCDIR $SBINDIR cp -p redis.conf $ETCDIR/ cd $SBINDIR cat > redis-start << END killany -2 redis-server || true sleep 5 PX=\$PRODTREE/redis \$PX/bin/redis-server \$PX/etc/redis.conf >& /var/log/redis.log & END chmod 755 redis-start #--------------------------------------------------------------------- [setup.boot] echo never > /sys/kernel/mm/transparent_hugepage/enabled #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = http://download.redis.io/releases/redis-7.0.11.tar.gz #--------------------------------------------------------------------- [history] 171110 Added package. Started with 4.0.2. 171201 Updated to 4.0.5 171205 Updated to 4.0.6 180303 Updated to 4.0.8 180326 Updated to 4.0.9 180615 Updated to 4.0.10 180805 Updated to 4.0.11 181017 Updated to 5.0.0 181107 Updated to 5.0.1 181122 Updated to 5.0.2 181215 Updated to 5.0.3 190925 Updated to 5.0.6 210207 Updated to 6.0.10 210423 Updated to 6.2.2 210503 Updated to 6.2.3 210601 Updated to 6.2.4 210722 Updated to 6.2.5 211006 Updated to 6.2.6 220711 Updated to 7.0.3 220722 Updated to 7.0.4 230320 Updated to 7.0.10 230419 Updated to 7.0.11