Skip to content

Commit

Permalink
Update CommandLineToolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Alekseev committed May 14, 2021
1 parent 1cdf02a commit 2d07ee2
Show file tree
Hide file tree
Showing 21 changed files with 12 additions and 1,523 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"repositoryURL": "https://github.com/avito-tech/CommandLineToolkit.git",
"state": {
"branch": null,
"revision": "ecc14634fdca2eea60f4dcda98c82c2d36da96c5",
"revision": "95d7af1ccaacd2904def3d261a749905f90d3796",
"version": null
}
},
Expand Down
35 changes: 4 additions & 31 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "EmceeInterfaces", targets: ["BuildArtifacts", "DeveloperDirModels", "EmceeVersion", "PluginSupport", "QueueModels", "ResourceLocation", "ResourceLocationResolver", "RunnerModels", "SimulatorPoolModels", "SimulatorVideoRecorder", "TestArgFile", "TestDiscovery", "TestsWorkingDirectorySupport", "TypedResourceLocation", "WorkerAlivenessModels", "WorkerCapabilitiesModels"]),
],
dependencies: [
.package(name: "CommandLineToolkit", url: "https://github.com/avito-tech/CommandLineToolkit.git", .revision("ecc14634fdca2eea60f4dcda98c82c2d36da96c5")),
.package(name: "CommandLineToolkit", url: "https://github.com/avito-tech/CommandLineToolkit.git", .revision("95d7af1ccaacd2904def3d261a749905f90d3796")),
.package(name: "CountedSet", url: "https://github.com/0x7fs/CountedSet", .branch("master")),
.package(name: "OrderedSet", url: "https://github.com/Weebly/OrderedSet", .exact("5.0.0")),
.package(name: "Shout", url: "https://github.com/jakeheis/Shout.git", .exact("0.5.4")),
Expand Down Expand Up @@ -342,7 +342,7 @@ let package = Package(
dependencies: [
"Deployer",
"EmceeLogging",
"LaunchdUtils",
.product(name: "LaunchdUtils", package: "CommandLineToolkit"),
.product(name: "PathLib", package: "CommandLineToolkit"),
.product(name: "ProcessController", package: "CommandLineToolkit"),
"QueueModels",
Expand Down Expand Up @@ -672,20 +672,6 @@ let package = Package(
],
path: "Tests/FileLockTests"
),
.target(
name: "JSONStream",
dependencies: [
.product(name: "AtomicModels", package: "CommandLineToolkit"),
],
path: "Sources/JSONStream"
),
.testTarget(
name: "JSONStreamTests",
dependencies: [
"JSONStream",
],
path: "Tests/JSONStreamTests"
),
.target(
name: "JunitReporting",
dependencies: [
Expand Down Expand Up @@ -720,19 +706,6 @@ let package = Package(
],
path: "Tests/KibanaTests"
),
.target(
name: "LaunchdUtils",
dependencies: [
],
path: "Sources/LaunchdUtils"
),
.testTarget(
name: "LaunchdUtilsTests",
dependencies: [
"LaunchdUtils",
],
path: "Tests/LaunchdUtilsTests"
),
.target(
name: "ListeningSemaphore",
dependencies: [
Expand Down Expand Up @@ -882,7 +855,7 @@ let package = Package(
"EmceeLogging",
"EventBus",
.product(name: "FileSystem", package: "CommandLineToolkit"),
"JSONStream",
.product(name: "JSONStream", package: "CommandLineToolkit"),
"LoggingSetup",
"PluginSupport",
.product(name: "Starscream", package: "Starscream"),
Expand Down Expand Up @@ -1387,7 +1360,7 @@ let package = Package(
dependencies: [
.product(name: "DateProvider", package: "CommandLineToolkit"),
"EmceeLogging",
"JSONStream",
.product(name: "JSONStream", package: "CommandLineToolkit"),
.product(name: "PathLib", package: "CommandLineToolkit"),
"ResultStreamModels",
"Runner",
Expand Down
2 changes: 2 additions & 0 deletions Sources/DistDeployer/RemoteQueueLaunchdPlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public final class RemoteQueueLaunchdPlist {
let launchdPlist = LaunchdPlist(
job: LaunchdJob(
label: jobLabel,
username: nil,
groupname: nil,
programArguments: [
remoteQueueServerBinaryPath.pathString, "startLocalQueueServer",
"--emcee-version", emceeVersion.value,
Expand Down
2 changes: 2 additions & 0 deletions Sources/DistDeployer/RemoteWorkerLaunchdPlist.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public final class RemoteWorkerLaunchdPlist {
let launchdPlist = LaunchdPlist(
job: LaunchdJob(
label: jobLabel,
username: nil,
groupname: nil,
programArguments: [
workerBinaryRemotePath.pathString, "distWork",
"--emcee-version", emceeVersion.value,
Expand Down
16 changes: 0 additions & 16 deletions Sources/JSONStream/AppendableJSONStream.swift

This file was deleted.

83 changes: 0 additions & 83 deletions Sources/JSONStream/BlockingArrayBasedJSONStream.swift

This file was deleted.

Loading

0 comments on commit 2d07ee2

Please sign in to comment.