summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2015-02-01 10:44:51 +0100
committerCtibor Brančík <ctibor@brancik.cz>2015-02-01 10:44:51 +0100
commit30286bc243952bfc60f06044a52db3315a33fd04 (patch)
tree45f3bb14b22914f324504d259f85d24a39fecd0d
parent53389526773c5a8248d2dd564126752780e00e4e (diff)
downloadbrancik-overlay-30286bc243952bfc60f06044a52db3315a33fd04.tar.gz
brancik-overlay-30286bc243952bfc60f06044a52db3315a33fd04.tar.bz2
Maintenance script is obsolete. repoman ftw!
-rwxr-xr-xscripts/update-manifests.sh7
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