v1.3.0 added README and LICENSE

This commit is contained in:
2024-03-01 11:28:04 +01:00
parent 17f8f66a9b
commit 7b97d0be45
3 changed files with 261 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
# Migrate assignments for Gitea-Issues after a Gitea2Gitea-Migration
# 2024 Benjamin Winter, MILA
# 2024 MILA, Benjamin Winter <winterb+mila@uni-greifswald.de>
#
# errors
# 1 parameter error
@@ -11,7 +11,7 @@ set -eu
readonly PROGNAME=`/usr/bin/basename $0`
readonly PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'`
readonly REVISION="1.2.0"
readonly REVISION="1.3.0"
repo=""
login_old=""