Compare commits
2 Commits
1ad4c88d75
...
96be32af8b
| Author | SHA1 | Date | |
|---|---|---|---|
|
96be32af8b
|
|||
|
c046b4d0ca
|
@@ -1,4 +1,4 @@
|
||||
# SPDX-Copyright: 2019 Free Software Foundation Europe e.V.
|
||||
# SPDX-FileCopyrightText: 2019 Free Software Foundation Europe e.V.
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
pipeline:
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
config.cfg
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
# SPDX-Copyright: 2019 Free Software Foundation Europe e.V.
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
reuse:
|
||||
image: fsfe/reuse:latest
|
||||
script:
|
||||
- reuse lint
|
||||
11
.travis.yml
11
.travis.yml
@@ -1,11 +0,0 @@
|
||||
# SPDX-Copyright: 2019 Free Software Foundation Europe e.V.
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
language: minimal
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- docker pull fsfe/reuse:latest
|
||||
- docker run --name reuse -v ${TRAVIS_BUILD_DIR}:/repo fsfe/reuse /bin/sh -c "cd /repo; reuse lint"
|
||||
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# File with hosts and their backup source paths
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
# Username@Hostname; Path1 | Path2 | Path3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
########################################################################
|
||||
#
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
# SPDX-Copyright: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-FileCopyrightText: 2019 Max Mehl <mail [at] mehl [dot] mx>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
########################################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user