[FIX] rename http://git.erplibre.ca/ to https://github.com/ERPlibre/
This commit is contained in:
parent
dd2719d8a7
commit
f81b257e3a
7 changed files with 12 additions and 12 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -74,8 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
- Support only python3.6 and python3.7, python3.8 causes error in runtime.
|
- Support only python3.6 and python3.7, python3.8 causes error in runtime.
|
||||||
|
|
||||||
[Unreleased]: http://git.erplibre.ca/ERPLibre/compare/v1.0.1...HEAD
|
[Unreleased]: https://github.com/ERPLibre/ERPLibre/compare/v1.0.1...HEAD
|
||||||
[1.0.1]: http://git.erplibre.ca/ERPLibre/compare/v1.0.0...v1.0.1
|
[1.0.1]: https://github.com/ERPLibre/ERPLibre/compare/v1.0.0...v1.0.1
|
||||||
[1.0.0]: http://git.erplibre.ca/ERPLibre/compare/v0.1.1...v1.0.0
|
[1.0.0]: https://github.com/ERPLibre/ERPLibre/compare/v0.1.1...v1.0.0
|
||||||
[0.1.1]: http://git.erplibre.ca/ERPLibre/compare/v0.1.0...v0.1.1
|
[0.1.1]: https://github.com/ERPLibre/ERPLibre/compare/v0.1.0...v0.1.1
|
||||||
[0.1.0]: http://git.erplibre.ca/ERPLibre/releases/tag/v0.1.0
|
[0.1.0]: https://github.com/ERPLibre/ERPLibre/releases/tag/v0.1.0
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ Select a guide to install your environment!
|
||||||
## Easy way to run locally
|
## Easy way to run locally
|
||||||
Clone the project
|
Clone the project
|
||||||
```bash
|
```bash
|
||||||
git clone http://git.erplibre.ca/ERPLibre.git
|
git clone https://github.com/ERPLibre/ERPLibre.git
|
||||||
cd ERPLibre
|
cd ERPLibre
|
||||||
```
|
```
|
||||||
Support Ubuntu 18.04 and OSX
|
Support Ubuntu 18.04 and OSX
|
||||||
|
|
|
||||||
|
|
@ -10,13 +10,13 @@ curl https://storage.googleapis.com/git-repo-downloads/repo > ./.venv/repo
|
||||||
|
|
||||||
## prod
|
## prod
|
||||||
```bash
|
```bash
|
||||||
./.venv/repo init -u http://git.erplibre.ca/ERPLibre -b master
|
./.venv/repo init -u https://github.com/ERPLibre/ERPLibre -b master
|
||||||
./.venv/repo sync
|
./.venv/repo sync
|
||||||
```
|
```
|
||||||
|
|
||||||
## dev
|
## dev
|
||||||
```bash
|
```bash
|
||||||
./.venv/repo init -u http://git.erplibre.ca/ERPLibre -b 12.0_repo -m ./manifest/default.dev.xml
|
./.venv/repo init -u https://github.com/ERPLibre/ERPLibre -b 12.0_repo -m ./manifest/default.dev.xml
|
||||||
./.venv/repo sync
|
./.venv/repo sync
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
### 1. Clone the project:
|
### 1. Clone the project:
|
||||||
```bash
|
```bash
|
||||||
git clone http://git.erplibre.ca/ERPLibre.git
|
git clone https://github.com/ERPLibre/ERPLibre.git
|
||||||
cd ERPLibre
|
cd ERPLibre
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM technolibre/erplibre-base:1.1.0
|
FROM technolibre/erplibre-base:1.1.0
|
||||||
|
|
||||||
ENV REPO_MANIFEST_URL http://git.erplibre.ca/ERPLibre
|
ENV REPO_MANIFEST_URL https://github.com/ERPLibre/ERPLibre
|
||||||
ARG WORKING_BRANCH
|
ARG WORKING_BRANCH
|
||||||
ARG WORKING_HASH
|
ARG WORKING_HASH
|
||||||
ENV BRANCH_ERPLIBRE $WORKING_BRANCH
|
ENV BRANCH_ERPLIBRE $WORKING_BRANCH
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@
|
||||||
#EL_MANIFEST_DEV="./manifest/default.dev.xml"
|
#EL_MANIFEST_DEV="./manifest/default.dev.xml"
|
||||||
|
|
||||||
# Update git-repo
|
# Update git-repo
|
||||||
./.venv/repo init -u http://git.erplibre.ca/ERPLibre -b $(git rev-parse --verify HEAD) -m ${EL_MANIFEST_DEV}
|
./.venv/repo init -u https://github.com/ERPLibre/ERPLibre -b $(git rev-parse --verify HEAD) -m ${EL_MANIFEST_DEV}
|
||||||
#./.venv/repo sync --force-sync
|
#./.venv/repo sync --force-sync
|
||||||
./.venv/repo sync --force-sync -v
|
./.venv/repo sync --force-sync -v
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@
|
||||||
#EL_MANIFEST_DEV="./manifest/default.dev.xml"
|
#EL_MANIFEST_DEV="./manifest/default.dev.xml"
|
||||||
|
|
||||||
# Update git-repo
|
# Update git-repo
|
||||||
./.venv/repo init -u http://git.erplibre.ca/ERPLibre -b $(git rev-parse --verify HEAD)
|
./.venv/repo init -u https://github.com/ERPLibre/ERPLibre -b $(git rev-parse --verify HEAD)
|
||||||
#./.venv/repo sync --force-sync
|
#./.venv/repo sync --force-sync
|
||||||
./.venv/repo sync -v
|
./.venv/repo sync -v
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue