From 622e95a29898feec610710217ee54c64acced09d Mon Sep 17 00:00:00 2001
From: Mohammad Khamash <m.khamash@gmail.com>
Date: Fri, 13 Nov 2015 18:41:55 +0200
Subject: [PATCH] Add our first contrib modules.

---
 drupal-org-core.make |  4 ++--
 drupal-org.make      | 24 +++++++++++++++++++++++-
 varbase.info.yml     |  6 ------
 3 files changed, 25 insertions(+), 9 deletions(-)

diff --git a/drupal-org-core.make b/drupal-org-core.make
index 8add1588..a0cbbd16 100644
--- a/drupal-org-core.make
+++ b/drupal-org-core.make
@@ -2,5 +2,5 @@ api = 2
 core = 8.x
 
 ; Drupal Core
-projects[drupal][type] = core
-projects[drupal][version] = 8.0.0-rc3
+projects[drupal][type] = "core"
+projects[drupal][version] = "8.0.1"
diff --git a/drupal-org.make b/drupal-org.make
index 41cce03b..6825b850 100644
--- a/drupal-org.make
+++ b/drupal-org.make
@@ -2,9 +2,31 @@ api = 2
 core = 8.x
 
 ;;;;;;;;;;;;;;;;;;;;;
-;; Basic contributed modules
+;; Utilities contrib modules
 ;;;;;;;;;;;;;;;;;;;;;
 
+projects[config_update][type] = "module"
+projects[config_update][version] = "1.x-dev"
+projects[config_update][subdir] = "contrib/utilities"
+projects[config_update][download][type] = "git"
+projects[config_update][download][branch] = "8.x-1.x"
+
+;;;;;;;;;;;;;;;;;;;;;
+;; Development contrib modules
+;;;;;;;;;;;;;;;;;;;;;
+
+projects[devel][type] = "module"
+projects[devel][version] = "1.x-dev"
+projects[devel][subdir] = "contrib/development"
+projects[devel][download][type] = "git"
+projects[devel][download][branch] = "8.x-1.x"
+
+projects[features][type] = "module"
+projects[features][version] = "3.x-dev"
+projects[features][subdir] = "contrib/development"
+projects[features][download][type] = "git"
+projects[features][download][branch] = "8.x-3.x"
+
 ;;;;;;;;;;;;;;;;;;;;;
 ;; Base theme
 ;;;;;;;;;;;;;;;;;;;;;
diff --git a/varbase.info.yml b/varbase.info.yml
index 3af83c98..73c30d90 100644
--- a/varbase.info.yml
+++ b/varbase.info.yml
@@ -7,30 +7,24 @@ dependencies:
   - node
   - block
   - breakpoint
-  - ckeditor
   - config
   - contextual
   - menu_link_content
   - datetime
   - block_content
-  - quickedit
   - editor
   - help
   - image
   - menu_ui
   - options
   - path
-  - page_cache
   - dynamic_page_cache
   - taxonomy
-  - dblog
   - shortcut
   - toolbar
-  - field_ui
   - file
   - rdf
   - views
-  - views_ui
 themes:
   - bartik
   - seven
-- 
GitLab