~ascot-core-team/ascot/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Configuration file for fenics-release

PACKAGE="ascot"
LP_PACKAGE="ascot"
FILES="ChangeLog setup.py"

pre-release()
{
    # Commit and push
    bzr commit --unchanged -m "Updates for pre-release"
    bzr push lp:ascot
}

post-release()
{
    # Commit and push
    bzr commit --unchanged -m "Updates for post-release"
    bzr push lp:ascot
}