5 if [ "${4%%/*}" = "branches" ]; then
6 variant="LuCI ${4##*[-/]} Branch"
7 elif [ "${4%%/*}" = "tags" ]; then
8 variant="LuCI ${4##*[-/]} Release"
16 distname = "${2:-OpenWrt}"
17 distversion = "${3:-Development Snapshot}"
20 luciversion = "${5:-svn}"