File: patchlevel-checklist.txt

package info (click to toggle)
openscad 2015.03-2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,804 kB
  • ctags: 5,692
  • sloc: cpp: 39,386; sh: 3,856; ansic: 3,674; python: 1,393; yacc: 496; lex: 272; lisp: 159; makefile: 67; xml: 60
file content (27 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Given:
 VERSION (e.g. 2015.03-1)

o Make sure we have a $VERSION branch. If not, create one

o Update VERSION and VERSIONDATE in
  openscad.pro
  scripts/publish-macosx.sh
  scripts/release-common.sh
  scripts/publish-mingw-x.sh
  tests/CMakeLists.txt
  
o git tag "openscad-$VERSION"
o ./scripts/git-archive-all.py --prefix=openscad-$VERSION/ openscad-$VERSION.src.tar.gz
o git push --tags $VERSION
o Upload Source package
  $ scp openscad-$VERSION.src.tar.gz openscad@files.openscad.org:www
o Write short release email to mailing list
o Tweet as OpenSCAD
o Notify package managers
  - Debian/Ubuntu: https://launchpad.net/~chrysn
  - Ubuntu PPA: https://github.com/hyperair
  - Fedora: Miro HronĨok <miro@hroncok.cz> or <mhroncok@redhat.com>
  - OpenSUSE: Pavol Rusnak <prusnak@opensuse.org>
  - Arch Linux: Kyle Keen <keenerd@gmail.com>
  - MacPorts: https://svn.macports.org/repository/macports/trunk/dports/science/openscad/Portfile
  - Homebrew: https://github.com/caskroom/homebrew-cask/blob/master/Casks/openscad.rb