Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2006-10-14 | python: add heapq and bisect support to python-lang, remove bisect from ↵ | Michael Lauer | 1 | |
python-threading | ||||
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-10-04 | python: fixed manifest to NOT rdepend on libraries - shlibs code will do it ↵ | Marcin Juszkiewicz | 1 | |
in correct way | ||||
2006-09-13 | rename sanitize.py to oe-stylize.py | Koen Kooi | 1 | |
2006-09-12 | contrib/sanitize.py: Fix a hang when processing comment block and fix some | Cyril Romain | 1 | |
erroneous for loop usage. | ||||
2006-09-11 | contrib/sanitize.py: Revision 0.5 | Cyril Romain | 1 | |
* Recognise pkg_preins and pkg_prerm scripts * For alternatives put the required items before the option items * For initscripts put the package list first * Recognise PKG variable * Remove blank lines between variables with the same prefix (eg the ALTERNATIVE_ vars). | ||||
2006-09-09 | sanitize.py: Drop odict dependency. | Paul Sokolovsky | 1 | |
2006-09-09 | sanitize.py: Revision 0.4 | Cyril Romain | 1 | |
* formatting changes * functions with better names * useless or unused variables removed * comments added | ||||
2006-09-07 | sanitize.py: Drop unimportant Python 2.4 dependency. | Paul Sokolovsky | 1 | |
2006-09-07 | sanitize.py: Make executable. | Paul Sokolovsky | 1 | |
2006-09-07 | sanitize.py: Fix line-endings (dos->unix). | Paul Sokolovsky | 1 | |
2006-09-06 | sanitize.py: add a script that does the heavy lifting for making recipes ↵ | Cyril Romain | 1 | |
conform to the styleguide in the wiki | ||||
2006-09-05 | mtnpatch: resurrect mtnpatch | Justin Patrin | 1 | |
2006-09-02 | feed-browser: add search functionality | Marcin Juszkiewicz | 1 | |
2006-08-29 | mtnpatch.py: Remove unneeded script (mtn now has pluck) | Justin Patrin | 1 | |
2006-08-29 | feed-browser: feeds has a type now: normal/upgrades. | Marcin Juszkiewicz | 3 | |
Type is used by updater to update only 'upgrades' feeds: "php update.php upgrades" | ||||
2006-08-29 | feed-browser: make all sections lowercase, really remove packages before update | Marcin Juszkiewicz | 1 | |
2006-08-25 | feed-browser: much better sectionlist (rewrite to be recursive anyone?) | Marcin Juszkiewicz | 1 | |
2006-08-25 | contrib/python/generate-manifest.py: update to latest version | Michael Lauer | 1 | |
2006-08-25 | contrib/python: add the script that I use to generate the python manifest file | Michael Lauer | 2 | |
2006-08-25 | feed-browser: forgotten structure change | Marcin Juszkiewicz | 1 | |
2006-08-25 | feed-browser: FIX: feed structure was changed - database NEED to be rebuilt | Marcin Juszkiewicz | 3 | |
- package.p_feed is now int -> feeds.f_id | ||||
2006-08-25 | feed-browser: feeds adding improved, updater more silent | Marcin Juszkiewicz | 4 | |
- includes/config.inc contain array with all feeds - check_database() adds feeds if they are not present - updater does not show feed URL | ||||
2006-08-25 | feed-browser: moved functions to include/functions.inc, updater check/create ↵ | Marcin Juszkiewicz | 4 | |
database now | ||||
2006-08-25 | feed-browser: also list number of packages per feed after updating | Koen Kooi | 1 | |
2006-08-25 | feed-browser/updater: removed warnings, simplified, reformatted | Marcin Juszkiewicz | 1 | |
2006-08-25 | feed-browser: show links to all depends/provides/conflicts, show packages ↵ | Marcin Juszkiewicz | 1 | |
not only by Name: but also by Provides: | ||||
2006-08-25 | feed-browser: show feed name in download section, sort by feed/arch | Marcin Juszkiewicz | 1 | |
2006-08-25 | feed-browser: move section list to end of page source, fixed 2 column layout CSS | Marcin Juszkiewicz | 2 | |
2006-08-24 | feed-browser: split maintainers to separate lines (works when ', ' is used ↵ | Marcin Juszkiewicz | 1 | |
as separator | ||||
2006-08-24 | feed-browser: no need to keep two copies of package listing generation code | Marcin Juszkiewicz | 1 | |
2006-08-24 | feed-browser: another set of functionality and look changes | Marcin Juszkiewicz | 2 | |
- added sections tree on left side - need some work as we do not have 'e' or 'gnome' section so parts are wrong - letterchooser is always visible - removed menu as it is useless now - package details has versions sorted by PV - all pages should now validate as HTML 1.0 Strict - restructured code a bit - now HTML mainblock is in one place | ||||
2006-08-24 | feed-browser: more cleanups | Marcin Juszkiewicz | 2 | |
- package details switched to definition list - database check/creation moved to function - removed dead code | ||||
2006-08-24 | feed-browser/update.php: define database name once | Marcin Juszkiewicz | 1 | |
2006-08-24 | contrib/feed-browser/update.php: fix path to db | Koen Kooi | 1 | |
2006-08-24 | contrib/feed-browser/update.php: add GPL header | Koen Kooi | 1 | |
2006-08-24 | feed-browser: starting version of web browser for feeds (GPLv2 license) | Marcin Juszkiewicz | 5 | |
- show packages list - show sections list - show package information - allow to download package | ||||
2006-06-05 | mtnpatch: replace split with regex | Justin Patrin | 1 | |
2006-06-03 | Add mtnpatch.py, a script to parse and import a full monotone diff | Justin Patrin | 1 | |
2006-05-05 | contrib/qa/ipkg-diff/ipkg-diff: | Holger Freyther | 1 | |
use getattr to get the function by name | ||||
2006-05-05 | contrib/qa/ipkg-diff/ipkg.py: | Holger Freyther | 1 | |
-do not have an argument for the getter methods -return the file list verbosely | ||||
2006-05-03 | qa/ipkg-diff/ipkg-diff: | Holger Freyther | 1 | |
Start parsing the packages using ipkg.py and implement a simple comparing of two packages. Todo: -Remove, analyse the error when comparing -Find a way to invoke the method by name (__call__ or such) -Compare post install, pre install scripts -Find the source for different md5sums (files, control script, header, files) | ||||
2006-05-03 | qa/ipkg-diff: | Holger Freyther | 1 | |
Implement diffing the content of two directories and showing the difference. as mithro pointed out the splitting could be done in one loop and I have other optimisations in my head as well, but this way it just looks sexy and is intuitive. | ||||
2006-05-03 | contrib/qa/ipkg-diff: | Holger Freyther | 5 | |
Add a work in progress ipkg-diff utilitiy to show differences between two directory of ipk packages files. Currently it does nothing. | ||||
2005-06-30 | import clean BK tree at cset 1.3670 | Koen Kooi | 8 | |
2004-12-11 | Toss the oe logo and gpe and opie splash screens (all as svg) into contrib/. | Chris Larson | 5 | |
BKrev: 41ba488eCUURbAuXNmMnPpgEzvcJbA |