aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-04-22 19:36:46 +0200
committerMax Magorsch <arzano@gentoo.org>2020-04-22 19:36:46 +0200
commitbd81c6695b97d2d23be8a81d27cd20748eba5b75 (patch)
treec3b58b2cd2136502aaf3a3784264344907e882ee /bin
parentBump the version (diff)
downloadsoko-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-xbin/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
}