question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find nginx source rpm(SRPM) with version 1.16.0 in url http://nginx.org/packages/mainline/centos/7/SRPMS

See original GitHub issue

Пытаюсь собрать 16 версию nginx

cat config.yaml 
nginx_version: 1.16.0
output_package: rpm
modules:
  - module:
      name: nginx-dav-ext-module
      git_url: https://github.com/arut/nginx-dav-ext-module.git
      git_tag: v3.0.0
./main.py build -f config.yaml 
builder - INFO - Parse yaml file: config.yaml
builder - INFO - Download scripts for build rpm package
builder - INFO - Running command: rpmdev-setuptree
builder - INFO - 
builder - INFO - Downloading nginx src...
builder - ERROR - Cannot find nginx source rpm(SRPM) with version 1.16.0 in url http://nginx.org/packages/mainline/centos/7/SRPMS

Может добавить использование https://nginx.org/download/nginx-1.16.0.tar.gz ? Например, код взять из https://nginx.org/download/nginx-1.16.0.tar.gz, а остальные файлы с с других SRPM ( http://nginx.org/packages/mainline/centos/7/SRPMS/nginx-1.15.9-1.el7_4.ngx.src.rpm )?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
javdetcommented, Jul 18, 2019

Сделал единый подход к выбору stable и mainline версий для deb и rpm. Изменения уже в мастере #15

0reactions
patsevantoncommented, Jul 18, 2019

Я могу попробовать сделать PR. Что нужно поправить в моем PR?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Index of /packages/rhel/7/x86_64/RPMS/ - Nginx.org
nginx -1.10.0-1.el7.ngx.x86_64.rpm 26-Apr-2016 15:30 655648 ... 04-Dec-2018 15:30 771856 nginx-1.16.0-1.el7.ngx.x86_64.rpm 23-Apr-2019 15:13 784164 ...
Read more >
CentOS 7 - CVE-2019-20372 - nginx 1.18.x (latest ... - GitHub
Hi everyone, I upgraded our passenger to latest version with sudo yum remove -y nginx nginx-filesystem sudo yum clean all && sudo yum...
Read more >
Packing a static AngularJS website with any web server (e.g. ...
For several days now, I can't defeat the task of packing a static website (AngularJS) by a web server in one rpm package....
Read more >
How to install and use Nginx on CentOS 7 / RHEL 7 - nixCraft
Let us see all steps, commands and configuration in details. Step 1 – Configure Nginx repo for CentOS 7. Run command: $ vi...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found