Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
90d19ed7
Commit
90d19ed7
authored
Dec 19, 2014
by
nikhiljindal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverting debug echo statements in script
parent
ffb01165
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
build-ui.sh
hack/build-ui.sh
+0
-6
No files found.
hack/build-ui.sh
View file @
90d19ed7
...
@@ -33,19 +33,13 @@ fi
...
@@ -33,19 +33,13 @@ fi
DATAFILE
=
pkg/ui/datafile.go
DATAFILE
=
pkg/ui/datafile.go
TMP_DATAFILE
=
/tmp/datafile.go
TMP_DATAFILE
=
/tmp/datafile.go
echo
"running go-bindata"
go-bindata
-nocompress
-o
$DATAFILE
-prefix
${
PWD
}
-pkg
ui www/...
go-bindata
-nocompress
-o
$DATAFILE
-prefix
${
PWD
}
-pkg
ui www/...
echo
"ran go-bindata"
cat
hooks/boilerplate.go.txt
>
$TMP_DATAFILE
cat
hooks/boilerplate.go.txt
>
$TMP_DATAFILE
echo
"// generated by hack/build-ui.sh; DO NOT EDIT
echo
"// generated by hack/build-ui.sh; DO NOT EDIT
"
>>
$TMP_DATAFILE
"
>>
$TMP_DATAFILE
cat
$DATAFILE
>>
$TMP_DATAFILE
cat
$DATAFILE
>>
$TMP_DATAFILE
echo
"file generated. gofmt ing it"
gofmt
-s
-w
$TMP_DATAFILE
gofmt
-s
-w
$TMP_DATAFILE
mv
$TMP_DATAFILE
$DATAFILE
mv
$TMP_DATAFILE
$DATAFILE
echo
"script over. Moving the file from /tmp to /pkg/ui"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment