Git Product home page Git Product logo

brep's Introduction

This package contains the build2 repository web interface.

build2 is an open source, cross-platform toolchain for building and packaging
C++ code. Its aim is a modern build system and dependency manager for the C++
language that provide a consistent, out of the box interface across multiple
platforms and compilers. For more information see:

https://build2.org/

See the NEWS file for the user-visible changes from the previous release.

See the LICENSE file for the distribution conditions.

See the INSTALL file for the prerequisites and installation instructions.

See the doc/ directory for documentation.

Send questions, bug reports, or any other feedback to the [email protected]
mailing list. You can post without subscribing. See https://lists.build2.org
for searchable archives, posting guidelines, etc.

brep's People

Contributors

boris-kolpackov avatar karen-arutyunov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

brep's Issues

Plain IP in loadtab isn't working

Hello, I'm trying to deploy my own private brep instance. There isn't much information, so I'm using INSTALL/INSTALL-DEV and etc/private/install/ files as a reference.

I'm not sure how properly write loadtab file, so I'm using brep-startup generated one. It turns out if the repo URL has IP instead of hostname, brep-load would take it:

$ whoami
brep
$ pwd
/home/brep
$ cat config/loadtab
http://127.0.0.1/1 private cache:/home/brep/bpkg/pkg/1
$ install/bin/brep-load config/loadtab
/home/brep/config/loadtab:1:1: error: relative filesystem path

If I change 127.0.0.1 to a valid hostname, e.g. 'localhost', brep-load processes it just fine:

$ sed -i "s/127.0.0.1/localhost/g" config/loadtab
$ cat config/loadtab
http://localhost/1 private cache:/home/brep/bpkg/pkg/1
$ install/bin/brep-load config/loadtab
$ echo $?
0

Am I missing something or is it a bug?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.