diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-04-22 19:36:46 +0200 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-04-22 19:36:46 +0200 |
commit | bd81c6695b97d2d23be8a81d27cd20748eba5b75 (patch) | |
tree | c3b58b2cd2136502aaf3a3784264344907e882ee /bin | |
parent | Bump the version (diff) | |
download | soko-bd81c6695b97d2d23be8a81d27cd20748eba5b75.tar.gz soko-bd81c6695b97d2d23be8a81d27cd20748eba5b75.tar.bz2 soko-bd81c6695b97d2d23be8a81d27cd20748eba5b75.zip |
Provide a fullupdate option instead of cleanup
The normal update works incrementally, the full update
can be used in case something went wrong during the
incremental update. It updates all versions, packages
and categories.
Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fullupdate.sh (renamed from bin/cleanup.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cleanup.sh b/bin/fullupdate.sh index b8d01f1..d71c895 100755 --- a/bin/cleanup.sh +++ b/bin/fullupdate.sh @@ -13,7 +13,7 @@ update_repository(){ cleanup_database(){ cd /mnt/packages-tree/gentoo/ || exit 1 - /go/src/soko/bin/soko cleanup + /go/src/soko/bin/soko fullupdate } |