Coder Social home page Coder Social logo

serene-aur's People

Contributors

virtcode avatar whysobad avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

whysobad

serene-aur's Issues

Support for specifying a custom docker connection URI

It would be nice if we could specify a custom docker socket to use via env variables with support for more than just unix sockets (like TCP). Would replacing Docker::connect_with_socket_defaults with Docker::connect_with_defaults be enough or am I missing something? I've looked at the code and it doesn't seem to do anything hacky so I don't see why this couldn't work.

all in one install command

the description of the project says

replace your aur helper with a self-hosted build server

so how about an install command to automate things a bit?
Let's say I want to install package foo. I would type something along the lines of serene install foo or serene i foo or serene -S foo, it would add the package, request a build, start displaying the live logs thanks to #5, if the build succeeds it would automatically invoke pacman to install the package from the serene repo.

I'm not sure how hackable paru is, and how open they would be towards an official integration, but if this could be integrated into paru it would be the ultimate way to build aur packages. And we would get things like a nice search, displaying the PKGBUILD, and a bunch of other nice to-haves for free.

error: error returned from database: (code: 5) database is locked: (code: 5) database is locked

I did a pacman -Qmq | xargs -i serene add {} and started getting a bunch of database is locked errors. The build server has relatively slow hard drives and when it starts building packages the disk responsiveness drops drastically resulting in multiple threads trying to access the database.

in my opinion the database being locked should not result in an error but the program should wait for the pending queries to complete. Are you perhaps opening and closing the database on every connection? If so, consider opening the database once and then passing around the existing connection to avoid such errors.

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.