index
:
openembedded-core.git
master
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
fetch2
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake/fetch2: Ensure SRCREV_pn-PN is checked for a revision when the SRC_UR...
Richard Purdie
2011-02-23
1
-1
/
+3
*
bitbake/fecth2: Ensure BB_FETCH_PREMIRRORONLY being set as false is handled c...
Richard Purdie
2011-02-16
1
-1
/
+2
*
bitbake/fetch2: Revert part of the unpack change until the issues with it are...
Richard Purdie
2011-02-13
1
-2
/
+2
*
fetch2: unpack revision
Mark Hatle
2011-02-12
1
-39
/
+53
*
bitbake/fetch2: Add explict network access exception and handling to give use...
Richard Purdie
2011-02-11
9
-17
/
+33
*
bitbake/fetch2: Fix message about md5 checksums when sha256 is incorrect
Richard Purdie
2011-02-11
1
-1
/
+9
*
bitbake/fetch2: Fix patch merge error
Richard Purdie
2011-02-11
1
-1
/
+1
*
bitbake/fetch2: Add some debug output so its clear when PREMIRRORS, upstream ...
Richard Purdie
2011-02-11
1
-0
/
+3
*
bitbake/fetch2: Ensure network access status is reset for each loop iteration...
Richard Purdie
2011-02-11
1
-0
/
+4
*
bitbake/fetch2/wget: Fix missing string parameter reference
Richard Purdie
2011-02-11
1
-1
/
+1
*
bitbake/fetch2: Ensure failed fetch attempts are logged in the debug logs
Richard Purdie
2011-02-11
1
-2
/
+4
*
bitbake/fetch2: Correctly handle git mirror tarball fetching
Richard Purdie
2011-02-11
1
-4
/
+5
*
bitbake/fetch2: Pass over malformatted (empty) mirror url lines
Richard Purdie
2011-02-11
1
-1
/
+5
*
fetch2: Correct the clean() mechanism for the fetcher2 code
Saul Wold
2011-02-10
5
-0
/
+63
*
bitbake/fetch2/git: Write mirror tarballs if enabled and they don't exist, al...
Richard Purdie
2011-02-10
1
-11
/
+11
*
bitbake/fetch2: Fix negated if check for BB_FETCH_PREMIRRORONLY
Richard Purdie
2011-02-09
1
-1
/
+1
*
fetch2: Add SRPM knowledge
Mark Hatle
2011-02-08
1
-24
/
+38
*
bitbake/fetch2: Ignore UnboundLocalError in exception handler in try_mirror
Richard Purdie
2011-02-08
1
-2
/
+5
*
bitbake/fetch2: Move symlink handling into try_mirror where is belongs instea...
Richard Purdie
2011-02-08
1
-12
/
+21
*
bitbake/fetch2: When using BB_FETCH_PREMIRRORONLY, set BB_NO_NETWORK after pr...
Richard Purdie
2011-02-08
1
-13
/
+15
*
bitbake/fetch2: Ensure we only remove files, not directories when fetch failu...
Richard Purdie
2011-02-08
1
-3
/
+5
*
bitbake/fetch2: Ensure original ud is preserved in try_mirror
Richard Purdie
2011-02-08
1
-4
/
+4
*
bitbake/fetch2/git: Fix broken variable reference
Richard Purdie
2011-02-08
1
-1
/
+1
*
bitbake/fetch2/git: Ensure unresolved branches are translated into revisions
Richard Purdie
2011-02-08
1
-1
/
+2
*
fetch2: add try/finally to ensure lockfile is unlocked on failure
Saul Wold
2011-02-07
1
-42
/
+44
*
fetch2: add runfetchcmd to import for fetchers
Saul Wold
2011-02-07
6
-2
/
+15
*
bitbake/fetch2:Fetch Make using the fn based cache optional
Richard Purdie
2011-02-07
1
-3
/
+4
*
bitbake/fetch2: Fix pickling issues with fetcher exceptions
Richard Purdie
2011-02-07
1
-14
/
+21
*
bitbake/fetch2: Update mirror processing to ensure we look for mirror tarballs
Richard Purdie
2011-02-07
1
-16
/
+21
*
bitbake/fetch2: Update forcefetch and mirror handling to clean up, simplfy an...
Richard Purdie
2011-02-07
5
-83
/
+67
*
bitbake/fetch2: Match Fetcher log domain to that in bb.msg
Richard Purdie
2011-02-07
1
-1
/
+1
*
bitbake/fetch2/git: use clonedir as ud.localfile too since the mirror tarball...
Richard Purdie
2011-02-07
1
-1
/
+1
*
bitbake/fetch2/git.py: Ensure that forcefetch operates in the correct directo...
Richard Purdie
2011-02-07
1
-0
/
+3
*
bitbake/fetch2/git: Fix localpath to point at the clone repo since we no long...
Richard Purdie
2011-02-07
1
-0
/
+3
*
bitbake/fetch2: Use True instead of integer values
Richard Purdie
2011-02-07
8
-31
/
+31
*
bitbake/fetch2: Drop name/override ordering backwards compatibility code
Richard Purdie
2011-02-07
1
-2
/
+0
*
bitbake/fetch2/svn: The concept of using dates with svn is totally insane, dr...
Richard Purdie
2011-02-07
1
-21
/
+1
*
bitbake/fetch2: Define a new interface to the fetcher code though the 'Fetch'...
Richard Purdie
2011-02-07
1
-144
/
+169
*
bitbake/fetch2: Fix typo
Richard Purdie
2011-02-07
1
-1
/
+1
*
bitbake/fetch2: Drop legacy CVSDATE support
Richard Purdie
2011-02-07
1
-3
/
+3
*
bitbake/fetch2: Move getSRCDate to FetchData class where is more appropriate
Richard Purdie
2011-02-07
1
-18
/
+16
*
bitbake/fetch2: Make srcrev_internal_helper a normal function, doesn't belong...
Richard Purdie
2011-02-07
2
-35
/
+32
*
bitbake/fetch2: Rename Fetch class to FetchMethod
Richard Purdie
2011-02-07
13
-29
/
+29
*
bitbake/fetch2: Drop old md5 handling code
Richard Purdie
2011-02-07
1
-30
/
+8
*
bitbake/fetch2: Rewrite and improve exception handling, reusing core function...
Richard Purdie
2011-02-07
11
-145
/
+121
*
bitbake/fetch2: Have all fetcher exceptions derived from a common BBFetchExce...
Richard Purdie
2011-02-07
1
-7
/
+10
*
bitbake/fetch2: Drop unused parameter for localpath() and update comments
Richard Purdie
2011-02-07
1
-3
/
+2
*
bitbake/fetch2: Simplfy setup_srcrevs
Richard Purdie
2011-02-07
1
-13
/
+7
*
bitbake/fetch2: Simplify localpath variable handling FetchData init
Richard Purdie
2011-02-07
1
-34
/
+40
*
bitbake/fetch2: Define a sane localpath function and remove code duplication
Richard Purdie
2011-02-07
11
-31
/
+2
[next]