summaryrefslogtreecommitdiffstats
path: root/e-17/expedite/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/expedite/PREPARE')
-rwxr-xr-xe-17/expedite/PREPARE9
1 files changed, 7 insertions, 2 deletions
diff --git a/e-17/expedite/PREPARE b/e-17/expedite/PREPARE
index e80c04f37c..d52f2b7e19 100755
--- a/e-17/expedite/PREPARE
+++ b/e-17/expedite/PREPARE
@@ -1,2 +1,7 @@
-config_query EXPEDITE_CVS_AUTOUPDATE \
- "Automatically update on every system update?" n
+. ${GRIMOIRE}/FUNCTIONS &&
+prepare_select_branch stable scm &&
+
+if [ "x${EXPEDITE_BRANCH}" == "xscm" ]; then
+ config_query EXPEDITE_CVS_AUTOUPDATE \
+ "Automatically update on every system update?" n
+fi