mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 16:07:23 +01:00
Update README and Copyright
Add Eideen as a contributor and update the copyright information.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Gitea Remote Updater
|
# Gitea Remote Updater
|
||||||
|
|
||||||
Script for a automatic update of gitea. Should be run locally on the gitea server.
|
Script for a automatic update of gitea. Should be run locally on the gitea server. Has options for updating via new binary file or build from source.
|
||||||
|
|
||||||
## Procedure
|
## Procedure
|
||||||
* Get Gitea Version via Gitea API
|
* Get Gitea Version via Gitea API
|
||||||
@@ -36,3 +36,9 @@ Uses python version 3
|
|||||||
|
|
||||||
* English: http://blog.m5e.de/gitea/update/upgrade/bash/script/2018/11/26/gitea-auto-update-script.html
|
* English: http://blog.m5e.de/gitea/update/upgrade/bash/script/2018/11/26/gitea-auto-update-script.html
|
||||||
* German: https://blog.wronnay.net/automatische-gitea-updates/
|
* German: https://blog.wronnay.net/automatische-gitea-updates/
|
||||||
|
|
||||||
|
## Contributors
|
||||||
|
|
||||||
|
- [@Eideen](https://github.com/Eideen)
|
||||||
|
|
||||||
|
Thank you for your support!
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
'''
|
||||||
|
Gitea Remote Updater
|
||||||
|
|
||||||
|
Copyright 2018, 2019 The Gitea-Auto-Update Authors
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
License: GNU General Public License
|
||||||
|
'''
|
||||||
import settings
|
import settings
|
||||||
import requests
|
import requests
|
||||||
import os
|
import os
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
'''
|
'''
|
||||||
Gitea Remote Updater
|
Gitea Remote Updater
|
||||||
|
|
||||||
Copyright 2018 Christoph Daniel Miksche
|
Copyright 2018, 2019 The Gitea-Auto-Update Authors
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
License: GNU General Public License
|
License: GNU General Public License
|
||||||
|
|||||||
8
tests.py
8
tests.py
@@ -1,3 +1,11 @@
|
|||||||
|
'''
|
||||||
|
Gitea Remote Updater
|
||||||
|
|
||||||
|
Copyright 2019 The Gitea-Auto-Update Authors
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
License: GNU General Public License
|
||||||
|
'''
|
||||||
import functions
|
import functions
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
'''
|
'''
|
||||||
Gitea Remote Updater
|
Gitea Remote Updater
|
||||||
|
|
||||||
Copyright 2018 Christoph Daniel Miksche
|
Copyright 2018, 2019 The Gitea-Auto-Update Authors
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
License: GNU General Public License
|
License: GNU General Public License
|
||||||
|
|||||||
Reference in New Issue
Block a user