Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tarantool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
core
tarantool
Commits
a9919cb8
Commit
a9919cb8
authored
13 years ago
by
Dmitry E. Oboukhov
Browse files
Options
Downloads
Patches
Plain Diff
use 'readlink' instead perl command,
parent
35d59155
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+4
-2
4 additions, 2 deletions
debian/changelog
debian/control
+1
-0
1 addition, 0 deletions
debian/control
debian/scripts/tarantool_instance
+1
-3
1 addition, 3 deletions
debian/scripts/tarantool_instance
with
6 additions
and
5 deletions
debian/changelog
+
4
−
2
View file @
a9919cb8
tarantool (1.4.4+20111229+2-2) unstable; urgency=low
* use cd instead chdir, closes: 653611;
* use spaces instead '\t' symbol, closes: 653607.
thanks to Norbert Kiesel <nkiesel@tbdnetworks.com> for both bugreports.
* use spaces instead '\t' symbol, closes: 653607;
* use readlink instead perl command, closes: 653613.
thanks to Norbert Kiesel <nkiesel@tbdnetworks.com> for all bugreports.
* add libmr-tarantool-perl to 'suggests' section of debian/control.
-- Dmitry E. Oboukhov <unera@debian.org> Thu, 29 Dec 2011 23:21:06 +0400
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
0
View file @
a9919cb8
...
...
@@ -35,6 +35,7 @@ Package: tarantool
Architecture: i386 amd64 kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, tarantool-common
Suggests: libmr-tarantool-perl
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
...
...
This diff is collapsed.
Click to expand it.
debian/scripts/tarantool_instance
+
1
−
3
View file @
a9919cb8
...
...
@@ -40,9 +40,7 @@ if ! test -r "$CFG"; then
fi
fi
CFG
=
`
perl
-MFile
::Spec
-e
"print File::Spec->rel2abs('
$CFG
')"
`
echo
$CFGABS
CFG
=
`
readlink
-f
"
$CFG
"
`
if
!
test
-x
$BOX
;
then
echo
"
$BOX
not found or can't be started"
...
...
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