Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dfall-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dfall
dfall-system
Commits
26751c91
Commit
26751c91
authored
May 28, 2020
by
beuchatp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added error output for all the git command shell script of the web interface
parent
bd64466c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
web_interface/html/bashscripts/catkin_make_clean.sh
web_interface/html/bashscripts/catkin_make_clean.sh
+1
-1
web_interface/html/bashscripts/gitCheckoutAll.sh
web_interface/html/bashscripts/gitCheckoutAll.sh
+1
-1
web_interface/html/bashscripts/gitCheckoutMaster.sh
web_interface/html/bashscripts/gitCheckoutMaster.sh
+1
-1
web_interface/html/bashscripts/gitDiff.sh
web_interface/html/bashscripts/gitDiff.sh
+1
-1
web_interface/html/bashscripts/gitStatus.sh
web_interface/html/bashscripts/gitStatus.sh
+1
-1
No files found.
web_interface/html/bashscripts/catkin_make_clean.sh
View file @
26751c91
...
...
@@ -10,4 +10,4 @@ source /home/www-share/dfall/dfall-system/dfall_ws/src/dfall_pkg/launch/Config.s
cd
/home/www-share/dfall/dfall-system/dfall_ws
#
# Call catkin_make
catkin_make clean
\ No newline at end of file
catkin_make clean 2>&1
\ No newline at end of file
web_interface/html/bashscripts/gitCheckoutAll.sh
View file @
26751c91
...
...
@@ -4,4 +4,4 @@
cd
/home/www-share/dfall/dfall-system/
#
# Call git
git checkout .
\ No newline at end of file
git checkout
.
2>&1
\ No newline at end of file
web_interface/html/bashscripts/gitCheckoutMaster.sh
View file @
26751c91
...
...
@@ -4,4 +4,4 @@
cd
/home/www-share/dfall/dfall-system/
#
# Call git
git checkout master
\ No newline at end of file
git checkout master 2>&1
\ No newline at end of file
web_interface/html/bashscripts/gitDiff.sh
View file @
26751c91
...
...
@@ -4,4 +4,4 @@
cd
/home/www-share/dfall/dfall-system/
#
# Call git
git diff
\ No newline at end of file
git diff 2>&1
\ No newline at end of file
web_interface/html/bashscripts/gitStatus.sh
View file @
26751c91
...
...
@@ -4,4 +4,4 @@
cd
/home/www-share/dfall/dfall-system/
#
# Call git
git status
\ No newline at end of file
git status 2>&1
\ No newline at end of file
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