Commit 33e08d4fb56b99ac61acd5b968eed3176ddea12f
1 parent
73b64aaf
Exists in
master
and in
22 other branches
Enhancing text on RELEASING file
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
RELEASING
... | ... | @@ -12,7 +12,7 @@ This file documents release-related activities. |
12 | 12 | |
13 | 13 | == Releasing noosfero |
14 | 14 | |
15 | -Considering you are on Debian GNU/Linux or Debian-bases system | |
15 | +Considering you are on a Debian GNU/Linux or Debian-based system | |
16 | 16 | # apt-get install devscripts debhelper |
17 | 17 | |
18 | 18 | To prepare a release of noosfero, you must follow the steps below: |
... | ... | @@ -25,8 +25,8 @@ To prepare a release of noosfero, you must follow the steps below: |
25 | 25 | * Generate packages with <tt>rake noosfero:release</tt>. Your tarball and deb |
26 | 26 | pkg will be under the pkg/ directory. This task will create a git tag too. |
27 | 27 | * Test that the tarball and deb package are ok |
28 | -* Go to the version's wiki topic and edit it to reflect the new reality and | |
29 | - edit WebPreferences and update DEBIAN_REPOSITORY_TOPICS setting | |
28 | +* Go to the version's wiki topic and edit it to reflect the new reality | |
29 | +* Edit the topic WebPreferences and update DEBIAN_REPOSITORY_TOPICS setting | |
30 | 30 | * Attach the generated packages to that topic. Before attaching calculate the |
31 | 31 | sha1 of the package (with sha1sum and paste the SHA1 hash as comment in the |
32 | 32 | attachment form) | ... | ... |