blob: 786b286ee3f981975b91f1f32379498ceaf026c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Releasing
1) create an anotated tag on the format YYYY.MM.X, where YYYY is the year,
MM is the month and X is a number starting from 1. E.g.:
$ git tag -a 2011.04.1
2) create a tarball
$ make release
3) copy the tarball to gerolde
$ scp initscripts-YYYY.MM.X.tar.xz gerolde.archlinux.org:/srv/ftp/other/initscripts/
4) check that the PKGBUILD in git is in sync with the PKGBUILD to be released
5) create packages for both arches and push to testing
|