- May 14, 2017
-
- May 04, 2017
-
-
pacsort is required to list packages in the right order. Example: `agetpkg -l '^linux$' |tail` Before: linux 4.3.2-1 x86_64 linux 4.3.3-1 x86_64 linux 4.3.3-2 x86_64 linux 4.3.3-3 x86_64 linux 4.4.1-1 x86_64 linux 4.4.1-2 x86_64 linux 4.4-1 x86_64 linux 4.4-2 x86_64 linux 4.4-3 x86_64 linux 4.4-4 x86_64 After: linux 4.3.2-1 x86_64 linux 4.3.3-1 x86_64 linux 4.3.3-2 x86_64 linux 4.3.3-3 x86_64 linux 4.4-1 x86_64 linux 4.4-2 x86_64 linux 4.4-3 x86_64 linux 4.4-4 x86_64 linux 4.4.1-1 x86_64 linux 4.4.1-2 x86_64 Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
-
-
- Dec 20, 2015
- Oct 20, 2015
- Oct 18, 2015
- Oct 17, 2015
- Oct 13, 2015
-
-
Seblu authored
Do not fail when rsync repositories; try to sync iso and update links, etc. Also display error message when other rsync call return != 0
-
Seblu authored
Manage sync of repo and iso from the same rsync server
-
Seblu authored
Ship a reference PKGBUILD and related files to quickly setup an archive.
-
Seblu authored
All archiving script are now functions into archive.sh. Configuration is sourced from a archive.conf file. iso http sync support was dropped.
-
- Sep 19, 2015
- Sep 18, 2015
- Sep 28, 2014
- Dec 07, 2013
- Dec 05, 2013
-
-
Seblu authored
-
- Dec 04, 2013