Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 303c5a6

Browse files
nervoAmélie Defrance
authored and
Amélie Defrance
committed
Debian stretch support (#61)
Debian stretch support
1 parent 933a0a0 commit 303c5a6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Added
9+
- Debian stretch support
810

911
## [1.0.1] - 2017-09-28
1012
### Changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ include .manala/make/Makefile
1111
########
1212

1313
ROLE = manala.yarn
14-
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie
14+
ROLE_DISTRIBUTIONS = debian.wheezy debian.jessie debian.stretch

meta/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ galaxy_info:
1414
versions:
1515
- wheezy
1616
- jessie
17+
- stretch
1718
galaxy_tags:
1819
- web
1920
- development

0 commit comments

Comments
 (0)