You should do:
no_restart_env.sh apt-get install postgresql-server| def delta_months(date, months): | |
| sign = months / abs(months) | |
| current_day = date.day | |
| date -= timedelta(current_day) | |
| while months: | |
| month_days = calendar.monthrange(date.year, date.month)[1] | |
| date += timedelta(month_days * sign) | |
| months += sign * -1 | |
| if current_day > month_days: | |
| current_day = month_days |
| #!/usr/bin/env python | |
| import xmlrpclib | |
| import sys | |
| def run_test(host, port, dbname, uid, pwd, tid): | |
| sock = xmlrpclib.ServerProxy('https://%s:%d/xmlrpc/ws_transaction' | |
| % (host, port)) | |
| sock.commit(dbname, uid, pwd, tid) | |
| sock.close(dbname, uid, pwd, tid) |
| VERSION="2.35.0" |
You should do:
no_restart_env.sh apt-get install postgresql-server| Babel | |
| Flask | |
| Flask-Babel | |
| Jinja2 | |
| Mako | |
| MarkupSafe | |
| PIL | |
| Werkzeug | |
| blinker | |
| certifi |
| #!/bin/sh | |
| VPN_PATH="/etc/openvpn/porta/[email protected]" | |
| VPN_CONFIG="[email protected]" | |
| case "$1" in | |
| start) | |
| echo "Connecting to GISCE VPN" | |
| openvpn --client --config $VPN_PATH/$VPN_CONFIG &>$VPN_PATH/logfile & | |
| ;; |
$ pip install https://gist.github.com/ecarreras/5028757/raw/requirements.txtModifiquem l'sphinx per activar les extencions.
extensions = ['sphinx.ext.autodoc', 'rst2pdf.pdfbuilder', 'sphinxcontrib.blockdiag', 'sphinxcontrib.actdiag', 'sphinxcontrib.nwdiag']
pdf_documents = [Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add a new remote. Obviously, change the github url to match your project's URL. It ends up looking like this:
| <xpath expr="//form/group[5]/group[1]" position="attributes"> | |
| <attribute name="attrs">[('informe','not in','(export_factures_desglossat', 'export_trams_potencia_i_municipi'))]}</attribute> | |
| </xpath> | |
| <xpath expr="//form/group[5]/group[2]" position="attributes"> | |
| <attribute name="attrs">[('informe','in','(export_factures_desglossat', 'export_trams_potencia_i_municipi'))]}</attribute> | |
| </xpath> |