summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/perforce.py
AgeCommit message (Expand)Author
2018-06-15bitbake: fetch2: unify the way fetchers determine DL_DIR and FETCHCMDAndre McCurdy
2017-03-01bitbake: fetch2: don't use deprecated bb.data APIsAndre McCurdy
2017-02-19bitbake: fetch2: Rename "setup_revisons" to "setup_revisions"Robert P. J. Day
2016-11-30bitbake: fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: bitbake: remove True option to getVar callsJoshua Lock
2016-08-20bitbake: fetch2: preserve current working directoryMatt Madison
2016-06-16bitbake: fetch2/perforce: Rework to support SRCREV and P4CONFIGAndrew Bradford
2016-06-02bitbake: bitbake: Convert to python 3Richard Purdie
2016-06-02bitbake: bitbake: Drop futures usage since we're python 3Richard Purdie
2015-06-27bitbake: fetch/perforce: Fix single file checkoutsRichard Purdie
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2014-09-23bitbake: fetch2/perforce: Use replace (1 line) instead of find (3 lines)Chad Nelson
2014-09-23bitbake: fetch2/perforce: Fix localfile name if labels are usedChad Nelson
2014-05-11bitbake: fetch2/perforce: Ensure command has a defaultRichard Purdie
2014-03-02bitbake: fetch/perforce: Drop usage of old style *COMMAND variable and MKTEMP...Richard Purdie
2013-11-24bitbake: perforce: Fix path subdirectory issuesRichard Purdie
2013-11-22bitbake: fetch2: Stop passing around the pointless url parameterRichard Purdie
2013-02-25bitbake: perforce.py: fix the perforce fetcherRobert Yang
2012-05-23replace os.popen with subprocess.PopenRobert Yang
2012-05-23replace os.system with subprocess.callRobert Yang
2011-03-03fetch, fetch2: Get rid of DeprecationWarning noticeKhem Raj
2011-02-07fetch2: add runfetchcmd to import for fetchersSaul Wold
2011-02-07bitbake/fetch2: Use True instead of integer valuesRichard Purdie
2011-02-07bitbake/fetch2: Rename Fetch class to FetchMethodRichard Purdie
2011-02-07bitbake/fetch2: Rewrite and improve exception handling, reusing core function...Richard Purdie
2011-02-07bitbake/fetch2: Define a sane localpath function and remove code duplicationRichard Purdie
2011-02-07bitbake/fetch2: Move ud.localfile setup into urldata_initRichard Purdie
2011-01-25bb.fetch2: rename "go" with "download" to better reflect its functionalityYu Ke
2011-01-10bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetchYu Ke
2011-01-10bitbake: copy bb.fetch to bb.fetch2 as initial code base for fetcher overhaulYu Ke