Skip to content

Commit

Permalink
agg
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Mar 19, 2024
1 parent 7cc37d5 commit 4a1201b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
3 changes: 2 additions & 1 deletion pkgs/confs/github_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ charmbracelet/glow
gleam-lang/gleam
jesseduffield/lazygit
coursier/coursier
Enter-tainer/typst-preview`
Enter-tainer/typst-preview
asciinema/agg`
21 changes: 7 additions & 14 deletions pkgs/pxy/main.go
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
package main

import (
"os"

"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()
// os.Setenv(confs.ToEnableProxyEnvName, "true")
app := NewApp()
app.Run()

cfg := confs.NewCollectorConf()
// cfg := confs.NewCollectorConf()
// aj := versions.NewAdoptiumJDK(cfg)
// aj.FetchAll()
// aj.Upload()
Expand Down Expand Up @@ -67,9 +60,9 @@ func main() {
// ins.FetchAll()
// ins.Upload()

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

// scala := versions.NewScala(cfg)
// scala.FetchAll()
Expand Down
2 changes: 2 additions & 0 deletions pkgs/versions/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ func filterGithubByUrl(dUrl string) bool {
"typst-preview$.pdb",
"typst-preview$alpine",
"typst-preview$armhf",
"agg$-gnueabihf",
"agg$-musl",
}

for _, s := range excludeList {
Expand Down

0 comments on commit 4a1201b

Please sign in to comment.