Skip to content

Commit

Permalink
Merge branch 'rear:master' into issue_1040_shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmerz committed Aug 12, 2022
2 parents d6c0499 + 83a6976 commit 46daf07
Show file tree
Hide file tree
Showing 115 changed files with 4,877 additions and 2,620 deletions.
14 changes: 8 additions & 6 deletions .github/stale.yml
@@ -1,22 +1,24 @@
# Number of days of inactivity before an issue becomes stale
# three month plus one weekend plus two more workdays 31+30+31+2+2=96
daysUntilStale: 96
# Let us go for 120 days
daysUntilStale: 120
# Number of days of inactivity before a stale issue is closed
# two weeks plus one weekend plus two more workdays 7+7+2+2=18
daysUntilClose: 18
# Pin it to 30 days
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- Dedicated Priority Support
- critical/security bug
- severe improvement
- blocker
- bug
- minor bug
# Label to use when marking an issue as stale
staleLabel: ready-to-close?
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale
because it has not had recent activity for three month.
It will be closed if no further activity occurs within two weeks.
because it has not had recent activity for 120 days.
It will be closed if no further activity occurs within 30 days.
Thank you for your contribution.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
16 changes: 12 additions & 4 deletions .packit.yaml
Expand Up @@ -3,10 +3,18 @@ jobs:
- job: copr_build
metadata:
targets:
- fedora-29-x86_64
- fedora-30-x86_64
- fedora-31-x86_64
- fedora-rawhide-x86_64
- fedora-all
- centos-stream-8-x86_64
- centos-stream-9-x86_64
- opensuse-leap-15.3-x86_64
- opensuse-tumbleweed-x86_64
trigger: pull_request
- job: production_build
metadata:
scratch: True
targets:
- fedora-latest-stable
- epel-all
trigger: pull_request
specfile_path: packaging/rpm/rear.spec
synced_files:
Expand Down
24 changes: 13 additions & 11 deletions .travis.yml
@@ -1,11 +1,13 @@
language: shell

arch:
- amd64
- ppc64le

os: linux

script:
- make validate
- sudo make install
# Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.
#
# language: shell
#
# arch:
# - amd64
# - ppc64le
#
# os: linux
#
# script:
# - make validate
# - sudo make install
2 changes: 0 additions & 2 deletions README.adoc
@@ -1,8 +1,6 @@
Relax-and-Recover
=================

image:https://travis-ci.org/rear/rear.svg?branch=master["Build Status", link="https://travis-ci.org/rear/rear"]

Relax-and-Recover is the leading Open Source bare metal disaster recovery
and system migration solution. It is a modular framework with many
ready-to-go workflows for common situations.
Expand Down

0 comments on commit 46daf07

Please sign in to comment.