24
1
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Pierre-Louis Bonicoli aed354c99a
notify script: handle organizations
Mail every owners of an organization when a repository belongs to an
organization.
2022-02-26 02:39:43 +01:00
Pierre-Louis Bonicoli f95b79375f
notify script: reuse already defined strings 2022-02-26 01:13:40 +01:00
Pierre-Louis Bonicoli 6a422f6b70
Send a notification to users
Email the owners of the given repositories telling them that terms and
conditions of the service must be abided. A private redmine note is
added to an issue to keep track of these requests. This script must be
executed on the Gitea host.

Usage:

    # cat repositories.txt
    https://forge.chapril.org/user1/repo1
    https://forge.chapril.org/userX/repoZ
    # ./notify_owners.py repositories.txt
2022-02-23 20:45:31 +01:00