messages from 2015-05-22 15:39:32 to 2015-06-30 14:37:19 UTC [more...]
[PATCHv3 0/6] Add connection cache support in wget checkstatus
2015-06-30 14:39 UTC (6+ messages)
` [PATCHv3 1/6] fetch2/__init__.py: Add FetchConnectionCache class
` [PATCHv3 2/6] fetch2: Add fetch parameter to checkstatus
` [PATCHv3 3/6] fetch2/wget.py: Add support of connection cache in checkstatus
` [PATCHv3 4/6] tests/fetch.py: Add FetchCheckStatusTest tests
` [PATCHv3 5/6] fetch2/wget.py: checkstatus fix using proxy handler
[PATCH 00/23] toaster patchset
2015-06-29 14:22 UTC (25+ messages)
` [PATCH 01/23] toastergui: fix angular error
` [PATCH 02/23] toaster: improve the buildenvironment API
` [PATCH 03/23] toastergui: enable strict variable checking
` [PATCH 04/23] toaster: fixing undefined variables
` [PATCH 05/23] toaster: remove MANAGED references
` [PATCH 06/23] toaster: remove BuildRequest references
` [PATCH 07/23] toaster: refactor the builds pages
` [PATCH 08/23] toaster: fill in build data from buildrequest
` [PATCH 09/23] toaster: fixes after replacing BuildRequest with Build
` [PATCH 10/23] toaster: add django-aggregate-if
` [PATCH 11/23] toaster: bring django-aggregate-if into the project
` [PATCH 12/23] toaster: refactor build model
` [PATCH 13/23] toastergui: select project types
` [PATCH 14/23] toaster: delete multiple builds
` [PATCH 15/23] toasterui: verify variable before usage
` [PATCH 16/23] toasterui: fixes after html5 compliance testing
` [PATCH 17/23] toaster: Enable toastertable cache
` [PATCH 18/23] toaster: toastertable Pass up the kwargs for setup_filter
` [PATCH 19/23] toaster: table.js fix filter visual indicator and interaction
` [PATCH 20/23] toaster: Restore 'in project' filters to main tables
` [PATCH 21/23] toaster: bldcontrol Ignore toasterconf files in own directories
` [PATCH 22/23] toaster: split orm app into it's own module and app
` [PATCH 23/23] toaster: Add url pattern for backward compatibility
[PATCH] fetch/perforce: Fix single file checkouts
2015-06-26 16:41 UTC
[PATCH] codeparser: Add repr() methods
2015-06-26 16:26 UTC
[PATCH] codeparser: Allow empty functions
2015-06-26 16:23 UTC
[PATCH] event: Handle recursive events and the data store better
2015-06-25 21:52 UTC
[PATCH] cooker: Fire BuildCompleted before finishing the command
2015-06-25 16:53 UTC
[PATCHv2 0/4] Add connection cache support in wget checkstatus
2015-06-23 21:58 UTC (5+ messages)
` [PATCHv2 1/4] fetch2/__init__.py: Add FetchConnectionCache class
` [PATCH 2/4] fetch2: Add fetch parameter to checkstatus
` [PATCHv2 3/4] fetch2/__init__.py: Add connection_cache param in Fetch __init__
` [PATCHv2 4/4] tests/fetch.py: Add FetchCheckStatusTest tests
[PATCH 0/4] Add connection cache support in wget checkstatus
2015-06-23 19:26 UTC (5+ messages)
` [PATCH 1/4] fetch2/__init__.py: Add FetchConnectionCache class
` [PATCH 2/4] fetch2: Add fetch parameter to checkstatus
` [PATCH 3/4] fetch2/__init__.py: Add connection_cache param in Fetch __init__
` [PATCH 4/4] tests/fetch.py: Add FetchCheckStatusTest tests
[PATCH] runqueue: Sanity check BB_NUMBER_THREADS
2015-06-19 11:27 UTC
[PATCH] runqueue: Handle BBHandledException correctly
2015-06-19 11:26 UTC
[PATCH] server/process: Don't log BBHandledException
2015-06-19 11:26 UTC
[PATCH] runqueue: Improve handling of fakeworker failing to start
2015-06-19 11:25 UTC
[PATCH] event: Inject 'd' into event handlers
2015-06-19 8:27 UTC
[RFC PATCH] data_smart: Drop expand parameter default
2015-06-19 8:24 UTC (3+ messages)
[PATCH] When sorting packages, also sort by version at the lowest level
2015-06-18 19:06 UTC
[PATCH] bitbake: Add explict getVar param for (non) expansion
2015-06-18 14:14 UTC
[PATCH] bitbake-user-manual: add BBLAYERS_FETCH_DIR
2015-06-17 15:18 UTC (2+ messages)
[PATCH v2] fetch2: Add BB_TRUSTED_NETWORK support
2015-06-16 22:16 UTC (14+ messages)
` [PATCH v3] fetch2: Add BB_ALLOWED_NETWORKS support
prserv nohist mode is broken - suggested fix included
2015-06-16 16:26 UTC (2+ messages)
prserv is leaving -wal and -shm files behind
2015-06-16 7:16 UTC
RFC: hg fetcher improvements
2015-06-15 14:38 UTC (7+ messages)
` [PATCH] fetch2/hg.py: Several fixes
Allow access to specific git server while BB_FETCH_PREMIRRORONLY ="1"
2015-06-15 13:01 UTC (7+ messages)
Bitbake 1.22 GIT fetcher problem with tags
2015-06-12 10:25 UTC
[oe] Bitbake 1.22 GIT fetcher problem with tags
2015-06-12 7:07 UTC
[PATCH 00/19] Toaster refactoring and bugfixing patchset
2015-06-10 14:39 UTC (20+ messages)
` [PATCH 01/19] toaster: move project data typeahead to the REST API
` [PATCH 02/19] convert all project-based view to JSON APIs
` [PATCH 03/19] toaster: toastertables REST refactoring
` [PATCH 04/19] toastergui: use defaults on xhr_datatypeahead parameters
` [PATCH 05/19] toastergui: remove xhr_projectedit and xhr_projectinfo URLs
` [PATCH 06/19] toaster: toaster table add raw data
` [PATCH 07/19] toaster: ToasterTables add computational fields
` [PATCH 08/19] toaster: toastertables raise errors
` [PATCH 09/19] toaster: add class template view for single-object pages
` [PATCH 10/19] toaster: eliminate duplicate querysets
` [PATCH 11/19] toastergui: remove xhr_datatypeahead and xhr_XXXbuild
` [PATCH 12/19] toastergui: remove xhr_datatypeahaed layerdeps call
` [PATCH 13/19] toaster: fixes after refactoring
` [PATCH 14/19] toaster: Code cleanup: bashisms
` [PATCH 15/19] toaster: Make toaster script to work in dash
` [PATCH 16/19] toaster: tables: Remove obsolete field_name for select column
` [PATCH 17/19] toaster: Add ajax loading spinner
` [PATCH 18/19] toaster: Add global ajaxError handler
` [PATCH 19/19] toastergui: prevent contamination of libtoaster context
build yocto error
2015-06-09 3:27 UTC
RFC: BitBake's tinfoil API
2015-06-08 10:47 UTC
[PATCH] cooker/event: Add an event which lists all stamps reachable after parsing
2015-06-07 7:07 UTC
RFC: update_data removal
2015-06-05 12:14 UTC (2+ messages)
Library not getting installed to intended path
2015-06-04 18:11 UTC (14+ messages)
[PATCH] parse/BBHandler: Avoid repeatedly resetting FILE
2015-06-04 9:42 UTC
command to execute a set of task again in bitbake
2015-06-03 21:48 UTC (2+ messages)
bitbake-layers layerindex-fetch
2015-06-03 8:29 UTC (5+ messages)
[PATCH 0/1] bitbake: fetch2/hg.py: fix unpack error and mirror tarball
2015-06-02 17:08 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH] fetch/hg: Disable checksums for archived downloads
2015-06-02 4:38 UTC (6+ messages)
` [oe] "
[PATCH v2] git: allow use of HEAD
2015-06-01 17:41 UTC
gst-plugin-scan Tainted error
2015-05-30 18:03 UTC (2+ messages)
[PATCH] runqueue: Add message to explain the problem if diffsigs multiple tasks don't exist
2015-05-29 13:07 UTC
[PATCH 00/22] Toaster patchset
2015-05-28 14:14 UTC (23+ messages)
` [PATCH 01/22] toaster: Fix build button current project race
` [PATCH 02/22] toaster: enable server-side sessions for all usages
` [PATCH 03/22] toaster logger: refactor recipe and layer file paths
` [PATCH 04/22] toaster logger: assign projects to all builds
` [PATCH 05/22] toastergui: table header bring back
` [PATCH 06/22] toastergui: show relative paths in configvars view
` [PATCH 07/22] toaster: Fix toastertable header
` [PATCH 08/22] toaster: Add a simplified ToasterTable template
` [PATCH 09/22] toaster: Port layerdetails to ToasterTables
` [PATCH 10/22] toaster: Add an invalidate cache method on data update signal
` [PATCH 11/22] toaster-gui: Show task name for the builds in /builds
` [PATCH 12/22] toastergui: Consider task name when restarting a build "
` [PATCH 13/22] toaster: refactor checksettings command
` [PATCH 14/22] toasterui: replace cookie-based preferences with session data
` [PATCH 15/22] toastergui: tests for the all-projects API point
` [PATCH 16/22] toastergui: add tests for xhr_datatypeahead calls
` [PATCH 17/22] bldcontrol: Fix all failing unit tests
` [PATCH 18/22] orm: Fix all failing unit test
` [PATCH 19/22] toaster: enable no browser start
` [PATCH 20/22] bitbake/: toaster tts: fix tests
` [PATCH 21/22] toaster tests: enable url check test
` [PATCH 22/22] toaster: more HTML5 fixes
[PATCH v2][2/2] image.bbclass/rootfs.py: use PREFERRED_RPROVIDER to select package
2015-05-27 23:32 UTC (3+ messages)
[PATCH] tests/data: Add log parsing test code
2015-05-27 16:52 UTC (4+ messages)
gst-plugin-base libs not going to rootfs
2015-05-27 16:50 UTC (5+ messages)
[PATCH] data: Make expandKeys deterministic
2015-05-27 16:37 UTC
[PATCH v2] tests/data: Add log parsing test code
2015-05-27 16:33 UTC
[PATCH] cooker/utils: Improve parsing profiling
2015-05-27 16:31 UTC
[PATCH] BBHandler: Drop cwd from search path
2015-05-27 16:30 UTC
[PATCH] ConfHandler: Fix bogus dependency problems
2015-05-27 16:28 UTC
[PATCH] tests/data: Add key expansion unit test
2015-05-26 15:18 UTC
[PATCH] data: Revert expandKeys warning move
2015-05-26 15:16 UTC
[PATCH] data: Clean up expandKeys None value handling
2015-05-26 11:49 UTC (2+ messages)
[PATCH] data: Move warning code to the first loop for performance
2015-05-26 9:59 UTC (3+ messages)
[PATCH] siggen: Don't crash if number of task dependencies change
2015-05-25 7:51 UTC
cache: Clean up getVar usage to modern syntax/style
2015-05-25 7:50 UTC
QA Issue: python3 modules ELF binary has relocations in .text
2015-05-23 9:29 UTC
[1.26][PATCH 0/2] A couple of backports from master
2015-05-22 15:42 UTC (3+ messages)
` [1.26][PATCH 1/2] lib/bb/utils: add function to get layer containing a file
` [1.26][PATCH 2/2] lib/bb/utils: fix several bugs in edit_metadata_file()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox