summaryrefslogtreecommitdiffstats
path: root/scripts/ipkg-make-index.sh
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH 1/2] Never write errors to stdout from ipkg-make-index.shjow2011-02-231-2/+2
| | | | | | | | | | | | | | | | Since the output of ipkg-make-index.sh is unconditionally used to create the Packages file, sending the errors into this file is unacceptable (both because they are not shown to users and because they make an invalid Packages file). For incorrect invocation, write to stderr. For errors from which, send to /dev/null with stdout. Signed-off-by: Kevin Locke <klocke@digitalenginesoftware.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25677 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] ipkg-make-index: remove leading './' from the Filename fieldjuhosg2009-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace ipkg-make-index with a shell script that works on bsdnbd2006-10-101-0/+24
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5046 3c298f89-4303-0410-b956-a3cf2f4a3e73