Skip to content

Commit

Permalink
remove unused doc in release
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr committed Oct 6, 2020
1 parent c344edd commit 48fde93
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions release/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ filegroup(
],
)

filegroup(
name = "doc",
srcs = glob(["doc/*.md"]),
)

filegroup(
name = "geodata",
srcs = [
Expand All @@ -37,7 +32,6 @@ pkg_zip(
name = "v2ray_darwin_amd64_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_darwin_amd64",
"//main:v2ray_darwin_amd64",
Expand All @@ -50,7 +44,6 @@ pkg_zip(
name = "v2ray_windows_amd64_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_windows_amd64",
"//main:v2ray_windows_amd64",
Expand All @@ -64,7 +57,6 @@ pkg_zip(
name = "v2ray_windows_x86_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_windows_386",
"//main:v2ray_windows_386",
Expand All @@ -78,7 +70,6 @@ pkg_zip(
name = "v2ray_windows_armv7_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_windows_arm_7",
"//main:v2ray_windows_arm_7",
Expand All @@ -92,7 +83,6 @@ pkg_zip(
name = "v2ray_freebsd_amd64_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_freebsd_amd64",
"//main:v2ray_freebsd_amd64",
Expand All @@ -105,7 +95,6 @@ pkg_zip(
name = "v2ray_freebsd_x86_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_freebsd_386",
"//main:v2ray_freebsd_386",
Expand All @@ -118,7 +107,6 @@ pkg_zip(
name = "v2ray_openbsd_amd64_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_openbsd_amd64",
"//main:v2ray_openbsd_amd64",
Expand All @@ -131,7 +119,6 @@ pkg_zip(
name = "v2ray_openbsd_x86_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_openbsd_386",
"//main:v2ray_openbsd_386",
Expand All @@ -144,7 +131,6 @@ pkg_zip(
name = "v2ray_dragonfly_amd64_package",
srcs = [
":config_json",
":doc",
":geodata",
"//infra/control/main:v2ctl_dragonfly_amd64",
"//main:v2ray_dragonfly_amd64",
Expand All @@ -157,7 +143,6 @@ pkg_zip(
name = "v2ray_linux_amd64_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_amd64",
Expand All @@ -171,7 +156,6 @@ pkg_zip(
name = "v2ray_linux_x86_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_386",
Expand All @@ -185,7 +169,6 @@ pkg_zip(
name = "v2ray_linux_arm64_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_arm64",
Expand All @@ -199,7 +182,6 @@ pkg_zip(
name = "v2ray_linux_armv7_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_arm_7",
Expand All @@ -213,7 +195,6 @@ pkg_zip(
name = "v2ray_linux_armv6_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_arm_6",
Expand All @@ -227,7 +208,6 @@ pkg_zip(
name = "v2ray_linux_armv5_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_arm_5",
Expand All @@ -241,7 +221,6 @@ pkg_zip(
name = "v2ray_linux_mips32_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_mips",
Expand All @@ -257,7 +236,6 @@ pkg_zip(
name = "v2ray_linux_mips32le_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_mipsle",
Expand All @@ -273,7 +251,6 @@ pkg_zip(
name = "v2ray_linux_mips64_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_mips64",
Expand All @@ -287,7 +264,6 @@ pkg_zip(
name = "v2ray_linux_mips64le_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_mips64le",
Expand All @@ -301,7 +277,6 @@ pkg_zip(
name = "v2ray_linux_riscv64_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_riscv64",
Expand All @@ -315,7 +290,6 @@ pkg_zip(
name = "v2ray_linux_s390x_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_s390x",
Expand All @@ -329,7 +303,6 @@ pkg_zip(
name = "v2ray_linux_ppc64_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_ppc64",
Expand All @@ -343,7 +316,6 @@ pkg_zip(
name = "v2ray_linux_ppc64le_package",
srcs = [
":config_json",
":doc",
":geodata",
":systemd",
"//infra/control/main:v2ctl_linux_ppc64le",
Expand Down

0 comments on commit 48fde93

Please sign in to comment.