openwrt-luci/build
Jo-Philipp Wich 0856030c79 build: generate strictly increasing git revisions (#225)
Instead of simply emitting a "git-$hash" revision, take the commit time into
account to generate strictly increasing revisions to preserve opkg upgrade
capabilities.

The format is "git-YY.DDD.SSSSS-HHHHHHH" with the following defined fields:

  - YY        year number (00..99)
  - DDD       day of year (001..366)
  - SSSSSS    second of day (00000..86399)
  - HHHHHHH   abbreviated git commit hash

An example revision is "git-14.283.50202-bb388f0".

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-10-14 13:51:37 +02:00
..
config.mk build: also prepare i18n directories 2009-05-19 02:50:52 +00:00
gccconfig.mk [build] drop -Werror, newer gcc versions emit more warnings, stuff might break on some targets 2010-03-02 00:47:47 +00:00
hostenv.sh build: fix bashism in hostenv.sh 2011-02-16 19:57:39 +00:00
i18n-init.sh properly support git in build/i18n-init.sh 2012-11-20 11:42:35 +00:00
i18n-po2lua.pl build: readd both po2lua and lua2po helper scripts... 2011-01-18 20:51:24 +00:00
i18n-scan.pl build: escape backslashes in i18n strings 2012-04-22 14:29:00 +00:00
i18n-sync.sh build: i18n-sync.sh: also recreate base.pot 2012-07-01 22:58:17 +00:00
i18n-update.pl build: preserve original .po header when updating from templates to reduce diff noise 2014-06-13 09:40:43 +00:00
luci.cgi build: add runuhttpd sdk target 2010-04-16 13:38:27 +00:00
lucid.lua Fix SDK build process 2009-06-20 07:20:56 +00:00
makedocs.sh Added "apidocs" target to Makefile 2008-07-29 21:16:12 +00:00
mkbasepot.sh build: adjust mkbasepot.sh after modules/base merge 2014-06-13 09:40:40 +00:00
mkrevision.sh build: generate strictly increasing git revisions (#225) 2014-10-14 13:51:37 +02:00
mkversion.sh modules/freifunk: Set uhttpd.main.rfc1918_filter=0 via uci-defaults/freifunk to allow connections from rfc1918 ip space to public ips 2011-03-03 21:01:17 +00:00
module.mk build: Bail out the build if any lua compilation fails. (Patch from Fon-NG, http://trac.fonosfera.org/fon-ng/changeset/1867) 2011-09-03 17:07:38 +00:00
setup.lua build: override sys.user.getpasswd and nixio.fs.access in sdk environment 2012-03-13 23:18:13 +00:00
zoneinfo2lua.pl build: zoneinfo2lua.pl: rework script to accommodate split tzdata.lua and tzoffset.lua libs 2011-01-02 17:52:06 +00:00