mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-02 22:27:08 +00:00
scripts: Remove non-Git VCS support
Mercurial branches remain in source-listing and cleanup helpers after Subversion support was retired. SCST development now uses Git. Remove Mercurial detection and commands together with stale Subversion wording. Preserve the existing no-VCS source-list fallback and all Git behavior.
This commit is contained in:
@@ -4,7 +4,7 @@ set -o pipefail
|
||||
|
||||
############################################################################
|
||||
#
|
||||
# Script for converting the SCST source tree as it exists in the Subversion
|
||||
# Script for converting the SCST source tree as it exists in the Git
|
||||
# repository to a Linux kernel patch.
|
||||
#
|
||||
# Copyright (C) 2008-2020 Bart Van Assche <bvanassche@acm.org>
|
||||
@@ -214,7 +214,7 @@ srpt="true"
|
||||
|
||||
if [ ! -e scst ] || [ ! -e iscsi-scst ] || [ ! -e srpt ] ||
|
||||
[ ! -e scst_local ]; then
|
||||
echo "Please run this script from inside the SCST subversion source tree."
|
||||
echo "Please run this script from inside the SCST Git source tree."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user