Parcourir la source

Setting up REUSE: add copyright statements to files in bin/

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3859/head
Suguru Hirahara il y a 1 an
Parent
révision
000790ad76
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E4F9743DAB4B7B75
2 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. +5
    -0
      bin/ansible-all-hosts.sh
  2. +5
    -0
      bin/rebuild-mautrix-meta-instagram.sh

+ 5
- 0
bin/ansible-all-hosts.sh Voir le fichier

@@ -1,4 +1,9 @@
#!/usr/bin/env bash

# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

#
# Run the playbook on multiple hosts with different credentials with this script
# It defaults to ansible tags "setup-all,start". You can pass alternative tags


+ 5
- 0
bin/rebuild-mautrix-meta-instagram.sh Voir le fichier

@@ -1,4 +1,9 @@
#!/bin/bash

# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

set -euxo pipefail

# This script rebuilds the mautrix-meta-instagram Ansible role, using the mautrix-meta-messenger role as a source.


Chargement…
Annuler
Enregistrer