Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
ead1e823
Commit
ead1e823
authored
May 11, 2013
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Tarball roller script:
+ Only install keystrokes.cfg when in full mode. + Only install nxproxy wrapper when in lite mode.
parent
4c462f28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
+14
-7
changelog
debian/changelog
+3
-0
roll-tarballs.sh
debian/roll-tarballs.sh
+11
-7
No files found.
debian/changelog
View file @
ead1e823
...
@@ -4,6 +4,9 @@ nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low
...
@@ -4,6 +4,9 @@ nx-libs (2:3.5.0.21-0) UNRELEASED; urgency=low
(for x2goagent). (Fixes: #199).
(for x2goagent). (Fixes: #199).
* Set NXAGENT_KEYSTROKEFILE to /etc/x2go/keystrokes.cfg for wrapper x2goagent.
* Set NXAGENT_KEYSTROKEFILE to /etc/x2go/keystrokes.cfg for wrapper x2goagent.
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.
* For vanilla nxagent move keystrokes.cfg from /etc/nx to /etc/nxagent.
* Tarball roller script:
+ Only install keystrokes.cfg when in full mode.
+ Only install nxproxy wrapper when in lite mode.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 28 Mar 2013 21:07:42 +0100
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 28 Mar 2013 21:07:42 +0100
...
...
debian/roll-tarballs.sh
View file @
ead1e823
...
@@ -111,10 +111,18 @@ for f in $(ls README* 2>/dev/null); do
...
@@ -111,10 +111,18 @@ for f in $(ls README* 2>/dev/null); do
done
done
mkdir
-p
bin/
mkdir
-p
bin/
# old releases introude the wrappers via quilt patch
if
[
"
$MODE
"
=
"lite"
]
;
then
for
w
in
$(
ls
debian/wrappers/
*
2>/dev/null
)
;
do
# copy wrapper script nxproxy only into tarball
cp
-v
debian/wrappers/nxproxy bin/
else
# copy wrapper scripts into tarball
for
w
in
$(
ls
debian/wrappers/
*
2>/dev/null
)
;
do
cp
-v
$w
bin/
cp
-v
$w
bin/
done
done
# provide a default keystrokes.cfg file
mkdir
-p
etc
test
-f
etc/keystrokes.cfg
||
test
-f
debian/keystrokes.cfg
&&
cp
-v
debian/keystrokes.cfg etc/keystrokes.cfg
fi
mv
-v
debian/changelog doc/changelog
mv
-v
debian/changelog doc/changelog
...
@@ -122,10 +130,6 @@ mv -v debian/changelog doc/changelog
...
@@ -122,10 +130,6 @@ mv -v debian/changelog doc/changelog
test
-f
Makefile
||
test
-f
debian/Makefile.nx-libs
&&
cp
-v
debian/Makefile.nx-libs Makefile
test
-f
Makefile
||
test
-f
debian/Makefile.nx-libs
&&
cp
-v
debian/Makefile.nx-libs Makefile
test
-f
replace.sh
||
test
-f
debian/Makefile.replace.sh
&&
cp
-v
debian/Makefile.replace.sh replace.sh
test
-f
replace.sh
||
test
-f
debian/Makefile.replace.sh
&&
cp
-v
debian/Makefile.replace.sh replace.sh
# provide a default keystrokes.cfg file
mkdir
-p
etc
test
-f
etc/keystrokes.cfg
||
test
-f
debian/keystrokes.cfg
&&
cp
-v
debian/keystrokes.cfg etc/keystrokes.cfg
# remove folders that we do not want to roll into the tarball
# remove folders that we do not want to roll into the tarball
rm
-Rf
".pc/"
rm
-Rf
".pc/"
rm
-Rf
"debian/"
rm
-Rf
"debian/"
...
...
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