diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2015-02-01 10:44:51 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2015-02-01 10:44:51 +0100 |
commit | 30286bc243952bfc60f06044a52db3315a33fd04 (patch) | |
tree | 45f3bb14b22914f324504d259f85d24a39fecd0d | |
parent | 53389526773c5a8248d2dd564126752780e00e4e (diff) | |
download | brancik-overlay-30286bc243952bfc60f06044a52db3315a33fd04.tar.gz brancik-overlay-30286bc243952bfc60f06044a52db3315a33fd04.tar.bz2 |
Maintenance script is obsolete. repoman ftw!
-rwxr-xr-x | scripts/update-manifests.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/update-manifests.sh b/scripts/update-manifests.sh deleted file mode 100755 index 1e5913e..0000000 --- a/scripts/update-manifests.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -OVERLAY="/home/ctibor/počítač/portage/brancik-overlay" - -for EBUILD in ${OVERLAY}/[a-z]*-[a-z]*/[a-z]*/[a-z]*-[0-9]*.ebuild ; do - /usr/bin/ebuild $EBUILD manifest -done |