From 2f06ce98647b19a3bc67a348ff97f53be394f48c Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 1 Aug 2014 23:06:00 +0400 Subject: [PATCH] fix 404 --- _posts/2014-03-23-creating-custom-repo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2014-03-23-creating-custom-repo.html b/_posts/2014-03-23-creating-custom-repo.html index 24577cb..c3104f1 100644 --- a/_posts/2014-03-23-creating-custom-repo.html +++ b/_posts/2014-03-23-creating-custom-repo.html @@ -58,7 +58,7 @@ fi

${REPODIR}/{i686,x86_64} are directories for repository, ${PREPAREDIR} is directory where compiled packages will be stored, ${STAGINGDIR} is one where packages will be built.

A bit of theory

-

Create directory, share it (using ftp, for example). It has two subdirectories - i686 and x86_64 - for each architecture respectively. And fill them with a set of packages.

+

Create directory, share it (using ftp, for example). It has two subdirectories - i686 and x86_64 - for each architecture respectively. And fill them with a set of packages.

Updating repository may be split into the following steps: