Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Commit

Permalink
Mass rename Libre-Mesh -> LibreMesh (except mailing list URLs)
Browse files Browse the repository at this point in the history
Signed-off-by: Gui Iribarren <gui@altermundi.net>

Conflicts:
	config.mk (merged manually)
	feeds.conf (prefer develop)
  • Loading branch information
altergui committed Sep 8, 2016
1 parent 1dd539c commit dde9369
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LibreMesh firmware generator (http://libre-mesh.org)
# LibreMesh firmware generator (http://libremesh.org)
#
# Copyright (C) 2013-2016 libre-mesh.org
# Copyright (C) 2013-2016 libremesh.org
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[Libre-Mesh](http://libre-mesh.org) firmware build tool
[LibreMesh](http://libremesh.org) firmware build tool
=====================
LiMe build is a tool to easily and locally compile a Libre-Mesh firmware image. It also creates a development environment.
LiMe build is a tool to easily and locally compile a LibreMesh firmware image. It also creates a development environment.

It consists in a Makefile file, so it is executed using the GNU "make" command.


CopyRight libre-mesh.org / Distributed under license GPLv3
CopyRight libremesh.org / Distributed under license GPLv3

Get in Touch with Libre-Mesh Community
Get in Touch with LibreMesh Community
======================================

Mailing Lists
Expand All @@ -23,7 +23,7 @@ IRC Channel

The project uses an IRC channel on freenode.net

* #libre-mesh - a public channel for everyone to join and participate
* #libremesh - a public channel for everyone to join and participate

Preparing the Compilation Environment
===================
Expand Down Expand Up @@ -51,7 +51,7 @@ Where:

Target makes reference to hardware architecture or a specific hardware device.

Profile references to a libre-mesh flavour, the generic one is the standard but each community network might has its own.
Profile references to a libremesh flavour, the generic one is the standard but each community network might has its own.

To see the list of targets/profiles available type:

Expand Down Expand Up @@ -119,10 +119,10 @@ To clean just lime packages from a target
Branches in _lime-build_
------------------------

The idea behind _lime-build_ is to use one branch per each [lime-packages](/libre-mesh/lime-packages) branch.
The idea behind _lime-build_ is to use one branch per each [lime-packages](/libremesh/lime-packages) branch.
So to compile the lime-packages branch "develop" the lime-build branch develop must be used (same for releases).

The default branch is always the last stable release. If you need to compile another branch of Libre-Mesh ([list](https://github.com/libre-mesh/lime-build/branches) of the existing branches) you can easy change it using git. To list the available branches:
The default branch is always the last stable release. If you need to compile another branch of LibreMesh ([list](https://github.com/libremesh/lime-build/branches) of the existing branches) you can easy change it using git. To list the available branches:

git branch -a

Expand Down
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
DEV ?=
OWRT_GIT ?= https://github.com/lede-project/source.git
OWRT_SCM = git clone $(OWRT_GIT)
LIME_GIT_RW = git@github.com:libre-mesh/lime-packages.git
LIME_GIT_RO = git://github.com/libre-mesh/lime-packages.git
LIME_GIT_RW = git@github.com:libremesh/lime-packages.git
LIME_GIT_RO = git://github.com/libremesh/lime-packages.git
LIME_GIT_BRANCH ?= develop
BUILD_DIR = build
CONFIG_DIR = targets
Expand Down
2 changes: 1 addition & 1 deletion nightlycompile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

# Mail to send alerts in case something goes wrong
MAIL="admin@libre-mesh.org"
MAIL="admin@libremesh.org"

# In the output directory, files older than this will be removed
DAYS_TO_PRESERVE="10"
Expand Down

0 comments on commit dde9369

Please sign in to comment.