Added jessie back.

This commit is contained in:
Patrick J Cherry
2018-11-14 17:20:33 +00:00
parent bb5271cea3
commit 93308bbda1
2 changed files with 6 additions and 0 deletions

View File

@@ -11,6 +11,11 @@ stages:
paths:
- pkg/
package:stretch:
<<: *package
variables:
DISTRO: jessie
package:stretch:
<<: *package
variables:

View File

@@ -1,5 +1,6 @@
require 'socket'
require 'timeout'
require 'io/wait' # For IO#nread
require 'flexnbd/constants'