Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
DevHub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
DevHub
Commits
0e7c785f
Commit
0e7c785f
authored
3 years ago
by
Thomas Bock
Browse files
Options
Downloads
Patches
Plain Diff
..
parent
6931512e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
EXAMPLES-TCP.md
+1
-1
1 addition, 1 deletion
EXAMPLES-TCP.md
EXAMPLES-VXI11.md
+1
-1
1 addition, 1 deletion
EXAMPLES-VXI11.md
build.clj
+5
-0
5 additions, 0 deletions
build.clj
src/devhub/vxi11.clj
+0
-0
0 additions, 0 deletions
src/devhub/vxi11.clj
with
7 additions
and
2 deletions
EXAMPLES-TCP.md
+
1
−
1
View file @
0e7c785f
...
@@ -11,7 +11,7 @@ URL=http://localhost:9009/
...
@@ -11,7 +11,7 @@ URL=http://localhost:9009/
and use it this way
and use it this way
```
shell
```
shell
curl
-H
"
$H
"
-d
"
$D
"
-X
POST
$URL
curl
-H
"
$H
"
-d
"
$D
"
-X
POST
$URL
--noproxy
"*"
```
```
```
shell
```
shell
...
...
This diff is collapsed.
Click to expand it.
EXAMPLES-VXI11.md
+
1
−
1
View file @
0e7c785f
...
@@ -10,7 +10,7 @@ URL=http://localhost:9009/
...
@@ -10,7 +10,7 @@ URL=http://localhost:9009/
and use it this way
and use it this way
```
shell
```
shell
curl
-H
"
$H
"
-d
"
$D
"
-X
POST
$URL
curl
-H
"
$H
"
-d
"
$D
"
-X
POST
$URL
--noproxy
"*"
```
```
## SRG VM212
## SRG VM212
...
...
This diff is collapsed.
Click to expand it.
build.clj
+
5
−
0
View file @
0e7c785f
...
@@ -28,3 +28,8 @@
...
@@ -28,3 +28,8 @@
:main
'devhub.server
:main
'devhub.server
:uber-file
uber-file
:uber-file
uber-file
:basis
basis
}))
:basis
basis
}))
(
defn
all
[
_
]
(
clean
nil
)
(
prep
nil
)
(
uber
nil
))
This diff is collapsed.
Click to expand it.
src/devhub/vxi11.clj
+
0
−
0
View file @
0e7c785f
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment