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
a00b3703
Commit
a00b3703
authored
12 years ago
by
Konstantin Osipov
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:mailru/tarantool
parents
720719f3
9c5757c8
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+13
-0
13 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
debian/scripts/tarantool_instance
+4
-0
4 additions, 0 deletions
debian/scripts/tarantool_instance
with
18 additions
and
1 deletion
debian/changelog
+
13
−
0
View file @
a00b3703
tarantool (1.4.6+20120524-1) unstable; urgency=low
* Fix version number.
* Fix tarantool_instance: user could not to define 'file_descriptors'
-- Dmitry E. Oboukhov <unera@debian.org> Thu, 24 May 2012 12:57:27 +0400
tarantool (1.4.5+20120522-1) unstable; urgency=low
* New git snapshot: upstream upgraded libtarantool.
-- Dmitry E. Oboukhov <unera@debian.org> Tue, 22 May 2012 22:55:07 +0400
tarantool (1.4.5+20120510-1) unstable; urgency=low
* New git snapshot (it provides script_dir option).
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
a00b3703
...
...
@@ -38,7 +38,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
Suggests: libmr-tarantool-perl
, libdr-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
+
4
−
0
View file @
a00b3703
...
...
@@ -63,6 +63,10 @@ SOCKETS=`grep \
|
tail
-n
1
\
|
sed
's/[^[:digit:]]//g'
`
if
test
-z
$SOCKETS
;
then
SOCKETS
=
1023
fi
if
!
test
-x
$PID_DIR
;
then
install
-otarantool
-gtarantool
-d
-m0750
$PID_DIR
fi
...
...
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