You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [buildstream] jjardon commented on pull request #1432: WIP: custom platform properties - posted by GitBox <gi...@apache.org> on 2022/04/04 13:00:36 UTC, 0 replies.
- [buildstream] branch tristan/use-latest-bst-plugins-experimental created (now 405fa23de) - posted by tv...@apache.org on 2022/04/05 07:29:43 UTC, 0 replies.
- [buildstream] 01/01: tox.ini: Test against latest bst-plugins-experimental tag - posted by tv...@apache.org on 2022/04/05 07:29:44 UTC, 0 replies.
- [GitHub] [buildstream] gtristan opened a new pull request, #1637: tox.ini: Test against latest bst-plugins-experimental tag - posted by GitBox <gi...@apache.org> on 2022/04/05 07:29:50 UTC, 0 replies.
- [GitHub] [buildstream] gtristan merged pull request #1637: tox.ini: Test against latest bst-plugins-experimental tag - posted by GitBox <gi...@apache.org> on 2022/04/05 08:26:14 UTC, 0 replies.
- [buildstream] branch master updated (83c0b2f48 -> 1a3c707a6) - posted by tv...@apache.org on 2022/04/05 08:26:16 UTC, 0 replies.
- [buildstream] 01/01: Merge pull request #1637 from apache/tristan/use-latest-bst-plugins-experimental - posted by tv...@apache.org on 2022/04/05 08:26:17 UTC, 0 replies.
- [buildstream] branch tristan/remove-plugins updated (ca41cc80c -> ec6c04754) - posted by tv...@apache.org on 2022/04/05 08:27:52 UTC, 0 replies.
- [buildstream] branch gh-pages updated (5ae1e27e7 -> cc84d9a68) - posted by gi...@apache.org on 2022/04/05 08:41:55 UTC, 0 replies.
- [buildstream] 01/01: Update repo for docs build 107 - posted by gi...@apache.org on 2022/04/05 08:41:56 UTC, 0 replies.
- [buildstream-plugins] branch master created (now 9620631) - posted by tv...@apache.org on 2022/04/05 10:04:15 UTC, 0 replies.
- [buildstream-plugins] 01/49: Adding LICENSE, NOTICE, COMMITTERS.rst - posted by tv...@apache.org on 2022/04/05 10:04:16 UTC, 0 replies.
- [buildstream-plugins] 02/49: Adding initial __init__.py files defining the plugin library structure - posted by tv...@apache.org on 2022/04/05 10:04:17 UTC, 0 replies.
- [buildstream-plugins] 03/49: Initially adding cargo source - posted by tv...@apache.org on 2022/04/05 10:04:18 UTC, 0 replies.
- [buildstream-plugins] 04/49: Initially adding pip source - posted by tv...@apache.org on 2022/04/05 10:04:19 UTC, 0 replies.
- [buildstream-plugins] 05/49: Initially adding bzr source - posted by tv...@apache.org on 2022/04/05 10:04:20 UTC, 0 replies.
- [buildstream-plugins] 06/49: Initially adding patch source - posted by tv...@apache.org on 2022/04/05 10:04:21 UTC, 0 replies.
- [buildstream-plugins] 07/49: Initially adding git source - posted by tv...@apache.org on 2022/04/05 10:04:22 UTC, 0 replies.
- [buildstream-plugins] 08/49: Initially adding docker source - posted by tv...@apache.org on 2022/04/05 10:04:23 UTC, 0 replies.
- [buildstream-plugins] 09/49: Initially adding cmake element - posted by tv...@apache.org on 2022/04/05 10:04:24 UTC, 0 replies.
- [buildstream-plugins] 10/49: Initially adding meson element - posted by tv...@apache.org on 2022/04/05 10:04:25 UTC, 0 replies.
- [buildstream-plugins] 11/49: Initially adding make element - posted by tv...@apache.org on 2022/04/05 10:04:26 UTC, 0 replies.
- [buildstream-plugins] 12/49: Initially adding pip element - posted by tv...@apache.org on 2022/04/05 10:04:27 UTC, 0 replies.
- [buildstream-plugins] 13/49: Initially adding setuptools element - posted by tv...@apache.org on 2022/04/05 10:04:28 UTC, 0 replies.
- [buildstream-plugins] 14/49: Initially adding autotools element - posted by tv...@apache.org on 2022/04/05 10:04:29 UTC, 0 replies.
- [buildstream-plugins] 15/49: Added project.conf to allow using these plugins with a junction - posted by tv...@apache.org on 2022/04/05 10:04:30 UTC, 0 replies.
- [buildstream-plugins] 16/49: requirements/: Adding initial requirements.txt files - posted by tv...@apache.org on 2022/04/05 10:04:31 UTC, 0 replies.
- [buildstream-plugins] 17/49: MANIFEST.in: Adding initial manifest - posted by tv...@apache.org on 2022/04/05 10:04:32 UTC, 0 replies.
- [buildstream-plugins] 18/49: README.rst: Adding initial README - posted by tv...@apache.org on 2022/04/05 10:04:33 UTC, 0 replies.
- [buildstream-plugins] 19/49: setup.py: Adding initial setup.py - posted by tv...@apache.org on 2022/04/05 10:04:34 UTC, 0 replies.
- [buildstream-plugins] 20/49: setup.cfg: Adding initial setup.cfg - posted by tv...@apache.org on 2022/04/05 10:04:35 UTC, 0 replies.
- [buildstream-plugins] 21/49: Adding pyproject.toml - posted by tv...@apache.org on 2022/04/05 10:04:36 UTC, 0 replies.
- [buildstream-plugins] 22/49: .pylintrc: Adding initial pylint configuration - posted by tv...@apache.org on 2022/04/05 10:04:37 UTC, 0 replies.
- [buildstream-plugins] 23/49: tox.ini: Adding initial tox.ini - posted by tv...@apache.org on 2022/04/05 10:04:38 UTC, 0 replies.
- [buildstream-plugins] 24/49: tests: Adding initial tests - posted by tv...@apache.org on 2022/04/05 10:04:39 UTC, 0 replies.
- [buildstream-plugins] 25/49: tests/sources/pip.py: Adding pip source test - posted by tv...@apache.org on 2022/04/05 10:04:40 UTC, 0 replies.
- [buildstream-plugins] 26/49: tests/sources/patch.py: Adding tests for patch source - posted by tv...@apache.org on 2022/04/05 10:04:41 UTC, 0 replies.
- [buildstream-plugins] 27/49: tests/sources/git.py: Adding tests for git source - posted by tv...@apache.org on 2022/04/05 10:04:42 UTC, 0 replies.
- [buildstream-plugins] 28/49: tests/sources/bzr.py: Adding tests for bzr source - posted by tv...@apache.org on 2022/04/05 10:04:43 UTC, 0 replies.
- [buildstream-plugins] 29/49: tests/elements/autotools.py: Adding autotools element test - posted by tv...@apache.org on 2022/04/05 10:04:44 UTC, 0 replies.
- [buildstream-plugins] 30/49: tests/elements/cmake.py: Adding cmake element test - posted by tv...@apache.org on 2022/04/05 10:04:45 UTC, 0 replies.
- [buildstream-plugins] 31/49: tests/elements/meson.py: Adding meson element tests - posted by tv...@apache.org on 2022/04/05 10:04:46 UTC, 0 replies.
- [buildstream-plugins] 32/49: tests/elements/make.py: Adding tests for make element - posted by tv...@apache.org on 2022/04/05 10:04:47 UTC, 0 replies.
- [buildstream-plugins] 33/49: tests/elements/pip.py: Adding tests for pip element - posted by tv...@apache.org on 2022/04/05 10:04:48 UTC, 0 replies.
- [buildstream-plugins] 34/49: tests/elements/setuptools.py: Adding tests for setuptools element - posted by tv...@apache.org on 2022/04/05 10:04:49 UTC, 0 replies.
- [buildstream-plugins] 35/49: tests/sources/pip_build.py: Adding test which builds using the pip source - posted by tv...@apache.org on 2022/04/05 10:04:50 UTC, 0 replies.
- [buildstream-plugins] 36/49: doc: Adding docs build. - posted by tv...@apache.org on 2022/04/05 10:04:51 UTC, 0 replies.
- [buildstream-plugins] 37/49: tox.ini: Adding mypy static type checking - posted by tv...@apache.org on 2022/04/05 10:04:52 UTC, 0 replies.
- [buildstream-plugins] 38/49: .github/CODEOWNERS: Adding CODEOWNERS file - posted by tv...@apache.org on 2022/04/05 10:04:53 UTC, 0 replies.
- [buildstream-plugins] 39/49: .github: Adding run-ci.sh and the ci.docker-compose.yml - posted by tv...@apache.org on 2022/04/05 10:04:54 UTC, 0 replies.
- [buildstream-plugins] 40/49: .github/workflows: Adding the ci/merge/release workflows - posted by tv...@apache.org on 2022/04/05 10:04:55 UTC, 0 replies.
- [buildstream-plugins] 41/49: .github/worflows: Use ubuntu 18.04 instead of 20.04 - posted by tv...@apache.org on 2022/04/05 10:04:56 UTC, 0 replies.
- [buildstream-plugins] 42/49: tox.ini: Updating black to version 22.3.0 - posted by tv...@apache.org on 2022/04/05 10:04:57 UTC, 0 replies.
- [buildstream-plugins] 43/49: Merge pull request #2 from gtristan/tristan/fix-ci-ubuntu-version - posted by tv...@apache.org on 2022/04/05 10:04:58 UTC, 0 replies.
- [buildstream-plugins] 44/49: tests/elements/{cmake,meson}: Use zip source from bst-plugins-experimental - posted by tv...@apache.org on 2022/04/05 10:04:59 UTC, 0 replies.
- [buildstream-plugins] 45/49: tests/elements/{cmake,meson}: Use git source from buildstream-plugins - posted by tv...@apache.org on 2022/04/05 10:05:00 UTC, 0 replies.
- [buildstream-plugins] 46/49: tests/sources/git: Use locally defined git source - posted by tv...@apache.org on 2022/04/05 10:05:01 UTC, 0 replies.
- [buildstream-plugins] 47/49: tests/sources/patch: Use locally defined patch source - posted by tv...@apache.org on 2022/04/05 10:05:02 UTC, 0 replies.
- [buildstream-plugins] 48/49: tests/sources/bzr: Use locally defined bzr source - posted by tv...@apache.org on 2022/04/05 10:05:03 UTC, 0 replies.
- [buildstream-plugins] 49/49: Merge pull request #3 from gtristan/tristan/use-zip-from-bst-plugins-experimental - posted by tv...@apache.org on 2022/04/05 10:05:04 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages created (now 7a5e719) - posted by tv...@apache.org on 2022/04/05 10:05:15 UTC, 0 replies.
- [buildstream-plugins] 01/01: Initial commit on the pages branch - posted by tv...@apache.org on 2022/04/05 10:05:16 UTC, 0 replies.
- [buildstream-plugins] annotated tag GH_PAGES_FIRST_COMMIT updated (7a5e719 -> bb14f5f) - posted by tv...@apache.org on 2022/04/05 10:05:42 UTC, 0 replies.
- [buildstream-plugins] branch master updated: .asf.yaml: Adding initial apache configuration - posted by tv...@apache.org on 2022/04/05 10:12:47 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated: Update repo for docs build 1 - posted by gi...@apache.org on 2022/04/05 10:14:02 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (e7acc85 -> ad7e30b) - posted by gi...@apache.org on 2022/04/05 10:20:40 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 2 - posted by gi...@apache.org on 2022/04/05 10:20:41 UTC, 0 replies.
- [buildstream] branch tristan/remove-plugins updated (ec6c04754 -> ff33c3847) - posted by tv...@apache.org on 2022/04/06 09:41:37 UTC, 0 replies.
- [buildstream] branch tristan/remove-plugins updated (ff33c3847 -> aec50663f) - posted by tv...@apache.org on 2022/04/06 10:21:10 UTC, 0 replies.
- [buildstream] branch master updated: .asf.yaml: Whitespace commit, trying to trigger docs builds - posted by tv...@apache.org on 2022/04/06 12:00:01 UTC, 0 replies.
- [buildstream] branch gh-pages updated (cc84d9a68 -> 4ada37e22) - posted by gi...@apache.org on 2022/04/06 12:14:24 UTC, 0 replies.
- [buildstream] 01/01: Update repo for docs build 108 - posted by gi...@apache.org on 2022/04/06 12:14:25 UTC, 0 replies.
- [buildstream] branch tristan/remove-plugins updated (aec50663f -> 33d34ae27) - posted by tv...@apache.org on 2022/04/06 12:26:12 UTC, 0 replies.
- [GitHub] [buildstream] nanonyme commented on a diff in pull request #1632: tests: xfail integration tests that fail without buildbox-fuse - posted by GitBox <gi...@apache.org> on 2022/04/06 20:28:30 UTC, 1 replies.
- [GitHub] [buildstream] gtristan commented on a diff in pull request #1632: tests: xfail integration tests that fail without buildbox-fuse - posted by GitBox <gi...@apache.org> on 2022/04/07 08:29:42 UTC, 0 replies.
- [GitHub] [buildstream] gtristan commented on issue #1224: Move plugins to external repo - posted by GitBox <gi...@apache.org> on 2022/04/07 08:38:11 UTC, 0 replies.
- [buildstream-plugins] branch master updated (ed65975 -> fe81e21) - posted by tv...@apache.org on 2022/04/07 08:41:49 UTC, 0 replies.
- [buildstream-plugins] 01/02: Initial commit on the pages branch - posted by tv...@apache.org on 2022/04/07 08:41:50 UTC, 0 replies.
- [buildstream-plugins] 02/02: .asf.yaml: Giving the .asf.yaml another little kick - posted by tv...@apache.org on 2022/04/07 08:41:51 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (e648b2b -> 3368563) - posted by gi...@apache.org on 2022/04/07 08:50:55 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 3 - posted by gi...@apache.org on 2022/04/07 08:50:56 UTC, 0 replies.
- [GitHub] [buildstream] juergbi commented on a diff in pull request #1632: tests: xfail integration tests that fail without buildbox-fuse - posted by GitBox <gi...@apache.org> on 2022/04/07 11:56:01 UTC, 2 replies.
- [buildstream-plugins] branch gh-pages updated: Commit to provoke publishing - posted by tv...@apache.org on 2022/04/08 08:04:24 UTC, 0 replies.
- [GitHub] [buildstream] abderrahim commented on a diff in pull request #1632: tests: xfail integration tests that fail without buildbox-fuse - posted by GitBox <gi...@apache.org> on 2022/04/09 06:34:04 UTC, 0 replies.
- [GitHub] [buildstream] gtristan merged pull request #1636: Remove plugins - posted by GitBox <gi...@apache.org> on 2022/04/13 05:14:27 UTC, 0 replies.
- [GitHub] [buildstream] gtristan closed issue #1224: Move plugins to external repo - posted by GitBox <gi...@apache.org> on 2022/04/13 05:14:27 UTC, 0 replies.
- [buildstream] branch master updated (d0ee47f5a -> f122efc99) - posted by tv...@apache.org on 2022/04/13 05:14:31 UTC, 0 replies.
- [buildstream] 01/01: Merge pull request #1636 from apache/tristan/remove-plugins - posted by tv...@apache.org on 2022/04/13 05:14:32 UTC, 0 replies.
- [buildstream-plugins] branch tristan/update-bst-ref created (now 377202a) - posted by tv...@apache.org on 2022/04/13 05:27:59 UTC, 0 replies.
- [buildstream-plugins] 01/01: tox.ini: Update ref to upstream buildstream with plugins removed - posted by tv...@apache.org on 2022/04/13 05:28:00 UTC, 0 replies.
- [buildstream] branch gh-pages updated (4ada37e22 -> 833f83568) - posted by gi...@apache.org on 2022/04/13 05:28:05 UTC, 0 replies.
- [buildstream] 01/01: Update repo for docs build 109 - posted by gi...@apache.org on 2022/04/13 05:28:06 UTC, 0 replies.
- [buildstream-plugins] branch tristan/update-bst-ref updated (377202a -> 20f8dc3) - posted by tv...@apache.org on 2022/04/13 05:48:20 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan merged pull request #1: tox.ini: Update ref to upstream buildstream with plugins removed - posted by GitBox <gi...@apache.org> on 2022/04/13 07:10:08 UTC, 0 replies.
- [buildstream-plugins] branch master updated (fe81e21 -> f1519f2) - posted by tv...@apache.org on 2022/04/13 07:10:09 UTC, 0 replies.
- [buildstream-plugins] 01/01: Merge pull request #1 from apache/tristan/update-bst-ref - posted by tv...@apache.org on 2022/04/13 07:10:10 UTC, 0 replies.
- [buildstream-plugins] branch tristan/add-tox-release created (now a22f4cf) - posted by tv...@apache.org on 2022/04/13 07:13:38 UTC, 0 replies.
- [buildstream-plugins] 01/01: tox.ini: Added tox entrypoint for publishing releases - posted by tv...@apache.org on 2022/04/13 07:13:39 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan merged pull request #2: tox.ini: Added tox entrypoint for publishing releases - posted by GitBox <gi...@apache.org> on 2022/04/13 07:14:13 UTC, 0 replies.
- [buildstream-plugins] branch master updated (f1519f2 -> a669321) - posted by tv...@apache.org on 2022/04/13 07:14:16 UTC, 0 replies.
- [buildstream-plugins] 01/01: Merge pull request #2 from apache/tristan/add-tox-release - posted by tv...@apache.org on 2022/04/13 07:14:17 UTC, 0 replies.
- [buildstream-plugins] annotated tag 1.91.0 updated (a669321 -> 3bcf3a6) - posted by tv...@apache.org on 2022/04/13 07:15:35 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (6ed07cc -> 77bd2dc) - posted by gi...@apache.org on 2022/04/13 07:21:57 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 4 - posted by gi...@apache.org on 2022/04/13 07:21:58 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (77bd2dc -> 4a89884) - posted by gi...@apache.org on 2022/04/13 07:30:36 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 5 - posted by gi...@apache.org on 2022/04/13 07:30:37 UTC, 0 replies.
- [buildstream] branch tristan/update-porting-guide created (now 06a3c56cf) - posted by tv...@apache.org on 2022/04/13 07:37:41 UTC, 0 replies.
- [buildstream] 01/02: doc/source/porting_project.rst: Update table regarding where plugins have moved - posted by tv...@apache.org on 2022/04/13 07:37:42 UTC, 0 replies.
- [buildstream] 02/02: doc/source/porting_project.rst: Update example to refer to buildstream-plugins - posted by tv...@apache.org on 2022/04/13 07:37:43 UTC, 0 replies.
- [buildstream] branch tristan/update-porting-guide updated (06a3c56cf -> a422cce25) - posted by tv...@apache.org on 2022/04/13 07:47:23 UTC, 0 replies.
- [GitHub] [buildstream] gtristan merged pull request #1638: Update porting guide - posted by GitBox <gi...@apache.org> on 2022/04/13 07:48:23 UTC, 0 replies.
- [buildstream] branch master updated (f122efc99 -> abaea8f09) - posted by tv...@apache.org on 2022/04/13 07:48:24 UTC, 0 replies.
- [buildstream] 01/01: Merge pull request #1638 from apache/tristan/update-porting-guide - posted by tv...@apache.org on 2022/04/13 07:48:25 UTC, 0 replies.
- [buildstream] branch tristan/add-tox-release created (now 819c6e769) - posted by tv...@apache.org on 2022/04/13 07:56:08 UTC, 0 replies.
- [buildstream] 01/01: tox.ini: Add convenience hook for publishing releases - posted by tv...@apache.org on 2022/04/13 07:56:09 UTC, 0 replies.
- [GitHub] [buildstream] gtristan opened a new pull request, #1639: tox.ini: Add convenience hook for publishing releases - posted by GitBox <gi...@apache.org> on 2022/04/13 07:56:18 UTC, 0 replies.
- [GitHub] [buildstream] gtristan merged pull request #1639: tox.ini: Add convenience hook for publishing releases - posted by GitBox <gi...@apache.org> on 2022/04/13 07:56:50 UTC, 0 replies.
- [buildstream] branch master updated (abaea8f09 -> 75a689f44) - posted by tv...@apache.org on 2022/04/13 07:56:52 UTC, 0 replies.
- [buildstream] 01/01: Merge pull request #1639 from apache/tristan/add-tox-release - posted by tv...@apache.org on 2022/04/13 07:56:53 UTC, 0 replies.
- [buildstream] branch gh-pages updated (833f83568 -> c1e40c3fa) - posted by gi...@apache.org on 2022/04/13 08:14:39 UTC, 0 replies.
- [buildstream] 01/01: Update repo for docs build 110 - posted by gi...@apache.org on 2022/04/13 08:14:40 UTC, 0 replies.
- [buildstream] branch gh-pages updated (c1e40c3fa -> 27ba23b29) - posted by gi...@apache.org on 2022/04/13 08:26:32 UTC, 0 replies.
- [buildstream] 01/01: Update repo for docs build 111 - posted by gi...@apache.org on 2022/04/13 08:26:33 UTC, 0 replies.
- [GitHub] [buildstream] gtristan commented on pull request #1419: WIP: Remove the pip build element & source plugins - posted by GitBox <gi...@apache.org> on 2022/04/14 08:19:18 UTC, 0 replies.
- [GitHub] [buildstream] gtristan closed pull request #1419: WIP: Remove the pip build element & source plugins - posted by GitBox <gi...@apache.org> on 2022/04/14 08:19:19 UTC, 0 replies.
- [GitHub] [buildstream] gtristan commented on pull request #1416: WIP: plugins/sources/git.py: Do not checkout submodules by default - posted by GitBox <gi...@apache.org> on 2022/04/14 08:21:23 UTC, 0 replies.
- [GitHub] [buildstream] gtristan closed pull request #1416: WIP: plugins/sources/git.py: Do not checkout submodules by default - posted by GitBox <gi...@apache.org> on 2022/04/14 08:21:24 UTC, 0 replies.
- [buildstream-plugins] branch tristan/add-cachekey-tests created (now 65c7b29) - posted by tv...@apache.org on 2022/04/15 07:54:50 UTC, 0 replies.
- [buildstream-plugins] 01/02: sources/pip.py: Support python3.9 - posted by tv...@apache.org on 2022/04/15 07:54:51 UTC, 0 replies.
- [buildstream-plugins] 02/02: tests/cachekey: Adding cachekey tests - posted by tv...@apache.org on 2022/04/15 07:54:52 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan opened a new pull request, #3: Add cachekey tests - posted by GitBox <gi...@apache.org> on 2022/04/15 07:56:02 UTC, 0 replies.
- [buildstream] branch tristan/extend-cachekey-tests created (now 811f7e927) - posted by tv...@apache.org on 2022/04/15 08:13:10 UTC, 0 replies.
- [buildstream] 01/01: tests/cachekey: Adding test for default project.conf variables - posted by tv...@apache.org on 2022/04/15 08:13:11 UTC, 0 replies.
- [GitHub] [buildstream] gtristan opened a new pull request, #1640: tests/cachekey: Adding test for default project.conf variables - posted by GitBox <gi...@apache.org> on 2022/04/15 08:13:55 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan merged pull request #3: Add cachekey tests - posted by GitBox <gi...@apache.org> on 2022/04/15 08:19:22 UTC, 0 replies.
- [buildstream-plugins] branch master updated (a669321 -> 327cc63) - posted by tv...@apache.org on 2022/04/15 08:19:24 UTC, 0 replies.
- [buildstream-plugins] 01/01: Merge pull request #3 from apache/tristan/add-cachekey-tests - posted by tv...@apache.org on 2022/04/15 08:19:25 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (4a89884 -> 544e16e) - posted by gi...@apache.org on 2022/04/15 08:27:55 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 6 - posted by gi...@apache.org on 2022/04/15 08:27:56 UTC, 0 replies.
- [GitHub] [buildstream] gtristan merged pull request #1640: tests/cachekey: Adding test for default project.conf variables - posted by GitBox <gi...@apache.org> on 2022/04/15 09:14:19 UTC, 0 replies.
- [buildstream] branch master updated (75a689f44 -> 6c58f7e3c) - posted by tv...@apache.org on 2022/04/15 09:14:22 UTC, 0 replies.
- [buildstream] 01/01: Merge pull request #1640 from apache/tristan/extend-cachekey-tests - posted by tv...@apache.org on 2022/04/15 09:14:23 UTC, 0 replies.
- [GitHub] [buildstream] gtristan commented on issue #318: Cache key test is incomplete - posted by GitBox <gi...@apache.org> on 2022/04/15 09:15:45 UTC, 0 replies.
- [GitHub] [buildstream] gtristan closed issue #318: Cache key test is incomplete - posted by GitBox <gi...@apache.org> on 2022/04/15 09:15:45 UTC, 0 replies.
- [buildstream] branch gh-pages updated (27ba23b29 -> 0a6d7fb72) - posted by gi...@apache.org on 2022/04/15 09:29:28 UTC, 0 replies.
- [buildstream] 01/01: Update repo for docs build 112 - posted by gi...@apache.org on 2022/04/15 09:29:29 UTC, 0 replies.
- [buildstream] branch tristan/split-source-methods updated (31c4412d1 -> 1bfac8680) - posted by tv...@apache.org on 2022/04/15 09:53:41 UTC, 0 replies.
- [GitHub] [buildstream] gtristan commented on pull request #1607: source.py: Split up staging functions into separate codepaths. - posted by GitBox <gi...@apache.org> on 2022/04/15 09:56:34 UTC, 0 replies.
- [GitHub] [buildstream] gtristan merged pull request #1607: source.py: Split up staging functions into separate codepaths. - posted by GitBox <gi...@apache.org> on 2022/04/15 09:56:47 UTC, 0 replies.
- [buildstream] branch master updated (6c58f7e3c -> 8077a83f7) - posted by tv...@apache.org on 2022/04/15 09:56:51 UTC, 0 replies.
- [buildstream] 01/01: Merge pull request #1607 from apache/tristan/split-source-methods - posted by tv...@apache.org on 2022/04/15 09:56:52 UTC, 0 replies.
- [buildstream] branch gh-pages updated (0a6d7fb72 -> c651fba20) - posted by gi...@apache.org on 2022/04/15 10:13:31 UTC, 0 replies.
- [buildstream] 01/01: Update repo for docs build 113 - posted by gi...@apache.org on 2022/04/15 10:13:32 UTC, 0 replies.
- [GitHub] [buildstream] nanonyme closed pull request #1593: Do not merge, testing CI - posted by GitBox <gi...@apache.org> on 2022/04/16 09:48:52 UTC, 0 replies.
- [buildstream] branch juerg/ci updated (8443e4638 -> 71152afeb) - posted by ju...@apache.org on 2022/04/16 09:57:34 UTC, 0 replies.
- [buildstream] 01/02: requirements: Unpin grpcio - posted by ju...@apache.org on 2022/04/16 09:57:35 UTC, 0 replies.
- [buildstream] 02/02: .github: Switch back to Ubuntu 20.04 runners - posted by ju...@apache.org on 2022/04/16 09:57:36 UTC, 0 replies.
- [GitHub] [buildstream] juergbi commented on a diff in pull request #1590: Fix coverage - posted by GitBox <gi...@apache.org> on 2022/04/18 07:32:16 UTC, 0 replies.
- [GitHub] [buildstream] juergbi commented on pull request #1422: WIP: Bump version of pygobject to see if it helps the CI - posted by GitBox <gi...@apache.org> on 2022/04/18 07:36:07 UTC, 0 replies.
- [GitHub] [buildstream] juergbi closed pull request #1422: WIP: Bump version of pygobject to see if it helps the CI - posted by GitBox <gi...@apache.org> on 2022/04/18 07:36:08 UTC, 0 replies.
- [GitHub] [buildstream] nanonyme commented on issue #1453: git plugin's track-tags option isn't enough for gnulib's git-version-gen - posted by GitBox <gi...@apache.org> on 2022/04/19 16:38:15 UTC, 0 replies.
- [GitHub] [buildstream] gtristan commented on issue #1076: Add remote-execution section to userconfig.yaml - posted by GitBox <gi...@apache.org> on 2022/04/20 11:06:10 UTC, 0 replies.
- [GitHub] [buildstream] gtristan closed issue #1076: Add remote-execution section to userconfig.yaml - posted by GitBox <gi...@apache.org> on 2022/04/20 11:06:11 UTC, 0 replies.
- [GitHub] [buildstream-plugins] BuildStream-Migration-Bot opened a new issue, #6: plugins/sources/git.py: Do not checkout submodules by default - posted by GitBox <gi...@apache.org> on 2022/04/20 11:12:02 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan commented on issue #6: plugins/sources/git.py: Do not checkout submodules by default - posted by GitBox <gi...@apache.org> on 2022/04/20 11:13:01 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan closed issue #6: plugins/sources/git.py: Do not checkout submodules by default - posted by GitBox <gi...@apache.org> on 2022/04/20 11:13:02 UTC, 0 replies.
- [GitHub] [buildstream] abderrahim commented on a diff in pull request #1590: Fix coverage - posted by GitBox <gi...@apache.org> on 2022/04/20 12:19:12 UTC, 0 replies.
- [GitHub] [buildstream-plugins] jjardon opened a new issue, #7: Complete git history of plugins is missing - posted by GitBox <gi...@apache.org> on 2022/04/24 15:05:58 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan commented on issue #7: Complete git history of plugins is missing - posted by GitBox <gi...@apache.org> on 2022/04/25 04:39:07 UTC, 0 replies.
- [GitHub] [buildstream-plugins] jjardon commented on issue #7: Complete git history of plugins is missing - posted by GitBox <gi...@apache.org> on 2022/04/25 10:26:13 UTC, 0 replies.
- [buildstream-plugins] branch tristan/add-docker-tests created (now dc58cdf) - posted by tv...@apache.org on 2022/04/25 11:05:44 UTC, 0 replies.
- [buildstream-plugins] 01/01: tests/sources/docker.py: Adding docker source test - posted by tv...@apache.org on 2022/04/25 11:05:45 UTC, 0 replies.
- [buildstream-plugins] branch tristan/add-docker-tests updated (dc58cdf -> 5695af0) - posted by tv...@apache.org on 2022/04/25 11:16:51 UTC, 0 replies.
- [buildstream-plugins] branch tristan/add-docker-tests updated (5695af0 -> 3ce4479) - posted by tv...@apache.org on 2022/04/25 11:28:33 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan merged pull request #8: tests/sources/docker.py: Adding docker source test - posted by GitBox <gi...@apache.org> on 2022/04/25 11:55:07 UTC, 0 replies.
- [buildstream-plugins] branch master updated (327cc63 -> 5fa7688) - posted by tv...@apache.org on 2022/04/25 11:55:09 UTC, 0 replies.
- [buildstream-plugins] 01/01: Merge pull request #8 from apache/tristan/add-docker-tests - posted by tv...@apache.org on 2022/04/25 11:55:10 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (544e16e -> e9e04b6) - posted by gi...@apache.org on 2022/04/25 12:05:30 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 7 - posted by gi...@apache.org on 2022/04/25 12:05:31 UTC, 0 replies.
- [buildstream-plugins] branch tristan/comment-plugin-origins created (now 1ce8f5f) - posted by tv...@apache.org on 2022/04/26 04:47:53 UTC, 0 replies.
- [buildstream-plugins] 01/01: plugins: Adding comments about original provenance to all plugins - posted by tv...@apache.org on 2022/04/26 04:47:54 UTC, 0 replies.
- [buildstream-plugins] branch tristan/comment-plugin-origins updated (1ce8f5f -> de6dedf) - posted by tv...@apache.org on 2022/04/26 04:48:55 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan merged pull request #9: plugins: Adding comments about original provenance to all plugins - posted by GitBox <gi...@apache.org> on 2022/04/26 04:49:30 UTC, 0 replies.
- [GitHub] [buildstream-plugins] gtristan closed issue #7: Complete git history of plugins is missing - posted by GitBox <gi...@apache.org> on 2022/04/26 04:49:30 UTC, 0 replies.
- [buildstream-plugins] branch master updated (5fa7688 -> 8a3cf55) - posted by tv...@apache.org on 2022/04/26 04:49:32 UTC, 0 replies.
- [buildstream-plugins] 01/01: Merge pull request #9 from apache/tristan/comment-plugin-origins - posted by tv...@apache.org on 2022/04/26 04:49:33 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (e9e04b6 -> ebad418) - posted by gi...@apache.org on 2022/04/26 04:58:38 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 8 - posted by gi...@apache.org on 2022/04/26 04:58:39 UTC, 0 replies.
- [GitHub] [buildstream] cheese commented on issue #1267: Project with a large number of identical files exceeds ext4 hard link limit - posted by GitBox <gi...@apache.org> on 2022/04/26 17:03:14 UTC, 0 replies.
- [GitHub] [buildstream] nanonyme opened a new issue, #1641: Support source plugin configs with plugin YAML - posted by GitBox <gi...@apache.org> on 2022/04/27 20:13:37 UTC, 0 replies.
- [GitHub] [buildstream] gtristan commented on issue #1641: Support source plugin configs with plugin YAML - posted by GitBox <gi...@apache.org> on 2022/04/28 05:45:48 UTC, 0 replies.
- [buildstream-plugins] branch gh-pages updated (ebad418 -> 1da3169) - posted by gi...@apache.org on 2022/04/28 09:34:17 UTC, 0 replies.
- [buildstream-plugins] 01/01: Update repo for docs build 9 - posted by gi...@apache.org on 2022/04/28 09:34:18 UTC, 0 replies.
- [GitHub] [buildstream] abderrahim commented on issue #1267: Project with a large number of identical files exceeds ext4 hard link limit - posted by GitBox <gi...@apache.org> on 2022/04/29 17:04:00 UTC, 0 replies.
- [GitHub] [buildstream] nanonyme opened a new issue, #1642: set_ref not properly globally reflecting to node state changes with bst1 - posted by GitBox <gi...@apache.org> on 2022/04/30 18:17:17 UTC, 0 replies.