Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nginx-redirector
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
nginx-redirector
Commits
872d391c
You need to sign in or sign up before continuing.
Commit
872d391c
authored
Sep 07, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.1.1-alt1
- new version
parent
072d2cf4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
0 deletions
+63
-0
nginx-redirector.spec
.gear/nginx-redirector.spec
+61
-0
rules
.gear/rules
+2
-0
No files found.
.gear/nginx-redirector.spec
0 → 100644
View file @
872d391c
%define biname redirector
Name: nginx-redirector
Version: 0.1.1
Release: alt1
Summary: CLI-utility for building nginx redirects
License: ISC
Group: Networking/WWW
Url: https://gitlab.eterfund.ru/eterfund/nginx-redirector
Packager: Eugene Omelyanovich <regatio@etersoft.ru>
# Source-git: https://gitlab.eterfund.ru/eterfund/nginx-redirector.git
Source: %name-%version.tar
BuildArch: noarch
BuildRequires(pre): rpm-build-intro
BuildRequires(pre): rpm-build-python3
# for test
BuildRequires: python3-module-pyinotify
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-yaml
%description
NGINX redirector:
* redirector <.yaml file> <.map file> - generate .conf and .map files for redirects for nginx
* redirector-watch <file-to-watch> - set inotify watchdog for this file and renew .map and .conf files for this project when
* redirector-convert <.htaccess file> <.map file> - convert .htaccess to .map file
* redirector-config --show - show all current config.ini data
%prep
%setup
%build
%python3_build
%install
%python3_install
%check
%python3_test
%files
/usr/bin/%biname/
/usr/bin/%biname-watch/
/usr/bin/%biname-convert/
/usr/bin/%biname-config/
%python3_sitelibdir/*
%changelog
* Mon Jul 27 2020 Eugene Omelyanovich <regatio@etersoft.ru> 0.1.1-alt1
- new version
.gear/rules
0 → 100644
View file @
872d391c
tar: .
spec: .gear/nginx-redirector.spec
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