diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 14:34:25 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 14:34:25 -0600 |
commit | 0b431c80fed43cadb7be838e790bd565b9d55f0b (patch) | |
tree | 5d4254bbc2bd8d073dd8917cdf62de2cd30328cb /doc/createworkdir.md | |
parent | 71e84157ff72c3e78cf2e7284634d51eed0e4a2a (diff) |
doc/: Two spaces between sentences, wrap to 80 columns.
Diffstat (limited to 'doc/createworkdir.md')
-rw-r--r-- | doc/createworkdir.md | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/doc/createworkdir.md b/doc/createworkdir.md index dbb47b1..44eee34 100644 --- a/doc/createworkdir.md +++ b/doc/createworkdir.md @@ -1,9 +1,9 @@ # CreateWorkDir -This script recreates a proper directory tree for packaging. Its aim is to -help you be organized with the work you do as a packager, and establish a -certain standard for packages' publication, so you don't have to lose much -time with them. Just package and upload! +This script recreates a proper directory tree for packaging. Its aim is to help +you be organized with the work you do as a packager, and establish a certain +standard for packages' publication, so you don't have to lose much time with +them. Just package and upload! It will create a directory tree like this: @@ -21,21 +21,19 @@ It will create a directory tree like this: ## staging/ -This directory contains one directory for each repository, where the -resulting packages are in moved for syncing against the main repository on -Parabola's server. This directory is architecture independent. +This directory contains one directory for each repository, where the resulting +packages are in moved for syncing against the main repository on Parabola's +server. This directory is architecture independent. *Related Variables* - REPOS ## abslibre/ -This is the git repo for Parabola's PKGBUILDs. Here you can find the ABS -tree for our packages, and also where you'll have to put new ones for -commit. +This is the git repo for Parabola's PKGBUILDs. Here you can find the ABS tree +for our packages, and also where you'll have to put new ones for commit. -(You'll need push access to Parabola's main server, but pulling is -public.) +(You'll need push access to Parabola's main server, but pulling is public.) *Related Variables* - ABSLIBREGIT |