Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
35a1e5ab
Commit
35a1e5ab
authored
Mar 05, 2015
by
Matthias Vallentin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove two obsolete scripts.
parent
6c59a33d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
26 deletions
+0
-26
scripts/cr_git_tag.sh
scripts/cr_git_tag.sh
+0
-5
scripts/update_doc.sh
scripts/update_doc.sh
+0
-21
No files found.
scripts/cr_git_tag.sh
deleted
100755 → 0
View file @
6c59a33d
#!/bin/bash
VERSION
=
$(
cat
VERSION
)
git tag
-a
"V
$VERSION
"
-m
"version
$VERSION
"
git push
--tags
scripts/update_doc.sh
deleted
100755 → 0
View file @
6c59a33d
#!/bin/bash
host
=
hylos.cpt.haw-hamburg.de
htmlroot
=
/prog/www/w3/www.actor-framework.org/html
echo
"build doxygen target"
make
-C
build/ doc
||
ninja
-C
build/ doc
||
exit
echo
"build manual"
make
-C
manual
||
exit
echo
"upload doxygen documentation"
rsync
-r
-v
-u
--delete
--exclude
=
.DS_Store html/
$host
:
$htmlroot
/doc
||
exit
echo
"upload HTML manual"
scp manual/build-html/manual.html
$host
:
$htmlroot
/manual/index.html
||
exit
echo
"upload PDF manual"
scp manual/build-pdf/manual.pdf
$host
:
$htmlroot
/pdf
||
exit
echo
"done"
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