From f896125ed5b3325c34dbe2ec5427d334ea88bd34 Mon Sep 17 00:00:00 2001 From: deep-42-thought Date: Tue, 6 Jun 2017 15:23:38 +0200 Subject: Updated Build system (markdown) --- Build-system.md | 9 +++++---- 1 file 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 -- cgit v1.2.3