File: how_to_release_pycxx.txt

package info (click to toggle)
pycxx 5.4.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 660 kB
  • ctags: 1,292
  • sloc: cpp: 2,333; python: 205; makefile: 80; ansic: 22; sh: 9
file content (24 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
How to release PyCXX
--------------------

0. Update CXX/Version.hxx with the releases version number
1. Tag the source using tag_pycxx.py (depends on pysvn).
2. Create the source kit using make_src_kit.py
3. Upload kit to sourceforge:
   1. FTP to upload.sourceforge.net
   2. Login as "anonymous"
   3. Use your e-mail address as the password for this login
   4. Set your client to binary mode ("bin" on command-line clients)
   5. Change your current directory to /incoming ("cd /incoming")
   6. Upload the desired files for the release ("put filename")
4. Add new File release on sourceforge.
   1. http://sourceforge.net/projects/cxx/
   2. Select Menu Admin... File Releases
   3. Click [Add release]
   4. Fill in version and add
   5. Add release notes
   6. Add source kit
   7. Edit file properties
   8. Send Email notification
5. Update docs on the PyCXX homepage
   1. scp <file> barry-scott@shell.sourceforge.net:/home/groups/c/cx/cxx/htdocs