1. Introduction

The aim of this howto is to show what's the procedure of a stable Frugalware release. The to-be-created release in this howto is 0.5, the previous release is 0.4.

2. A testing release

Just because I don't know where to document this, here is the command line what I use to sync changes from -current to -testing before a release:

$ rsync -avP --delete-after frugalware-current/ frugalware-testing/

3. Preparing

4. Creating the stable tree

Copy the full tree on genesis:

$ cd /home/ftp/pub/frugalware
$ cp -av frugalware-current frugalware-0.5

5. Updating the -current tree

Now one have two tree. All what one should do in -current is to bump --from-tag version to 0.5 in tools/genpkgs.

6. Updating the -stable tree

7. Testing

8. Announcement

9. For the next release

Done!