diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-14 20:15:50 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-14 20:15:50 +0200 |
commit | cdf17a4c4c83c1363a59fa688654276c3d807eae (patch) | |
tree | d46f88d11558362bc6e3ea90b5998a89eef541e9 /db-core | |
parent | 27abfce26dc4f667fb4702db40acf27317ecfd9f (diff) | |
download | dbscripts-cdf17a4c4c83c1363a59fa688654276c3d807eae.tar.gz dbscripts-cdf17a4c4c83c1363a59fa688654276c3d807eae.tar.xz |
Rewrite of db-update
* db-update now updates all repos with packages in its staging dirs
* sanity checks are performed before any repo is touched
* improved performance
* less code; easier to maintain
Diffstat (limited to 'db-core')
-rwxr-xr-x | db-core | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/db-core b/db-core deleted file mode 100755 index eaa5032..0000000 --- a/db-core +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -$(dirname $0)/db-update "core" |