Skip to content

hawaii-desktop/hawaii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Hawaii

Join the chat at https://gitter.im/hawaii-desktop Stories in Ready IRC Network

This repository contains the following material:

  • Manifest files to build the desktop.
  • General issue tracker.
  • Wiki.

Manifest

Manifest files describe the project structure and is used by git-repo to fetch all the packages repositories.

How to use it

To prepare for cloning, perform the following procedure:

  1. Create ~/bin/ subdirectory, include it in PATH, and then switch to it by executing the following commands:
mkdir ~/bin/
PATH=~/bin:$PATH
  1. Download the repo script by executing the following command:
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
  1. Change the attribute of repo to make it executable by executing the command:
chmod a+x ~/bin/repo
  1. Create a new directory for Hawaii and then switch to it by executing the following commands:
mkdir ~/hawaii
cd ~/hawaii

Clone latest sources

To clone the latest source of all projects over SSH, perform the following procedure:

  1. Initialize the repository by executing one of the following commands, as appropriate.

For developer access:

repo init -u ssh://git@github.com/hawaii-desktop/hawaii.git

For read-only access:

repo init -u https://github.com/hawaii-desktop/hawaii.git
  1. Synchronize the repository by executing the following command:
repo sync

Get ready for development

repo doesn't create local branches for you, hence you end up with a detached head that points to the last known good commit.

Before you start developing make sure you have local branches:

repo forall -c 'git checkout $REPO_RREV'

Now set git to use the commit template that will help you write good commit messages:

ROOTDIR=$(pwd) repo forall -c 'git config commit.template $ROOTDIR/misc/repotools/.commit-template'

General issue tracker

Click on the Issues tab and submit issues.

Wiki

Click on the Wiki tab, read and/or write new content.

Alternatively you can clone the Wiki repository, work on your local system and push the changes back.

Clone the repository with:

git clone git@github.com:hawaii-desktop/hawaii.wiki.git

About

🏠 General issue tracking, manifest and wiki (http://hawaiios.org)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published