[sr-dev] git:master:f31dbe36: travis: use buster instead of stretch

Victor Seva linuxmaniac at torreviejawireless.org
Thu Jul 11 11:31:32 CEST 2019


Module: kamailio
Branch: master
Commit: f31dbe3633e1a2e787066d4cbeaf7d53d4153dcf
URL: https://github.com/kamailio/kamailio/commit/f31dbe3633e1a2e787066d4cbeaf7d53d4153dcf

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2019-07-11T11:30:56+02:00

travis: use buster instead of stretch

* buster is now Debian stable!! :-)

---

Modified: .travis.yml
Modified: test/travis/build_travis.sh

---

Diff:  https://github.com/kamailio/kamailio/commit/f31dbe3633e1a2e787066d4cbeaf7d53d4153dcf.diff
Patch: https://github.com/kamailio/kamailio/commit/f31dbe3633e1a2e787066d4cbeaf7d53d4153dcf.patch

---

diff --git a/.travis.yml b/.travis.yml
index 11eae2df71..73638bb613 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ compiler:
   - gcc
   - clang
 env:
-  - DIST=stretch
+  - DIST=buster
   - DIST=sid
 services:
   - docker
diff --git a/test/travis/build_travis.sh b/test/travis/build_travis.sh
index 818508fa00..368f013ebc 100755
--- a/test/travis/build_travis.sh
+++ b/test/travis/build_travis.sh
@@ -7,7 +7,7 @@
 
 set -e
 
-DIST=${DIST:-stretch}
+DIST=${DIST:-buster}
 CC=${CC:-gcc}
 
 if ! [ -d /code/pkg/kamailio/deb/"${DIST}" ] ; then




More information about the sr-dev mailing list