summaryrefslogtreecommitdiffstats
path: root/opkg.py
AgeCommit message (Expand)Author
2016-06-01opkg.py/write_packages_file: call __str__ instead of __repr__Alejandro del Castillo
2016-06-01migrate to python 3Alejandro del Castillo
2014-05-06opkg.py: Allow filename to be a relative pathPaul Barker
2012-10-24opkg.py/opkg-build: fix creation of tar archivesSteffen Sledz
2012-07-19opkg.py: Add check_output defintion so it works on python 2.6Richard Purdie
2012-04-26opkg.py: get_file_list_dir: fix empty output from find if package disappersMartin Jansa
2012-04-26opkg-make-index: generate complete filelistMartin Jansa
2012-04-26opkg.py: improve test so it prints temporary control file with long descripti...Martin Jansa
2012-04-26opkg.py: use textwrap for description writingMartin Jansa
2012-04-26opkg.py: fix write_package when called from main testMartin Jansa
2012-04-26opkg.py: computeFileMD5 only when we have fn, otherwise fails to read None fileMartin Jansa
2012-04-26opkg.py: cast lines from controlfile as stringMartin Jansa
2012-04-26opkg-make-index: don't use stdout for Packages output and use __str__ instead...Martin Jansa
2012-04-26opkg.py: catch TypeError when reading control file, to show which one is failingMartin Jansa
2012-04-26opkg.py: use string funtcions directly on string variableMartin Jansa
2012-04-262to3: exception handling fixesMartin Jansa
2012-04-262to3: dictionary fixesMartin Jansa
2012-04-262to3: print fixesMartin Jansa
2012-04-262to3: use subprocess instead of commandsMartin Jansa
2012-04-26opkg.py, arfile.py: report which file has wrong format and use the same testMartin Jansa
2012-04-26opkg.py: use hashlib instead of old md5 moduleMartin Jansa
2012-04-26opkg.py: Add knowledge about License field in ipk headersKhem Raj
2008-08-12[opkg-util] adding Size support when creating PackagesTick Chen
2008-08-07[opkg-utils] Print the "Tags" field. Patch from OE and authored by John LeeHolger 'Zecke' Freyther
2008-07-28make ipk as default opk as an optionTick Chen
2008-07-28opkg-util make .opk as the default file extension Tick Chen
2008-07-18[opkg-utils] Add opkg-utils to the repository courtsey Richard Purdie of o-ha...Holger 'Zecke' Freyther