This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
TMP_DIR=/home/noroot/tmp | |
OULIB_PATH=/home/noroot/Projects/c8/openupgradelib | |
OU9_PATH=/home/noroot/Projects/c8/ou9 | |
OU10_PATH=/home/noroot/Projects/c8/ou10 | |
OU11_PATH=/home/noroot/Projects/c8/ou11 | |
OU12_PATH=/home/noroot/Projects/c8/ou12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# git checkout 11.0 | |
# git merge --no-ff 10.0 | |
git reset *.pot | |
git checkout --ours *.pot | |
git checkout --ours .travis.yml | |
# взгляни на *.po файлы. Там недолжно быть всякой фигни | |
rm `git ls-files --others --exclude-standard | grep ".pot" | paste -sd " " -` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from os.path import join, abspath | |
import sys | |
sys.path.append("/home/noroot/maintainer-quality-tools/travis") | |
DBNAME = "a697" | |
VENDOR_DIR = "vendor" | |
ADDONS_PATH_TO_TEST = join(VENDOR_DIR, "it-projects-llc/pos-addons") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sed -i '/#\ -\*-\ coding: utf-8\ -\*-/d' `grep -rn . -e "coding: utf-8" -l` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat `find vendor -name "requirements.txt" | grep -v odoo/cc` /dev/null |
NewerOlder