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