summaryrefslogtreecommitdiff
path: root/configfile.go
diff options
context:
space:
mode:
Diffstat (limited to 'configfile.go')
-rw-r--r--configfile.go6
1 files changed, 2 insertions, 4 deletions
diff --git a/configfile.go b/configfile.go
index c6391a6..2cab8fa 100644
--- a/configfile.go
+++ b/configfile.go
@@ -2,15 +2,12 @@ package repolist
import (
"errors"
- "io/ioutil"
- "os"
- "path/filepath"
- "strings"
"go.wit.com/lib/gui/repostatus"
"go.wit.com/log"
)
+/*
func (v *RepoList) InitRepoList(cfgfile string) {
v.cfgfile = cfgfile
lines := parsecfg(cfgfile)
@@ -109,6 +106,7 @@ func parsecfg(f string) []string {
lines := strings.Split(out, "\n")
return lines
}
+*/
func (rl *RepoList) ArgGitPull() bool {
var localonly int