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
Container Registry
Model registry
Operate
Environments
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
pregmodfan
fc-pregmod
Commits
0c5bf1d3
Commit
0c5bf1d3
authored
5 years ago
by
Pregmodder
Browse files
Options
Downloads
Plain Diff
Merge branch 'TODO-tweaking' into 'pregmod-master'
Todo tweaking [Ready for merge] Closes
#1120
See merge request
!5409
parents
f4f991be
4e9320d0
No related branches found
No related tags found
1 merge request
!5409
Todo tweaking [Ready for merge]
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devTools/PreCompile.sh
+2
-3
2 additions, 3 deletions
devTools/PreCompile.sh
src/SecExp/secExpSmilingMan.tw
+113
-138
113 additions, 138 deletions
src/SecExp/secExpSmilingMan.tw
src/uncategorized/slaveStats.tw
+517
-382
517 additions, 382 deletions
src/uncategorized/slaveStats.tw
with
632 additions
and
523 deletions
devTools/PreCompile.sh
+
2
−
3
View file @
0c5bf1d3
#!/bin/ksh
#!/bin/ksh
mega-login
$1
$2
#U=$1 P=$2 rDir=$3 lDir=$4 repo=$5 Reqs:MEGAcmd,git
mega-login
$1
$2
#U=$1 P=$2 rDir=$3 lDir=$4 Reqs:MEGAcmd,git
if
[
-z
"
$5
"
]
;
then
5
=
'https://gitgud.io/pregmodfan/fc-pregmod.git'
;
fi
while
true
;
do
gen
=
0
;
cd
$4
;
while
true
;
do
gen
=
0
;
cd
$4
;
if
[[
`
echo
$?
`
-gt
0
]]
;
then
mkdir
-p
$4
&&
git clone
-q
--depth
1
$5
$4
&&
cd
$4
if
[[
`
echo
$?
`
-gt
0
]]
;
then
mkdir
-p
$4
&&
git clone
-q
--depth
1
https://gitgud.io/pregmodfan/fc-pregmod.git
$4
&&
cd
$4
if
[[
!
`
mega-ls
$3
|cut
-c21-24
|paste
-sd
,
`
=
~
`
git log|head
-1
|cut
-c8-11
`
]]
;
then
gen
=
1
;
fi
#stackoverflow.com/a/15394738
if
[[
!
`
mega-ls
$3
|cut
-c21-24
|paste
-sd
,
`
=
~
`
git log|head
-1
|cut
-c8-11
`
]]
;
then
gen
=
1
;
fi
#stackoverflow.com/a/15394738
fi
fi
git fetch
-q
&&
if
[
`
git rev-list ...origin|wc
-l
`
-gt
0
]
;
then
git pull
-q
&&
gen
=
1
;
fi
#stackoverflow.com/a/17192101
git fetch
-q
&&
if
[
`
git rev-list ...origin|wc
-l
`
-gt
0
]
;
then
git pull
-q
&&
gen
=
1
;
fi
#stackoverflow.com/a/17192101
...
...
This diff is collapsed.
Click to expand it.
src/SecExp/secExpSmilingMan.tw
+
113
−
138
View file @
0c5bf1d3
This diff is collapsed.
Click to expand it.
src/uncategorized/slaveStats.tw
+
517
−
382
View file @
0c5bf1d3
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