Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions barney.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ images:
no-create-mountpoints: true
units:
- build: |
curl -k https://10.226.78.174:8443/barney/minimal-source
mkdir -p /dest/usr/lib/python3.11/site-packages/pybsn/
cp pybsn/__init__.py /dest/usr/lib/python3.11/site-packages/pybsn/

package:
no-create-mountpoints: true
units:
- build: |
curl -k https://10.226.78.174:8443/barney/package
mkdir -p /dest/pybsn
cp pybsn/__init__.py /dest/pybsn/

Expand All @@ -20,13 +22,15 @@ images:
mappings:
/src/package: .%package
build: |
curl -k https://10.226.78.174:8443/barney/test/package
ls /src/package/pybsn/__init__.py


# Deprecated ref
pybsn-install-floor:
units:
- build: |
curl -k https://10.226.78.174:8443/barney/pybsn-install-floor
mkdir -p /dest/pybsn/
cp pybsn/__init__.py /dest/pybsn/
echo '#!/bin/sh
Expand Down
10 changes: 10 additions & 0 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ x-bar:
epoch: 1
ObsoleteNames:
- github.com/bigswitch/pybsn

Epoch: 1
x-github-bridge:
reviews:
- image: test
events:
- type: pull_request
- type: push
branch-re: ^main$