Merge remote-tracking branch 'origin/master' into updating-configuration
This commit is contained in:
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
13
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!--
|
||||
Describe the change in summary section, including rationale and degin decisions.
|
||||
Include "Fixes #nnn" if you are fixing an existing issue.
|
||||
|
||||
If you have more information you want to add, write them in "Additional
|
||||
Information" section. This is usually used to help others understand your
|
||||
motivation behind this change. A step-by-step reproduction of the problem is
|
||||
helpful if there is no related issue.
|
||||
-->
|
||||
|
||||
##### Summary
|
||||
|
||||
##### Additional Information
|
||||
20
.github/stale.yml
vendored
Normal file
20
.github/stale.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
only: issues
|
||||
limitPerRun: 30
|
||||
daysUntilStale: 45
|
||||
daysUntilClose: 60
|
||||
exemptLabels:
|
||||
- bug
|
||||
- In progress
|
||||
- planned
|
||||
- enhancement
|
||||
exemptProjects: true
|
||||
exemptMilestones: true
|
||||
staleLabel: stale
|
||||
markComment: >
|
||||
Currently WordOps team doesn't have enough capacity to work on this issue.
|
||||
We will be more than glad to accept a pull request with a solution to problem described here.
|
||||
This issue will be closed after another 60 days of inactivity.
|
||||
closeComment: >
|
||||
This issue has been automatically closed due to extended period of inactivity.
|
||||
Please reopen if it is still valid. Thank you for your contributions.
|
||||
@@ -142,11 +142,11 @@ class WOVariables():
|
||||
|
||||
# MySQL repo and packages
|
||||
if wo_platform_distro == 'ubuntu':
|
||||
wo_mysql_repo = ("deb [arch=amd64,i386,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
||||
wo_mysql_repo = ("deb [arch=amd64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
||||
"10.3/ubuntu {codename} main"
|
||||
.format(codename=wo_platform_codename))
|
||||
elif wo_platform_distro == 'debian':
|
||||
wo_mysql_repo = ("deb [arch=amd64,i386,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
||||
wo_mysql_repo = ("deb [arch=amd64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/"
|
||||
"10.3/debian {codename} main"
|
||||
.format(codename=wo_platform_codename))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user