summaryrefslogtreecommitdiff
path: root/doMakeDists.go
diff options
context:
space:
mode:
Diffstat (limited to 'doMakeDists.go')
-rw-r--r--doMakeDists.go22
1 files changed, 0 insertions, 22 deletions
diff --git a/doMakeDists.go b/doMakeDists.go
deleted file mode 100644
index 7967174..0000000
--- a/doMakeDists.go
+++ /dev/null
@@ -1,22 +0,0 @@
-package main
-
-import (
- "os"
-)
-
-// os.Chdir(me.mirrorsDir)
-// makes the dists/ for 'apt update'
-func doMakeDists() (string, error) {
- var s string
- var err error
- os.Chdir(me.pb.BaseDir)
-
- /*
- for p := range me.pb.IterAll() {
- p.Print()
- return "printed one out", nil
- }
- s, err := me.pb.MakeDists()
- */
- return s, err
-}