v1.3.0 added README and LICENSE
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user