launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #31994
[Merge] ~tushar5526/lpci:test-noble into lpci:main
Tushar Gupta has proposed merging ~tushar5526/lpci:test-noble into lpci:main.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~tushar5526/lpci/+git/lpcraft/+merge/478043
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~tushar5526/lpci:test-noble into lpci:main.
diff --git a/.launchpad.yaml b/.launchpad.yaml
index d3ffd7e..98cf3ec 100644
--- a/.launchpad.yaml
+++ b/.launchpad.yaml
@@ -1,18 +1,8 @@
pipeline:
- test
- - build
jobs:
test:
- series: focal
+ series: noble
architectures: amd64
- packages: [git]
- plugin: tox
- build:
- series: focal
- architectures: amd64
- plugin: pyproject-build
- output:
- paths:
- - "dist/*.tar.gz"
- - "dist/*.whl"
+ run: echo "hello from noble"
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ee4676e..4fb72af 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -10,7 +10,7 @@ Prerequisites
Usage
-----
-Install the ``lpci`` project in editable mode inside a virtualenv environment named ``venv``.
+Install the ``lpci`` projectt in editable mode inside a virtualenv environment named ``venv``.
.. code:: bash
diff --git a/README.rst b/README.rst
index 72d0f59..3b09a28 100644
--- a/README.rst
+++ b/README.rst
@@ -3,7 +3,7 @@ lpci
====
``lpci`` is a runner for continuous integration jobs in Launchpad. It is
-intended mainly for use in Launchpad builders, but can also be installed and
+iintended mainly for use in Launchpad builders, but can also be installed and
used locally on branches with a ``.launchpad.yaml`` file.
This project owes a considerable amount to `snapcraft
Follow ups