Skip to content

Commit 97db697

Browse files
authored
Merge branch 'master' into hao/ssh-with-no-proxy
2 parents 604843a + 441473f commit 97db697

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ to your specific GitHub Enterprise Server setup or would like assistance with
5050
backup site setup or recovery, please contact our [Enterprise support team][3]
5151
instead.
5252

53-
[1]: https://enterprise.github.com
53+
[1]: https://github.com/enterprise
5454
[2]: docs/requirements.md#github-enterprise-version-requirements
55-
[3]: https://enterprise.github.com/support/
55+
[3]: https://support.github.com/

debian/changelog

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
github-backup-utils (3.3.0) UNRELEASED; urgency=medium
2+
3+
4+
-- [email protected] Wed, 08 Dec 2021 03:12:53 +0000
5+
6+
github-backup-utils (3.3.0) UNRELEASED; urgency=medium
7+
8+
9+
-- [email protected] Wed, 08 Dec 2021 03:10:21 +0000
10+
11+
github-backup-utils (3.3.0) UNRELEASED; urgency=medium
12+
13+
14+
-- [email protected] Wed, 08 Dec 2021 02:56:47 +0000
15+
16+
github-backup-utils (3.3.0) UNRELEASED; urgency=medium
17+
18+
19+
-- [email protected] Wed, 08 Dec 2021 02:51:06 +0000
20+
21+
github-backup-utils (3.3.0) UNRELEASED; urgency=medium
22+
23+
24+
-- [email protected] Wed, 08 Dec 2021 02:02:25 +0000
25+
26+
github-backup-utils (3.3.0) UNRELEASED; urgency=medium
27+
28+
29+
-- [email protected] Wed, 08 Dec 2021 01:56:26 +0000
30+
31+
github-backup-utils (3.3.0) UNRELEASED; urgency=medium
32+
33+
34+
-- [email protected] Wed, 08 Dec 2021 01:25:12 +0000
35+
136
github-backup-utils (3.3.0.rc1) UNRELEASED; urgency=medium
237

338

share/github-backup-utils/ghe-backup-mssql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ add_minute() {
4242
echo "$(date -v +$2M -ujf'%Y%m%dT%H%M%S' $1 +%Y%m%dT%H%M%S)"
4343
else
4444
dt=$1
45-
echo "$(date '+%Y%m%dT%H%M%S' -d "${dt:0:8} ${dt:9:2}:${dt:11:2}:${dt:13:2} $2 minutes")"
45+
echo "$(date -u '+%Y%m%dT%H%M%S' -d "${dt:0:8} ${dt:9:2}:${dt:11:2}:${dt:13:2} $2 minutes")"
4646
fi
4747
}
4848

share/github-backup-utils/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0.rc1
1+
3.3.0

0 commit comments

Comments
 (0)