Skip to content

Commit 2b99d9f

Browse files
authored
Merge branch 'enterprise-3.11-release' into enterprise-3.11-backport-725-ha-sync
2 parents cc6566b + a9e2a1d commit 2b99d9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

share/github-backup-utils/ghe-backup-repositories

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ if [ -z "$GHE_SKIP_ROUTE_VERIFICATION" ]; then
399399
done |sort|uniq > $tempdir/source_routes
400400
(cd $backup_dir/ && find * -mindepth 5 -maxdepth 6 -type d -name \*.git | fix_paths_for_ghe_version | uniq | sort | uniq) > $tempdir/destination_routes
401401

402-
git --no-pager diff --unified=0 --no-prefix -- $tempdir/source_routes $tempdir/destination_routes || echo "Warning: One or more repository networks and/or gists were not found on the source appliance. Please contact GitHub Enterprise Support for assistance."
402+
git --no-pager diff --unified=0 --no-prefix -- $tempdir/source_routes $tempdir/destination_routes || echo "Warning: One or more repository networks and/or gists were not found on the source appliance."
403403
increment-progress-total-count 1
404404
bm_end "$(basename $0) - Verifying Routes"
405405
fi

share/github-backup-utils/ghe-backup-storage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ if [ -z "$GHE_SKIP_ROUTE_VERIFICATION" ]; then
170170
cat $tempdir/*.rsync | uniq | sort | uniq > $tempdir/source_routes
171171
(cd $backup_dir/ && find * -mindepth 3 -maxdepth 3 -type f -print | uniq | sort | uniq) > $tempdir/destination_routes
172172

173-
git --no-pager diff --unified=0 --no-prefix -- $tempdir/source_routes $tempdir/destination_routes || echo "Warning: One or more storage objects were not found on the source appliance. Please contact GitHub Enterprise Support for assistance."
173+
git --no-pager diff --unified=0 --no-prefix -- $tempdir/source_routes $tempdir/destination_routes || echo "Warning: One or more storage objects were not found on the source appliance."
174174

175175
increment-progress-total-count 1
176176
bm_end "$(basename $0) - Verifying Routes"

0 commit comments

Comments
 (0)