- Change
__openerp__.py
addon name field - Change
README.rst
file - Change translations files (i18n folder, .po and .pot files)
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
## | |
## Use-case: Host in a remote git (on a ssh-able host) both pillars and states on Salt Stack 0.17.x | |
## | |
## See thread: https://groups.google.com/forum/#!topic/salt-users/bOz2cdY-pnY | |
# | |
# Salt stack master and minion procedure, short version: | |
# | |
# - On the Master: | |
# | |
# wget -O - http://bootstrap.saltstack.org | sudo sh -s -- -M git v0.17.0 |
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
#!/bin/sh | |
# | |
# This hook is placed in Bare repository and it updates Working tree whenever a PUSH | |
# is executed | |
# | |
# Assuming following file structure: | |
# . | |
# |-- myproject | |
# |-- myproject.git | |
# set WORKTREE=../myproject |
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
#!/bin/bash | |
usage() | |
{ | |
cat << EOF | |
usage: $0 options | |
This script set ownership for all table, sequence and views for a given database | |
Credit: Based on http://stackoverflow.com/a/2686185/305019 by Alex Soto |
NewerOlder