Skip to content

Commit

Permalink
Rename from sfu-x186k to sfu1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron-elliott committed Feb 7, 2021
1 parent b251c80 commit 7019d41
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# goversion: "https://dl.google.com/go/go1.15.6.linux-amd64.tar.gz"
goversion: "https://golang.org/dl/go1.16rc1.linux-amd64.tar.gz"
project_path: "."
binary_name: "sfu-x186k"
binary_name: "sfu1"
extra_files: LICENSE README.md


Expand All @@ -80,7 +80,7 @@ jobs:
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v1.11.0
with:
images: x186k/sfu-x186k # list of Docker images to use as base name for tags
images: x186k/sfu1 # list of Docker images to use as base name for tags
tag-sha: true # add git short SHA as Docker tag

- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
core
.vscode
workspace.code-workspace
sfu-x186k
sfu1
embed

# do not track intermediate files used for making idle screens
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sfu-x186k
# sfu1


## Goals
Expand Down
2 changes: 1 addition & 1 deletion cmd/rtptesttool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"time"

"github.com/x186k/sfu-x186k/rtpsplice"
"github.com/x186k/sfu1/rtpsplice"
)

func checkPanic(err error) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/x186k/sfu-x186k
module github.com/x186k/sfu1

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"github.com/libdns/cloudflare"
"github.com/libdns/duckdns"
"github.com/pkg/profile"
"github.com/x186k/sfu-x186k/rtpsplice"
"github.com/x186k/sfu1/rtpsplice"
"golang.org/x/sync/semaphore"

//"net/http/httputil"
Expand Down

0 comments on commit 7019d41

Please sign in to comment.