Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
5b79d2fb
There was a problem fetching the pipeline stages.
Commit
5b79d2fb
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
meta
parent
63e4a2e5
No related branches found
No related tags found
No related merge requests found
Pipeline
#595
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make.py
+7
-7
7 additions, 7 deletions
make.py
with
7 additions
and
7 deletions
make.py
+
7
−
7
View file @
5b79d2fb
...
...
@@ -47,19 +47,19 @@ build_$BOX:
description
=
mdin
.
read
().
strip
()
mdout
.
write
(
'''
{
"
description
"
:
"
%s
"
,
"
short_description
"
:
"
%s
"
,
"
name
"
:
"
henrietta/
%s
"
,
"
description
"
:
"
$DESCRIPTION
"
,
"
short_description
"
:
"
$DESCRIPTION
"
,
"
name
"
:
"
henrietta/
$BOX
"
,
"
versions
"
: [{
"
version
"
:
"
1
"
,
"
status
"
:
"
active
"
,
"
description_html
"
:
"
<p>
%s
</p>
"
,
"
description_markdown
"
:
"
%s
"
,
"
description_html
"
:
"
<p>
$DESCRIPTION
</p>
"
,
"
description_markdown
"
:
"
$DESCRIPTION
"
,
"
providers
"
: [{
"
name
"
:
"
virtualbox
"
,
"
url
"
:
"
http://dev.dms-serwis.com.pl/vagrant/
%s
.box
"
"
url
"
:
"
http://dev.dms-serwis.com.pl/vagrant/
$BOX
.box
"
}]
}]
}
'''
%
(
description
,
description
,
box
,
description
,
description
,
box
))
'''
.
replace
(
'
$DESCRIPTION
'
,
description
).
replace
(
'
$BOX
'
,
os
.
path
.
split
(
os
.
getcwd
())[
-
1
]
))
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