Skip to content

Commit 3b6f57f

Browse files
author
nb
committed
'chore(depreciation): deprecate all ng states'
BREAKING CHANGES: users MUST adapt their pillar to not use ng states any more
1 parent 686866e commit 3b6f57f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+233
-0
lines changed

php/deprecated.sls

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# -*- coding: utf-8 -*-
2+
# vim: ft=sls
3+
4+
php-deprecated-in-v1.0.0-test-fail:
5+
test.fail_without_changes:
6+
- name: |
7+
8+
################################################################################
9+
# #
10+
# WARNING: BREAKING CHANGES SINCE `v1.0.0` #
11+
# #
12+
################################################################################
13+
# #
14+
# Prior to `v1.0.0`, this formula provided two methods for managing php; the #
15+
# old method under `php` and the new method under `php.ng`. The old method #
16+
# has now been removed and `php.ng` has been promoted to be `PHP` in its #
17+
# place. #
18+
# #
19+
# If you are not in a position to migrate, please pin your repo to the final #
20+
# release tag before `v1.0.0`, i.e. `v0.37.0`. #
21+
# #
22+
# To migrate from `php.ng`, simply modify your pillar to promote the entire #
23+
# section under `php:ng` so that it is under `php` instead. So with the #
24+
# editor of your choice, highlight the entire section and then unindent one #
25+
# level. Finish by removing the `ng:` line. #
26+
# #
27+
# To migrate from the old `php`, first convert to `php.ng` under `v0.37.0` #
28+
# and then follow the steps laid out in the paragraph directly above. #
29+
# #
30+
################################################################################
31+
- failhard: True

php/ng/adodb.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/apache2/ini.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/apache2/init.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/apache2/install.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/apc.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/apcu.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/auth-sasl.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/bcmath.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

php/ng/bz2.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include:
2+
- php.deprecated

0 commit comments

Comments
 (0)