Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
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
Service Desk
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
macaronideath
fc-pregmod
Commits
273fda0e
Commit
273fda0e
authored
8 years ago
by
pregmodfan
Browse files
Options
Downloads
Patches
Plain Diff
compile scripts changes
parent
36ffb6b8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compile
+1
-3
1 addition, 3 deletions
compile
compile-git
+13
-0
13 additions, 0 deletions
compile-git
with
14 additions
and
3 deletions
compile
+
1
−
3
View file @
273fda0e
...
...
@@ -6,8 +6,6 @@ cp src/config/start.tw.proto start.tw.tmp
find src
-name
'*.tw'
-print
>>
start.tw.tmp
mv
start.tw.tmp src/config/start.tw
HASH
=
`
git log
-n1
|grep
-m1
commit |
sed
's/commit //'
`
./devTools/tweeGo/tweego
-o
bin/FC_pregmod_
$HASH
.html src/config/start.tw
./devTools/tweeGo/tweego
-o
bin/FC.html src/config/start.tw
rm
src/config/start.tw
\ No newline at end of file
This diff is collapsed.
Click to expand it.
compile-git
0 → 100755
+
13
−
0
View file @
273fda0e
#!/bin/bash
# Will add all *.tw files to StoryIncludes.
rm
src/config/start.tw
cp
src/config/start.tw.proto start.tw.tmp
find src
-name
'*.tw'
-print
>>
start.tw.tmp
mv
start.tw.tmp src/config/start.tw
HASH
=
`
git log
-n1
|grep
-m1
commit |
sed
's/commit //'
`
./devTools/tweeGo/tweego
-o
bin/FC_pregmod_
$HASH
.html src/config/start.tw
rm
src/config/start.tw
\ No newline at end of file
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