Skip to content

Commit 6d91e11

Browse files
committed
Add bst-single-updater
1 parent 09ffade commit 6d91e11

File tree

2 files changed

+1
-228
lines changed

2 files changed

+1
-228
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ USER ${user}
2626
RUN cd /home/${user}/build-root && ./makepkg.sh
2727

2828
RUN sudo install -Dm0755 /home/${user}/build-root/abicheck.sh /usr/bin/abicheck
29-
RUN sudo install -Dm0755 /home/${user}/build-root/single-updater.py /usr/bin/single-updater
3029

3130
RUN sudo pip install --break-system-packages --no-deps \
3231
git+https://gitlab.com/BuildStream/infrastructure/gitlab-merge-request-generator.git@773c8be54af9a9dd175157f6f1e38c4b86f2bcab \
3332
git+https://gitlab.com/CodethinkLabs/lorry/bst-to-lorry.git@65512da95f7ea62156b4370332ef602dd9e4eb6e \
33+
git+https://github.com/bbhtt/[email protected]#egg=bst_single_updater \
3434
git+https://github.com/bbhtt/[email protected]#egg=lorry_mirror_updater
3535

3636
RUN sudo pacman --noconfirm -Rdd python-click

single-updater.py

Lines changed: 0 additions & 227 deletions
This file was deleted.

0 commit comments

Comments
 (0)