index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fetch2: unpack revision
Mark Hatle
2011-02-12
1
-0
/
+12
*
Export KRB5CCNAME variable
Javier Martin
2011-02-10
1
-0
/
+1
*
bitbake/utils.py: add glob name matching to remove
Saul Wold
2011-02-08
1
-8
/
+9
*
bitbake/unlockfile: Fix exception handling
Richard Purdie
2011-01-26
1
-1
/
+1
*
bitbake/utils: Ignore OSError in unlockfile
Richard Purdie
2011-01-24
1
-1
/
+1
*
bitbake/utils.py: Teach unlockfile about shared mode lockfiles
Richard Purdie
2011-01-19
1
-1
/
+7
*
bitbake/utils.py: Add option of holding shared lockfiles
Richard Purdie
2011-01-19
1
-2
/
+6
*
*: use utils.remove() some more
Bernhard Reutner-Fischer
2011-01-12
1
-1
/
+3
*
utils: show the actual exception in better_exec
Chris Larson
2011-01-10
1
-6
/
+4
*
bitbake/utils.py: Drop unused function extend_deps()
Richard Purdie
2011-01-10
1
-11
/
+0
*
bitbake: Sync environment handling function names and comments with upstream ...
Richard Purdie
2011-01-10
1
-12
/
+12
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-8
/
+8
*
utils: fix typo in error message
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
utils: don't overwrite builtin dir() function
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
utils: drop unnecessary debug msgs from mkdirhier
Chris Larson
2011-01-04
1
-2
/
+0
*
utils: fix 'lock' variable reference
Chris Larson
2011-01-04
1
-1
/
+1
*
utils: fix calls to close() in the lock/unlock functions
Chris Larson
2011-01-04
1
-8
/
+9
*
build: use a contextmanager for locks
Chris Larson
2011-01-04
1
-0
/
+13
*
build: use bb.process instead of os.system
Chris Larson
2011-01-04
1
-0
/
+11
*
vercmp: don't choke on empty first version components
Chris Larson
2011-01-04
1
-1
/
+1
*
Prefer xrange over range for small performance gain.
Bob Foerster
2011-01-04
1
-5
/
+5
*
Don't show tracebacks for SystemExit or KeyboardInterrupt
Chris Larson
2011-01-04
1
-1
/
+1
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-21
/
+26
*
Use the python logging module under the hood for bb.msg
Chris Larson
2011-01-04
1
-6
/
+5
*
Make realfile optional for better_exec, using the existing fn in the code object
Chris Larson
2011-01-04
1
-2
/
+4
*
bb.utils: check if lock file is writable, to fix bug 606
Yu Ke
2010-12-30
1
-0
/
+4
*
bitbake: Overhaul environment handling
Richard Purdie
2010-12-09
1
-15
/
+33
*
bitbake/utils.py: Improve traceback to be more helpful/clear to users
Richard Purdie
2010-12-05
1
-7
/
+23
*
bitbake/utils.py: Ensure the last lines of functions are printed in tracebacks
Richard Purdie
2010-12-05
1
-2
/
+5
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
1
-0
/
+1
*
utils.py: Fix bb.copyfile to change the permissions of the file back correctly
Richard Purdie
2010-08-23
1
-2
/
+4
*
utils.py: Add a new extend_deps() to easily merge two dependency lists
Mark Hatle
2010-08-20
1
-0
/
+11
*
bitbake/utils.py: Allow copyfile to copy files which aren't readable
Richard Purdie
2010-08-20
1
-0
/
+3
*
bitbake/utils.py: Improve better_exec debug output
Richard Purdie
2010-08-20
1
-5
/
+9
*
bitbake/utils.py: Give useful debug information when no lineno information is...
Richard Purdie
2010-08-19
1
-7
/
+10
*
bitbake/utils.py: Allow explode_dep_versions to handle the commas join_deps c...
Richard Purdie
2010-08-17
1
-1
/
+1
*
*: Fix typo in documentation
Bernhard Reutner-Fischer
2010-08-04
1
-1
/
+1
*
utils: Fix number of arguments to bb.msg functions
Bernhard Reutner-Fischer
2010-08-03
1
-2
/
+2
*
Apply some 2to3 refactorings
Chris Larson
2010-07-02
1
-2
/
+2
*
Kill unnecessary usages of the types module
Chris Larson
2010-07-02
1
-3
/
+3
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-16
/
+16
*
Apply the 2to3 print function transform
Chris Larson
2010-07-02
1
-11
/
+11
*
Drop some unused vars
Chris Larson
2010-07-02
1
-1
/
+1
*
Import fixups
Chris Larson
2010-07-02
1
-14
/
+9
*
Formatting cleanups
Chris Larson
2010-07-02
1
-92
/
+93
*
Drop doctest, as we aren't utilizing it
Chris Larson
2010-07-02
1
-19
/
+1
*
Implement bb.msg.domain as a named tuple, drop the Enum class
Chris Larson
2010-07-02
1
-40
/
+0
*
Ensure we always utilize the correct messaging domains
Chris Larson
2010-07-02
1
-3
/
+3
*
Resurrect the old bb.vercmp as bb.utils.vercmp, and its deps
Chris Larson
2010-07-02
1
-0
/
+143
*
Add & utilize a simple_exec utility function
Chris Larson
2010-07-02
1
-0
/
+3
[next]