Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pykat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
finesse
pykat
Commits
47dfd099
There was a problem fetching the pipeline summary.
Commit
47dfd099
authored
9 years ago
by
Daniel Brown
Browse files
Options
Downloads
Patches
Plain Diff
updating testing git refs
parent
26dc047f
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pykat/testing/test.py
+1
-1
1 addition, 1 deletion
pykat/testing/test.py
pykat/testing/web_server.py
+1
-1
1 addition, 1 deletion
pykat/testing/web_server.py
with
2 additions
and
2 deletions
pykat/testing/test.py
+
1
−
1
View file @
47dfd099
...
...
@@ -217,7 +217,7 @@ class FinesseTestProcess(Thread):
shutil
.
rmtree
(
BUILD_PATH
)
print
"
Checking out finesse base...
"
utils
.
git
([
"
clone
"
,
"
git
://git
master.at
la
s
.aei.uni-hannover.de/finesse/finesse.git
"
,
BUILD_PATH
])
utils
.
git
([
"
clone
"
,
"
https
://gitla
b
.aei.uni-hannover.de/finesse/finesse.git
"
,
BUILD_PATH
])
print
"
Checking out and building develop version of finesse
"
+
self
.
git_commit
...
...
This diff is collapsed.
Click to expand it.
pykat/testing/web_server.py
+
1
−
1
View file @
47dfd099
...
...
@@ -32,7 +32,7 @@ def start(instance_path,port=5000, debug=True, ip="0.0.0.0", git_bin="/usr/bin/g
# need local copy of src
if
not
os
.
path
.
exists
(
os
.
path
.
join
(
app
.
instance_path
,
"
finesse_src
"
)):
print
"
finesse src folder didn
'
t exist, cloning now...
"
utils
.
git
([
"
clone
"
,
"
git
://git
master.at
la
s
.aei.uni-hannover.de/finesse/finesse.git
"
,
"
finesse_src
"
])
utils
.
git
([
"
clone
"
,
"
https
://gitla
b
.aei.uni-hannover.de/finesse/finesse.git
"
,
"
finesse_src
"
])
else
:
# get the latest version for logs etc.
utils
.
git
(
"
pull
"
,
cwd
=
os
.
path
.
join
(
app
.
instance_path
,
"
finesse_src
"
))
...
...
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