Skip to content

Commit

Permalink
serve-d for dlang
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Apr 27, 2024
1 parent 9833ea8 commit a127c96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
19 changes: 7 additions & 12 deletions pkgs/pxy/main.go
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
package main

import (
"github.com/gvcgo/collector/pkgs/confs"
"github.com/gvcgo/collector/pkgs/versions"
)

func main() {
// sites.TestEDomains()
// sites.TestEDCollector()
// sites.TestTDomains()
// os.Setenv(confs.ToEnableProxyEnvName, "true")
// app := NewApp()
// app.Run()

cfg := confs.NewCollectorConf()
app := NewApp()
app.Run()

dl := versions.NewDlang(cfg)
dl.FetchAll()
dl.Upload()
// cfg := confs.NewCollectorConf()

// gh := versions.NewGithubRepo(cfg)
// gh.FetchAll()
// gh.Upload()

// dl := versions.NewDlang(cfg)
// dl.FetchAll()
// dl.Upload()

// gr := versions.NewGroovy(cfg)
// gr.FetchAll()
// gr.Upload()
Expand Down
1 change: 0 additions & 1 deletion pkgs/versions/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func filterGithubByUrl(dUrl string) bool {
"upx$powerpc",
"upx$dos",
"upx$arm_linux",
"serve-d$.tar.xz",
}

for _, s := range excludeList {
Expand Down

0 comments on commit a127c96

Please sign in to comment.