Skip to content

Commit 974ac26

Browse files
committed
target ev3dev-buster
1 parent bce96f6 commit 974ac26

6 files changed

Lines changed: 13 additions & 14 deletions

File tree

.travis.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
language: bash
22
sudo: required
3-
dist: trusty
3+
dist: xenial
44
env:
5-
- OS=debian ARCH=amd64 DIST=stretch
6-
- OS=debian ARCH=i386 DIST=stretch
7-
- OS=debian ARCH=armhf DIST=stretch
8-
- OS=raspbian ARCH=armhf DIST=stretch
9-
- OS=debian ARCH=armel DIST=stretch
5+
- OS=debian ARCH=amd64 DIST=buster
6+
- OS=debian ARCH=i386 DIST=buster
7+
- OS=debian ARCH=armhf DIST=buster
8+
- OS=raspbian ARCH=armhf DIST=buster
9+
- OS=debian ARCH=armel DIST=buster
1010
cache:
1111
directories:
1212
- "$HOME/cache"
1313
before_install:
14-
- sudo apt-add-repository "deb http://archive.ev3dev.org/ubuntu trusty main"
15-
- sudo cp .travis/ev3dev-archive-keyring.gpg /etc/apt/trusted.gpg.d/
14+
- sudo apt-add-repository -y ppa:ev3dev/tools
1615
- sudo apt-get update
1716
- sudo apt-get install --yes pbuilder-ev3dev gobject-introspection
1817
before_script:
1918
- pbuilder-ev3dev base
20-
- git checkout -B ev3dev-stretch
19+
- git checkout -B ev3dev-buster
2120
script:
2221
- pbuilder-ev3dev build

.travis/ev3dev-archive-keyring.gpg

-2.42 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ or sshfs with the EV3. When copying them to /home/user, the demos are runable
5353
from the file-browser.
5454

5555
## Documentation
56-
API docs are at http://docs.ev3dev.org/projects/ev3devkit/en/ev3dev-stretch/
56+
API docs are at http://docs.ev3dev.org/projects/ev3devkit/en/ev3dev-buster/
5757

5858
[GLib]: https://developer.gnome.org/glib/stable/index.html
5959
[GObject]: https://developer.gnome.org/gobject/stable/index.html

debian/gbp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[DEFAULT]
2-
debian-branch=ev3dev-stretch
3-
debian-tag=ev3dev-stretch/%(version)s
2+
debian-branch=ev3dev-buster
3+
debian-tag=ev3dev-buster/%(version)s

docker/armel.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ev3dev/debian-stretch-armel-cross
1+
FROM ev3dev/debian-buster-armel-cross
22

33
RUN sudo apt-get update && \
44
DEBIAN_FRONTEND=noninteractive sudo apt-get install --yes --no-install-recommends \

docker/armhf.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ev3dev/debian-stretch-armhf-cross
1+
FROM ev3dev/debian-buster-armhf-cross
22

33
RUN sudo apt-get update && \
44
DEBIAN_FRONTEND=noninteractive sudo apt-get install --yes --no-install-recommends \

0 commit comments

Comments
 (0)