Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cct
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Debian Med
cct
Compare revisions
9a3ada82b188aaf892865f91da1faf64a4af6d05 to e859d17791f1f01895dc11c8920d4c8b4db71fce
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
med-team/cct
Select target project
No results found
e859d17791f1f01895dc11c8920d4c8b4db71fce
Select Git revision
Swap
Target
med-team/cct
Select target project
med-team/cct
1 result
9a3ada82b188aaf892865f91da1faf64a4af6d05
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Adjust scripts location to make example test scrip pass
· 2e32fbd8
Andreas Tille
authored
6 years ago
2e32fbd8
Fix path to cgview.jar in test script
· e859d177
Andreas Tille
authored
6 years ago
e859d177
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/cct.install
+1
-1
1 addition, 1 deletion
debian/cct.install
debian/patches/fix_cgview_path.patch
+14
-0
14 additions, 0 deletions
debian/patches/fix_cgview_path.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
16 additions
and
1 deletion
debian/cct.install
View file @
e859d177
scripts
usr
/
share
/
cct
debian
/
scripts
usr
/
share
/
cct
lib
/
scripts
usr
/
share
/
cct
/
lib
lib
/
scripts
/*
usr
/
share
/
cct
/
lib
lib
/
perl_modules
/
Util
usr
/
share
/
perl5
conf
/*
etc
/
cct
This diff is collapsed.
Click to expand it.
debian/patches/fix_cgview_path.patch
0 → 100644
View file @
e859d177
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 05 Sep 2018 20:59:49 +0200
Description: Fix path to cgview.jar in test script
--- a/lib/scripts/cgview_xml_builder/test.sh
+++ b/lib/scripts/cgview_xml_builder/test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
-cgview=../cgview_comparison_tool/bin/cgview.jar
+cgview=/usr/share/java/cgview.jar
if [ ! -d ./test_output ]; then
mkdir ./test_output
This diff is collapsed.
Click to expand it.
debian/patches/series
View file @
e859d177
cgview_path.patch
testscripts.patch
debug.patch
fix_cgview_path.patch
This diff is collapsed.
Click to expand it.