Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | build: add check-controller.sh, a utility to test controller files | Jo-Philipp Wich | |
The main purpose of the script is to check if the module declaration matches and if associated cbi resources are properly referenced. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2017-05-08 | build/zoneinfo2lua.pl: logic for Etc/GMT timezones | Hannu Nyman | |
Add logic to add Etc/GMT timezones (like GMT+5) although the zones are not included in zone.tab Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2016-03-26 | build/luadoc: Fix typos (found by codespell) | Stefan Weil | |
Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
2015-09-02 | build/makedocs.sh: handle relative output directories | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-04-20 | build: rework i18n-sync.sh to support new structure | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-02-04 | zoneinfo2lua.pl to generate shorter copyright messages | Hannu Nyman | |
Change zoneinfo2lua.pl to generate the short copyright messages that have been there since https://github.com/openwrt/luci/commit/7a3493b1f7d75a3945279115324cf2ff4da26b7b Also change the advice on line 3 about directory, where this script should be run. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> | |||
2015-01-28 | build: add modified luadoc for use with LuCI sources | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | build: remove remainders of old build system | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | build: adapt zoneinfo2lua.pl to new structure | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | build: adapt i18n-update.pl to new structure | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | build: adapt mkbasepot.sh to new structure | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2015-01-08 | Rework LuCI build system | Jo-Philipp Wich | |
* Rename subdirectories to their repective OpenWrt package names * Make each LuCI module its own standalone package * Deploy a shared luci.mk which is used by each module Makefile Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-11-01 | build: rewrite mkversion.sh to use git metadata (#239) | Jo-Philipp Wich | |
The current build/mkversion.sh still expected an SVN repository layout, rewrite it to derive tags and branchnames from git metadata. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-10-14 | build: generate strictly increasing git revisions (#225) | Jo-Philipp Wich | |
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-06-13 | build: preserve original .po header when updating from templates to reduce ↵ | Jo-Philipp Wich | |
diff noise Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2014-06-13 | build: adjust mkbasepot.sh after modules/base merge | Jo-Philipp Wich | |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | |||
2013-03-25 | build: add mkrevision.sh helper script which properly infers the revision ↵ | Jo-Philipp Wich | |
from either svn, git-svn or git work copies | |||
2012-12-18 | build: remove two obsolete scripts | Jo-Philipp Wich | |
2012-11-20 | properly support git in build/i18n-init.sh | Daniel Golle | |
2012-07-01 | build: i18n-sync.sh: also recreate base.pot | Jo-Philipp Wich | |
2012-07-01 | build: fixup header order in i18n-update.pl to minimize diffs to pootle | Jo-Philipp Wich | |
2012-06-27 | build: add i18n-sync.sh, a script to automatically sync most translations | Jo-Philipp Wich | |
2012-04-22 | build: escape backslashes in i18n strings | Jo-Philipp Wich | |
2012-04-06 | build/i18n-init.sh: add git support | Jo-Philipp Wich | |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-04-06 | build/i18n-init.sh: allow to use custom pattern for template files | Jo-Philipp Wich | |
This allows to initialize language files for individual modules. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-04-03 | build: rework checks in i18n-scan.pl | Jo-Philipp Wich | |
2012-04-02 | build: rework i18n-scan.pl defined checks | Jo-Philipp Wich | |
2012-04-02 | build/i18n-scan.pl: avoid a possible endless loop | Jo-Philipp Wich | |
Issuing './build/i18n-scan.pl libs/core/' leads to this endless loop with some perl implementations: <...> Use of uninitialized value in concatenation (.) or string at../build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. Use of uninitialized value in concatenation (.) or string at ./build/i18n-scan.pl line 69. substr outside of string at ./build/i18n-scan.pl line 69. <...> Experienced with this perl version: "This is perl, v5.8.8 built for i386-linux" Fix it by undefining the 'sub' variable if it is an empty string. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> | |||
2012-03-13 | build: override sys.user.getpasswd and nixio.fs.access in sdk environment | Jo-Philipp Wich | |
2011-11-05 | build: i18n-scan.pl: cope with strings that contain escaped newlines, ↵ | Jo-Philipp Wich | |
spotted in luci-pbx | |||
2011-10-27 | build: mkbasepot.sh: scan protocols/ as well | Jo-Philipp Wich | |
2011-09-03 | build: Bail out the build if any lua compilation fails. (Patch from Fon-NG, ↵ | Jo-Philipp Wich | |
http://trac.fonosfera.org/fon-ng/changeset/1867) | |||
2011-05-21 | build: add i18n-init.sh, a helper script to initalize missing *.po files | Jo-Philipp Wich | |
2011-05-04 | build: uvl is dead, remove it | Jo-Philipp Wich | |
2011-03-03 | modules/freifunk: Set uhttpd.main.rfc1918_filter=0 via uci-defaults/freifunk ↵ | Manuel Munz | |
to allow connections from rfc1918 ip space to public ips | |||
2011-02-16 | build: fix bashism in hostenv.sh | Jo-Philipp Wich | |
2011-01-26 | build: better not use a local var, it breaks various shells | Jo-Philipp Wich | |
2011-01-23 | build: set LUA_PATH when invoking LuaSrcDiet | Jo-Philipp Wich | |
2011-01-23 | build: use maximum compression for LuaSrcDiet | Jo-Philipp Wich | |
2011-01-23 | contrib, build: bundle LuaSrcDiet and make it available in build targets | Jo-Philipp Wich | |
2011-01-18 | build: readd both po2lua and lua2po helper scripts... | Jo-Philipp Wich | |
2011-01-18 | build: partly revert r6748 | Jo-Philipp Wich | |
2011-01-18 | build: restore i18n-lua2po.pl and remove i18n-po2lua.pl | Jo-Philipp Wich | |
2011-01-14 | build: fix some errors in i18n-scan.pl, support bracketed Lua string notation | Jo-Philipp Wich | |
2011-01-14 | build: properly handle i18n tags with whitespace strip tokens in i18n-scan.pl | Jo-Philipp Wich | |
2011-01-13 | build: remove uvl setup from sdk preloading | Jo-Philipp Wich | |
2011-01-13 | build: add mkbasepot.sh, convenience script to rebuild base.pot (it sources ↵ | Jo-Philipp Wich | |
multiple project parts) | |||
2011-01-02 | build: remove some obsolete support scripts | Jo-Philipp Wich | |
2011-01-02 | build: zoneinfo2lua.pl: rework script to accommodate split tzdata.lua and ↵ | Jo-Philipp Wich | |
tzoffset.lua libs | |||
2011-01-02 | build: make zoneinfo2lua.pl script more convenient | Jo-Philipp Wich | |