From a7d175275c9235042bcfecacd0b8cf655ac644e1 Mon Sep 17 00:00:00 2001 From: Timothee 'TTimo' Besset <ttimo@valvesoftware.com> Date: Thu, 7 Jul 2022 22:38:58 +0200 Subject: [PATCH] add the steampipe files for hackendeck service upload --- hackendeck/steampipe/app_build_935870.vdf | 9 +++++++++ hackendeck/steampipe/depot_build_935871.vdf | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 hackendeck/steampipe/app_build_935870.vdf create mode 100644 hackendeck/steampipe/depot_build_935871.vdf diff --git a/hackendeck/steampipe/app_build_935870.vdf b/hackendeck/steampipe/app_build_935870.vdf new file mode 100644 index 0000000..944c3fa --- /dev/null +++ b/hackendeck/steampipe/app_build_935870.vdf @@ -0,0 +1,9 @@ +"appbuild" +{ + "appid" "935870" + "buildoutput" "output" + "depots" + { + "935871" "depot_build_935871.vdf" + } +} \ No newline at end of file diff --git a/hackendeck/steampipe/depot_build_935871.vdf b/hackendeck/steampipe/depot_build_935871.vdf new file mode 100644 index 0000000..5157d3f --- /dev/null +++ b/hackendeck/steampipe/depot_build_935871.vdf @@ -0,0 +1,12 @@ +"DepotBuildConfig" +{ + "DepotID" "935871" + "FileMapping" + { + "LocalPath" "../build/*" + "DepotPath" "." + "recursive" "1" + } + "FileExclusion" "*~" + "FileExclusion" "*.pyc" +} -- GitLab