Skip to content

Commit 7b0898b

Browse files
committed
Update links related to github migration
1 parent 1476db3 commit 7b0898b

29 files changed

Lines changed: 62 additions & 62 deletions

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Thanks.
3636

3737
## Canonical source
3838

39-
The canonical source of odoo-helper-scripts is hosted on [GitLab](https://gitlab.com/katyukha/odoo-helper-scripts).
39+
The canonical source of odoo-helper-scripts is hosted on [GitHub](https://github.com/katyukha/odoo-helper-scripts).
4040

4141
## Features
4242

@@ -56,7 +56,7 @@ The canonical source of odoo-helper-scripts is hosted on [GitLab](https://gitlab
5656
- Automatiacly resolve and fetch dependencies
5757
- oca\_dependencies.txt ([sample](https://github.com/OCA/maintainer-quality-tools/blob/master/sample_files/oca_dependencies.txt), [mqt tool code](https://github.com/OCA/maintainer-quality-tools/blob/master/sample_files/oca_dependencies.txt))
5858
- [requirements.txt](https://pip.readthedocs.io/en/stable/user_guide/#requirements-files)
59-
- Own file format to track addon dependencies: [odoo\_requirements.txt](https://katyukha.gitlab.io/odoo-helper-scripts/odoo-requirements-txt/)
59+
- Own file format to track addon dependencies: [odoo\_requirements.txt](https://katyukha.github.io/odoo-helper-scripts/odoo-requirements-txt/)
6060
- installation directly from [Odoo Market](https://apps.odoo.com/apps) (**experimental**)
6161
- Only free addons
6262
- Including dependencies
@@ -95,22 +95,23 @@ The canonical source of odoo-helper-scripts is hosted on [GitLab](https://gitlab
9595
- *16.0*
9696
- *17.0*
9797
- *18.0* (**Experimental**)
98+
- *19.0* (**Experimental**)
9899
- OS support:
99-
- On *Ubuntu* should work nice (auto tested on *Ubuntu 20.04, 22.04*)
100+
- On *Ubuntu* should work nice (auto tested on *Ubuntu 22.04, 24.04*)
100101
- Also should work on *Debian* based systems, but some troubles may happen with installation of system dependencies.
101102
- Other linux systems - in most cases should work, but system dependecies must be installed manualy.
102-
- Missed feature? [Fill an issue](https://gitlab.com/katyukha/odoo-helper-scripts/issues/new)
103+
- Missed feature? [Fill an issue](https://github.com/katyukha/odoo-helper-scripts/issues/new)
103104

104105

105106
## Documentation
106107

107108
***Note*** Documentaion in this readme, or in other sources, may not be up to date!!!
108109
So use ``--help`` option, which is available for most of commands.
109110

110-
- [Documentation](https://katyukha.gitlab.io/odoo-helper-scripts/)
111-
- [Installation](https://katyukha.gitlab.io/odoo-helper-scripts/installation/)
112-
- [Frequently used commands](https://katyukha.gitlab.io/odoo-helper-scripts/frequently-used-commands/)
113-
- [Command Reference](https://katyukha.gitlab.io/odoo-helper-scripts/command-reference/)
111+
- [Documentation](https://katyukha.github.io/odoo-helper-scripts/)
112+
- [Installation](https://katyukha.github.io/odoo-helper-scripts/installation/)
113+
- [Frequently used commands](https://katyukha.github.io/odoo-helper-scripts/frequently-used-commands/)
114+
- [Command Reference](https://katyukha.github.io/odoo-helper-scripts/command-reference/)
114115

115116

116117
## Usage note
@@ -142,7 +143,7 @@ Test all available features of [Bureaucrat ITSM](https://crnd.pro/itsm) with [th
142143

143144
## Installation
144145

145-
For full list of installation options look at [installation documentation](https://katyukha.gitlab.io/odoo-helper-scripts/installation/)
146+
For full list of installation options look at [installation documentation](https://katyukha.github.io/odoo-helper-scripts/installation/)
146147

147148
Basically, odoo-helper could be installed in two way:
148149
- Traditional installation via shell script
@@ -154,7 +155,7 @@ To install *odoo-helper-scripts* system-wide (the recommended way) do folowing:
154155

155156
```bash
156157
# Install odoo-helper-scripts
157-
wget -O - https://gitlab.com/katyukha/odoo-helper-scripts/raw/master/install-system.bash | sudo bash -s
158+
wget -O - https://raw.githubusercontent.com/katyukha/odoo-helper-scripts/master/install-system.bash | sudo bash -s
158159

159160
# Install system dependencies required for odoo-helper-scripts
160161
# NOTE: Works only on debian-based systems
@@ -165,7 +166,7 @@ or more explicit way:
165166

166167
```bash
167168
# Download installation script
168-
wget -O /tmp/odoo-helper-install.bash https://gitlab.com/katyukha/odoo-helper-scripts/raw/master/install-system.bash;
169+
wget -O /tmp/odoo-helper-install.bash https://raw.githubusercontent.com/katyukha/odoo-helper-scripts/master/install-system.bash;
169170

170171
# Install odoo-helper-scripts
171172
sudo bash /tmp/odoo-helper-install.bash;
@@ -177,8 +178,8 @@ odoo-helper install pre-requirements
177178

178179
### Installation as deb package
179180

180-
Also, you can install *odoo-helper-scripts* as debian package. See [releases](https://gitlab.com/katyukha/odoo-helper-scripts/-/releases) page.
181-
To install the latest **stable** version just download and install following deb package: [odoo-helper-scripts_master.deb](https://gitlab.com/api/v4/projects/6823247/packages/generic/odoo-helper-scripts/master/odoo-helper-scripts_master.deb)
181+
Also, you can install *odoo-helper-scripts* as debian package. See [releases](https://github.com/katyukha/odoo-helper-scripts/releases) page.
182+
To install the latest **stable** version, download the deb package from the [latest release](https://github.com/katyukha/odoo-helper-scripts/releases/latest).
182183

183184

184185
## Test your OS support
@@ -217,11 +218,11 @@ Also there are some aliases for common commands:
217218
- odoo-helper-server
218219
- odoo-helper-test
219220

220-
For more info look at [documentation](https://katyukha.gitlab.io/odoo-helper-scripts/). (currently documentation status is *work-in-progress*).
221-
Also look at [Frequently used commands](https://katyukha.gitlab.io/odoo-helper-scripts/frequently-used-commands/) and [Command reference](https://katyukha.gitlab.io/odoo-helper-scripts/command-reference/)
221+
For more info look at [documentation](https://katyukha.github.io/odoo-helper-scripts/). (currently documentation status is *work-in-progress*).
222+
Also look at [Frequently used commands](https://katyukha.github.io/odoo-helper-scripts/frequently-used-commands/) and [Command reference](https://katyukha.github.io/odoo-helper-scripts/command-reference/)
222223

223-
Also look at [odoo-helper-scripts tests](./tests/test.bash) to get complete usage example (look for *Start test* comment).
224+
Also look at [odoo-helper-scripts tests](./tests/test_py3.bash) (or [test_py2.bash](./tests/test_py2.bash)) to get complete usage example (look for *Start test* comment).
224225

225226
## Support
226227

227-
Have you any quetions? Just [fill an issue](https://gitlab.com/katyukha/odoo-helper-scripts/issues/new) or [send email](mailto:incoming+katyukha/odoo-helper-scripts@incoming.gitlab.com)
228+
Have you any quetions? Just [fill an issue](https://github.com/katyukha/odoo-helper-scripts/issues/new)

docs/index.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Quick links:
66

77
- [Quick Start Guide](./quick-start-guide.md)
8-
- [Installation](.installation.md)
8+
- [Installation](./installation.md)
99
- [Frequently used commands](./frequently-used-commands.md)
1010
- [Command reference](./command-reference.md)
1111

@@ -57,7 +57,7 @@ please, read carefully [Usage notes](#usage-note) section.
5757
- Automatiacly resolve and fetch dependencies
5858
- oca\_dependencies.txt ([sample](https://github.com/OCA/maintainer-quality-tools/blob/master/sample_files/oca_dependencies.txt), [mqt tool code](https://github.com/OCA/maintainer-quality-tools/blob/master/sample_files/oca_dependencies.txt))
5959
- [requirements.txt](https://pip.readthedocs.io/en/stable/user_guide/#requirements-files)
60-
- Own file format to track addon dependencies: [odoo\_requirements.txt](https://katyukha.gitlab.io/odoo-helper-scripts/odoo-requirements-txt/)
60+
- Own file format to track addon dependencies: [odoo\_requirements.txt](https://katyukha.github.io/odoo-helper-scripts/odoo-requirements-txt/)
6161
- installation directly from [Odoo Market](https://apps.odoo.com/apps) (**experimental**)
6262
- Only free addons
6363
- Including dependencies
@@ -96,11 +96,12 @@ please, read carefully [Usage notes](#usage-note) section.
9696
- *16.0*
9797
- *17.0*
9898
- *18.0* (**Experimental**)
99+
- *19.0* (**Experimental**)
99100
- OS support:
100-
- On *Ubuntu* should work nice
101+
- On *Ubuntu* should work nice (auto tested on *Ubuntu 22.04, 24.04*)
101102
- Also should work on *Debian* based systems, but some troubles may happen with installation of system dependencies.
102103
- Other linux systems - in most cases should work, but system dependecies must be installed manualy.
103-
- Missed feature? [Fill an issue](https://gitlab.com/katyukha/odoo-helper-scripts/issues/new)
104+
- Missed feature? [Fill an issue](https://github.com/katyukha/odoo-helper-scripts/issues/new)
104105

105106

106107
## Usage note
@@ -135,14 +136,14 @@ Test all available features of [Bureaucrat ITSM](https://crnd.pro/itsm) with [th
135136
For full list of installation options look at [installation documentation](./installation.md)
136137
or [Quick Start Guide](./quick-start-guide.md)
137138

138-
odoo-helper-scripts could be installed as* [.deb packages](https://katyukha.gitlab.io/odoo-helper-scripts/installation#install-as-deb-package)*,
139-
but this feature is still in alpha. See* [releases](https://gitlab.com/katyukha/odoo-helper-scripts/releases) *page.*
139+
odoo-helper-scripts could be installed as* [.deb packages](https://katyukha.github.io/odoo-helper-scripts/installation#install-as-deb-package)*,
140+
but this feature is still in alpha. See* [releases](https://github.com/katyukha/odoo-helper-scripts/releases) *page.*
140141

141142
To install *odoo-helper-scripts* system-wide do folowing:
142143

143144
```bash
144145
# Install odoo-helper-scripts
145-
wget -O - https://gitlab.com/katyukha/odoo-helper-scripts/raw/master/install-system.bash | sudo bash -s
146+
wget -O - https://raw.githubusercontent.com/katyukha/odoo-helper-scripts/master/install-system.bash | sudo bash -s
146147

147148
# Install system dependencies required for odoo-helper-scripts
148149
# NOTE: Works only on debian-based systems
@@ -153,7 +154,7 @@ or more explicit way:
153154

154155
```bash
155156
# Download installation script
156-
wget -O /tmp/odoo-helper-install.bash https://gitlab.com/katyukha/odoo-helper-scripts/raw/master/install-system.bash;
157+
wget -O /tmp/odoo-helper-install.bash https://raw.githubusercontent.com/katyukha/odoo-helper-scripts/master/install-system.bash;
157158

158159
# Install odoo-helper-scripts
159160
sudo bash /tmp/odoo-helper-install.bash;
@@ -217,4 +218,4 @@ or just run `odoo-helper --help`
217218

218219
## Support
219220

220-
Have you any quetions? Just [fill an issue](https://gitlab.com/katyukha/odoo-helper-scripts/issues/new) or [send email](mailto:incoming+katyukha/odoo-helper-scripts@incoming.gitlab.com)
221+
Have you any quetions? Just [fill an issue](https://github.com/katyukha/odoo-helper-scripts/issues/new)

install-system.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ODOO_HELPER_BIN=${ODOO_HELPER_BIN:-$INSTALL_PATH/bin};
5656
# clone repo
5757
if [ ! -d $INSTALL_PATH ]; then
5858
echo -e "${BLUEC}INFO${NC}: clonning odoo-helper-scripts...${NC}";
59-
git clone --recurse-submodules -q https://gitlab.com/katyukha/odoo-helper-scripts $INSTALL_PATH;
59+
git clone --recurse-submodules -q https://github.com/katyukha/odoo-helper-scripts $INSTALL_PATH;
6060
echo -e "${BLUEC}INFO${NC}: fetching submodules...${NC}";
6161
(cd $INSTALL_PATH && git checkout -q $ODOO_HELPER_BRANCH && git submodule init && git submodule update);
6262
# TODO: may be it is good idea to pull changes from repository if it is already exists?

install-user.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ODOO_HELPER_BIN=${ODOO_HELPER_BIN:-$INSTALL_PATH/bin};
5353
# clone repo
5454
if [ ! -d $INSTALL_PATH ]; then
5555
echo -e "${BLUEC}INFO${NC}: clonning odoo-helper-scripts...${NC}";
56-
git clone --recurse-submodules -q https://gitlab.com/katyukha/odoo-helper-scripts $INSTALL_PATH;
56+
git clone --recurse-submodules -q https://github.com/katyukha/odoo-helper-scripts $INSTALL_PATH;
5757
echo -e "${BLUEC}INFO${NC}: fetching submodules...${NC}";
5858
(cd $INSTALL_PATH && git checkout -q $ODOO_HELPER_BRANCH && git submodule init && git submodule update);
5959
# TODO: may be it is good idea to pull changes from repository if it is already exists?

lib/addons.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if [ -z "$ODOO_HELPER_LIB" ]; then
1010
echo "Odoo-helper-scripts seems not been installed correctly.";
11-
echo "Reinstall it (see Readme on https://gitlab.com/katyukha/odoo-helper-scripts/)";
11+
echo "Reinstall it (see Readme on https://github.com/katyukha/odoo-helper-scripts/)";
1212
exit 1;
1313
fi
1414

lib/ci.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if [ -z "$ODOO_HELPER_LIB" ]; then
1010
echo "Odoo-helper-scripts seems not been installed correctly.";
11-
echo "Reinstall it (see Readme on https://gitlab.com/katyukha/odoo-helper-scripts/)";
11+
echo "Reinstall it (see Readme on https://github.com/katyukha/odoo-helper-scripts/)";
1212
exit 1;
1313
fi
1414

lib/common.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if [ -z "$ODOO_HELPER_ROOT" ]; then
3535

3636
if [ -z "$ODOO_HELPER_ROOT" ]; then
3737
echo "Odoo-helper-scripts seems not been installed correctly.";
38-
echo "Reinstall it (see Readme on https://gitlab.com/katyukha/odoo-helper-scripts/)";
38+
echo "Reinstall it (see Readme on https://github.com/katyukha/odoo-helper-scripts/)";
3939
exit 1;
4040
fi
4141
fi

lib/config.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if [ -z "$ODOO_HELPER_LIB" ]; then
1010
echo "Odoo-helper-scripts seems not been installed correctly.";
11-
echo "Reinstall it (see Readme on https://gitlab.com/katyukha/odoo-helper-scripts/)";
11+
echo "Reinstall it (see Readme on https://github.com/katyukha/odoo-helper-scripts/)";
1212
exit 1;
1313
fi
1414

lib/db.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if [ -z "$ODOO_HELPER_LIB" ]; then
1010
echo "Odoo-helper-scripts seems not been installed correctly.";
11-
echo "Reinstall it (see Readme on https://gitlab.com/katyukha/odoo-helper-scripts/)";
11+
echo "Reinstall it (see Readme on https://github.com/katyukha/odoo-helper-scripts/)";
1212
exit 1;
1313
fi
1414

lib/doc-utils.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
if [ -z "$ODOO_HELPER_LIB" ]; then
1010
echo "Odoo-helper-scripts seems not been installed correctly.";
11-
echo "Reinstall it (see Readme on https://gitlab.com/katyukha/odoo-helper-scripts/)";
11+
echo "Reinstall it (see Readme on https://github.com/katyukha/odoo-helper-scripts/)";
1212
exit 1;
1313
fi
1414

0 commit comments

Comments
 (0)