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.
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: