Skip to content

Commit

Permalink
Replace update script (openhab#498)
Browse files Browse the repository at this point in the history
- Rename script for more clarity
- Fix pom.xml indention
- Remove gitmodules
- Update Vagrantfile with latest git
- Add README to _repos folder, ignore rest
- Replace update script

Signed-off-by: Thomas Dietrich <[email protected]>
  • Loading branch information
Thomas Dietrich authored and kaikreuzer committed Sep 15, 2017
1 parent bbcd167 commit 2dc0ff0
Show file tree
Hide file tree
Showing 16 changed files with 448 additions and 434 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ project.pbxproj
addons/uis/habmin/node_modules
addons/uis/habmin/target

# Update process
_repos/smarthome
_repos/openhab-distro
_repos/openhab1-addons
_repos/openhab2-addons
_repos/openhab-bundles

# IntelliJ
*.iml
.idea
19 changes: 0 additions & 19 deletions .gitmodules

This file was deleted.

6 changes: 4 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@

$script = <<SCRIPT
sudo apt-get update
sudo apt-get install -y build-essential git nodejs python-software-properties
sudo apt-get install -y build-essential nodejs python-software-properties
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-add-repository -y ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install -y ruby2.2 ruby2.2-dev
sudo apt-get install -y git ruby2.2 ruby2.2-dev
sudo gem install directory_watcher
sudo gem install github-pages -V --no-ri --no-rdoc
#sudo apt-get install -y maven
SCRIPT

Vagrant.configure("2") do |config|
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Site settings
# Yekyll site settings
title: openHAB 2
description: Empowering the Smart Home
baseurl: "" # the subpath of your site, e.g. /blog/
Expand Down
8 changes: 8 additions & 0 deletions _repos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# About the `_repos` Folder

This folder is used to store repository clones from related openHAB projects.
Parts of these repositories are then synced to the documentation content (e.g. Binding READMEs).

If you are here to help improve the documentation content, you can ignore this folder.

Please refer to the script file `update-external-resources.sh` for further details.
1 change: 0 additions & 1 deletion _repos/openhab
Submodule openhab deleted from fa8cba
1 change: 0 additions & 1 deletion _repos/openhab-bundles
Submodule openhab-bundles deleted from f85adc
1 change: 0 additions & 1 deletion _repos/openhab-distro
Submodule openhab-distro deleted from 31fad3
1 change: 0 additions & 1 deletion _repos/openhab2-addons
Submodule openhab2-addons deleted from c364ca
1 change: 0 additions & 1 deletion _repos/smarthome
Submodule smarthome deleted from a0ebb1
7 changes: 0 additions & 7 deletions overview.md

This file was deleted.

Loading

0 comments on commit 2dc0ff0

Please sign in to comment.