summaryrefslogtreecommitdiff
path: root/src/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers')
-rwxr-xr-xsrc/helpers/make_spmsync_csv8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/helpers/make_spmsync_csv b/src/helpers/make_spmsync_csv
deleted file mode 100755
index 8174cd9..0000000
--- a/src/helpers/make_spmsync_csv
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-makecsv() {
- qlist -ICScv|sed -e "s/\//\,/" -e "s/[\t ]/\,/" -e "s/\:/\,/" >> "/tmp/portage_spmsync.csv"
- mv "/tmp/portage_spmsync.csv" "/var/lib/sisyphus/csv/"
-}
-
-makecsv