Add patch to set installation type

This commit is contained in:
Balasankar C 2019-01-04 23:02:14 +05:30
parent 394b793376
commit 7bc018b2b8
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
Description: Set installation type to debian-native for usage ping differentiation
Author: Balasankar C <balasankarc@debian.org>
Last-Update: 2019-01-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/INSTALLATION_TYPE
+++ b/INSTALLATION_TYPE
@@ -1 +1 @@
-source
+debian-native

View file

@ -24,3 +24,4 @@
0660-fix-gitlab-yml-path.patch
0670-allow-doorkeepr-4_3.patch
0680-rails-5_2.patch
0690-debian-usage-ping.patch