File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- """Release data for the IPython project.
3-
4- $Id: Release.py 3002 2008-02-01 07:17:00Z fperez $"""
2+ """Release data for the IPython project."""
53
64#*****************************************************************************
75# Copyright (C) 2001-2006 Fernando Perez <[email protected] > 2523development = False # change this to False to do a release
2624version_base = '0.9'
2725branch = 'ipython'
28- revision = '1124 '
26+ revision = '1143 '
2927
3028if development :
3129 if branch == 'ipython' :
Original file line number Diff line number Diff line change 1010echo " Releasing IPython version $version "
1111echo " =================================="
1212
13- echo " Marking ChangeLog with release information and making NEWS file..."
14-
15- # Clean up build/dist directories
16- rm -rf $ipdir /build/*
17- rm -rf $ipdir /dist/*
18-
1913# Perform local backup
2014cd $ipdir /tools
2115./make_tarball.py
2216mv ipython-* .tgz $ipbackupdir
2317
18+ # Clean up build/dist directories
19+ rm -rf $ipdir /build/*
20+ rm -rf $ipdir /dist/*
21+
2422# Build source and binary distros
2523cd $ipdir
2624./setup.py sdist --formats=gztar
2725
2826# Build version-specific RPMs, where we must use the --python option to ensure
2927# that the resulting RPM is really built with the requested python version (so
3028# things go to lib/python2.X/...)
31- python2.4 ./setup.py bdist_rpm --binary-only --release=py24 --python=/usr/bin/python2.4
32- python2.5 ./setup.py bdist_rpm --binary-only --release=py25 --python=/usr/bin/python2.5
29+ # python2.4 ./setup.py bdist_rpm --binary-only --release=py24 --python=/usr/bin/python2.4
30+ # python2.5 ./setup.py bdist_rpm --binary-only --release=py25 --python=/usr/bin/python2.5
3331
3432# Build eggs
3533python2.4 ./setup_bdist_egg.py
You can’t perform that action at this time.
0 commit comments