Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-06-06 15:23:38 +0200
committerdeep-42-thought <github@eckner.net>2017-06-06 15:23:38 +0200
commitf896125ed5b3325c34dbe2ec5427d334ea88bd34 (patch)
treee100acac7bef0d8922028ba765eff8bbdfdbed20
parentc15dacca643833aa3021a33c536a25f9b6cb0c58 (diff)
Updated Build system (markdown)
-rw-r--r--Build-system.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build-system.md b/Build-system.md
index 02823d6..d5a4dcf 100644
--- a/Build-system.md
+++ b/Build-system.md
@@ -55,8 +55,9 @@ Build the package in a clean chroot environment with a custom makefile.conf.
### return-assignment
1. Create a lock file for build list.
-2. If error is reported, mark package as broken and proceed with step 6.
-3. Check if the git revision of the binary package is the same as on the build list. If it's different, then drop the package. Otherwise add binary packages to the proper staging repository.
+2. If error is reported, mark package as broken and proceed with step 7.
+3. Check if the git revision of the binary package is the same as on the build list. If it's different, then drop the package and proceed with step 7.
4. Check package for sanity.
-5. Remove the package from the build list, and remove the corresponding package state file.
-6. Remove the lock file. \ No newline at end of file
+5. Add binary packages to the proper staging repository.
+6. Remove the package from the build list, and remove the corresponding package state file.
+7. Remove the lock file. \ No newline at end of file