From 432da4d1dbe83ece3cda662d0a16366d30f4f2dd Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 14 Dec 2021 18:03:41 +0800 Subject: [PATCH] chore: Migration of nightlies to `Versions` bucket (#2972) * vim-nightly: Move to`Versions` * Move other `nightly` * lcow: Move to `Versions` * Delete haxe-dev.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/docker-nightly.json | 51 --------- bucket/ffmpeg-nightly-shared-vulkan.json | 30 ------ bucket/ffmpeg-nightly-shared.json | 34 ------ bucket/ffmpeg-nightly-vulkan.json | 30 ------ bucket/ffmpeg-nightly.json | 34 ------ bucket/glslang-nightly.json | 14 --- bucket/haxe-dev.json | 43 -------- bucket/lcow.json | 8 -- bucket/neovim-nightly.json | 44 -------- bucket/vim-nightly.json | 127 ----------------------- 10 files changed, 415 deletions(-) delete mode 100644 bucket/docker-nightly.json delete mode 100644 bucket/ffmpeg-nightly-shared-vulkan.json delete mode 100644 bucket/ffmpeg-nightly-shared.json delete mode 100644 bucket/ffmpeg-nightly-vulkan.json delete mode 100644 bucket/ffmpeg-nightly.json delete mode 100644 bucket/glslang-nightly.json delete mode 100644 bucket/haxe-dev.json delete mode 100644 bucket/lcow.json delete mode 100644 bucket/neovim-nightly.json delete mode 100644 bucket/vim-nightly.json diff --git a/bucket/docker-nightly.json b/bucket/docker-nightly.json deleted file mode 100644 index ca7c98a370..0000000000 --- a/bucket/docker-nightly.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "version": "nightly", - "description": "Run the latest master build of docker client and engine", - "homepage": "https://master.dockerproject.org", - "license": "Apache-2.0", - "notes": [ - "Make sure to have container features enabled (will need a restart afterwards):", - "sudo Enable-WindowsOptionalFeature -Online -FeatureName containers -All -NoRestart", - "sudo Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All -NoRestart", - "", - "To test run you can use:", - "sudo dockerd -D --experimental -H \"npipe:////./pipe//docker_lcow\"", - "", - "To install and run as a service (with linux containers support - lcow):", - "You do not have to create a docker group you can replace it with (whoami)", - "", - "sudo net localgroup docker /add", - "sudo net localgroup docker (whoami) /add", - "sudo dockerd.exe `", - " --register-service `", - " --experimental `", - " --storage-opt lcow.kirdpath=\"$(scoop prefix lcow)\" `", - " -G docker", - "sudo Start-Service docker", - "", - "To remove the service you can use:", - "sudo Stop-Service docker", - "sudo powershell", - "(gwmi win32_service -filter \"name='docker'\").delete()", - "", - "For help, see https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-docker/configure-docker-daemon" - ], - "suggest": { - "Linux container support on Windows": "lcow", - "Docker Compose": "docker-compose", - "Docker Machine": "docker-machine", - "Kubernetes Standalone": "minikube", - "Kubernetes Client": "kubectl", - "compose.yml to kubernetes.yml": "kompose" - }, - "depends": [ - "sudo", - "lcow" - ], - "url": "https://master.dockerproject.org/windows/x86_64/docker.zip", - "extract_dir": "docker", - "bin": [ - "dockerd.exe", - "docker.exe" - ] -} diff --git a/bucket/ffmpeg-nightly-shared-vulkan.json b/bucket/ffmpeg-nightly-shared-vulkan.json deleted file mode 100644 index 905ebd3c23..0000000000 --- a/bucket/ffmpeg-nightly-shared-vulkan.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "version": "101857", - "description": "A complete, cross-platform solution to record, convert and stream audio and video.", - "homepage": "https://ffmpeg.org", - "license": "GPL-3.0-or-later", - "architecture": { - "64bit": { - "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-04-04-12-39/ffmpeg-N-101857-g0617e578a3-win64-gpl-shared-vulkan.zip", - "hash": "db98cf502921b2250c7797e665dcda86f36470297595db404bc3598b30101b51", - "extract_dir": "ffmpeg-N-101857-g0617e578a3-win64-gpl-shared-vulkan" - } - }, - "post_install": [ - "# Workaround for https://github.com/ScoopInstaller/Main/issues/2611", - "Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\"" - ], - "bin": [ - "bin\\ffmpeg.exe", - "bin\\ffplay.exe", - "bin\\ffprobe.exe" - ], - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-$matchTime/ffmpeg-N-$version-g$matchHash-win64-gpl-shared-vulkan.zip", - "extract_dir": "ffmpeg-N-$version-g$matchHash-win64-gpl-shared-vulkan" - } - } - } -} diff --git a/bucket/ffmpeg-nightly-shared.json b/bucket/ffmpeg-nightly-shared.json deleted file mode 100644 index a12648b4ae..0000000000 --- a/bucket/ffmpeg-nightly-shared.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "version": "104863", - "description": "A complete, cross-platform solution to record, convert and stream audio and video.", - "homepage": "https://ffmpeg.org", - "license": "GPL-3.0-or-later", - "architecture": { - "64bit": { - "url": "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-12-13-12-25/ffmpeg-N-104863-g6cf55b9da2-win64-gpl-shared.zip", - "hash": "2615ac87fe6d415b392beb64261364aa679f085fc3764ccb605babb89db4ab6d", - "extract_dir": "ffmpeg-N-104863-g6cf55b9da2-win64-gpl-shared" - } - }, - "post_install": [ - "# Workaround for https://github.com/ScoopInstaller/Main/issues/2611", - "Remove-Item \"$scoopdir\\shims\\ffmpeg.ps1\", \"$scoopdir\\shims\\ffplay.ps1\", \"$scoopdir\\shims\\ffprobe.ps1\"" - ], - "bin": [ - "bin\\ffmpeg.exe", - "bin\\ffplay.exe", - "bin\\ffprobe.exe" - ], - "checkver": { - "github": "https://github.com/BtbN/FFmpeg-Builds", - "regex": "/autobuild-(?