File: README.release

package info (click to toggle)
nickle 2.107
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,756 kB
  • sloc: ansic: 27,954; yacc: 1,874; lex: 954; sh: 204; makefile: 13; lisp: 1
file content (37 lines) | stat: -rw-r--r-- 751 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
28
29
30
31
32
33
34
35
36
37
If you're going to package nickle for release, there are several
important steps:

 1.	Create new version
 		edit meson.build, changing the version number in the
		project() block
		
 2. 	run meson
 		meson setup build
		
 3.	Test the release
		meson test -C build
 
 4.	Update debian/changelog
		git log --pretty=oneline 2.<xx-1>..master
		
 5.	Commit these changes
		git-commit -m'Update to version 2.<xx>' -a

 6.	Tag
		git-tag -s -m 'Version 2.<xx>' 2.<xx>

 7.	Build the release
		meson dist -C build

 8.	Build debian builds
		gbp buildpackage

 9.	Push out changes to the repo
		git-push origin master 2.<xx>

10.	Upload release
		scp build/meson-dist/* nickle.org:/var/www/nickle/release
		dput 

11.	Build and upload RPM
		./build-rpm upload