summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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