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
15d61432
Commit
15d61432
authored
12 years ago
by
Dmitry E. Oboukhov
Browse files
Options
Downloads
Patches
Plain Diff
Add manpage for tarantool_snapshot_rotate
Fix debian/copyright (closes lintian warning).
parent
959a6a6a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/copyright
+17
-1
17 additions, 1 deletion
debian/copyright
debian/rules
+3
-0
3 additions, 0 deletions
debian/rules
debian/tarantool-common.manpages
+1
-0
1 addition, 0 deletions
debian/tarantool-common.manpages
with
22 additions
and
1 deletion
debian/changelog
+
1
−
0
View file @
15d61432
...
@@ -2,6 +2,7 @@ tarantool (1.4.7+20120803-1) UNRELEASED; urgency=low
...
@@ -2,6 +2,7 @@ tarantool (1.4.7+20120803-1) UNRELEASED; urgency=low
* New upstream version.
* New upstream version.
+ Add WAL rotate script.
+ Add WAL rotate script.
* Add all contributors to debian/copyright (fix lintian warning).
-- Dmitry E. Oboukhov <unera@debian.org> Fri, 03 Aug 2012 12:09:14 +0400
-- Dmitry E. Oboukhov <unera@debian.org> Fri, 03 Aug 2012 12:09:14 +0400
...
...
This diff is collapsed.
Click to expand it.
debian/copyright
+
17
−
1
View file @
15d61432
...
@@ -383,7 +383,23 @@ License: GPLv3
...
@@ -383,7 +383,23 @@ License: GPLv3
/usr/share/common-licenses/GPL-3
/usr/share/common-licenses/GPL-3
Files: *
Files: *
Copyright (C) Tarantool/Box AUTHORS
Copyright: Aleksey Demakov,
Aleksey Mashanov,
Alexandre Kalendarev,
Damien Lefortier,
Dmitry E. Oboukhov,
Dmitry Simonenko,
Fedor Sigaev,
Konstantin Osipov,
Konstantin Shulgin,
Yuri Nevinitsin,
Pavel Cherenkov,
Roman Antipin,
Roman Tokarev,
Teodor Sigaev,
Timofey Khryukin,
Yuriy Nevinitsin,
Yuriy Vostrikov
License:
License:
Redistribution and use in source and binary forms, with or without
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
modification, are permitted provided that the following conditions
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
0
View file @
15d61432
...
@@ -54,5 +54,8 @@ install/tarantool-common::
...
@@ -54,5 +54,8 @@ install/tarantool-common::
pod2man -c 'tarantool log rotation' \
pod2man -c 'tarantool log rotation' \
debian/scripts/tarantool_logrotate \
debian/scripts/tarantool_logrotate \
> build-area/tarantool_logrotate.1
> build-area/tarantool_logrotate.1
pod2man -c 'snapshot rotate' \
debian/scripts/tarantool_snapshot_rotate \
> build-area/tarantool_snapshot_rotate.1
install -m0755 extra/logger.pl \
install -m0755 extra/logger.pl \
debian/tarantool-common/usr/lib/tarantool/logger
debian/tarantool-common/usr/lib/tarantool/logger
This diff is collapsed.
Click to expand it.
debian/tarantool-common.manpages
+
1
−
0
View file @
15d61432
build-area/tarantool_instance.1
build-area/tarantool_instance.1
build-area/tarantool_logrotate.1
build-area/tarantool_logrotate.1
build-area/tarantool_snapshot_rotate.1
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