github

  1. language

    Configure USE_GITHUB to download submodules?

    Is it possible to configure USE_GITHUB to download submodules during fetch? Submodule directories in the GitHub code checked out by USE_GITHUB are empty, which causes an error. The upstream project initializes the submodules like so git submodule update --init after checking out a particular...
  2. sixpiece

    source code and how to be able to interpret a command

    I used the command jls for example. then it responded with the following table: JID IP Address Hostname Path 7 hydroponique /jails/hydroshop now I want to know if IP Address is an IPV4 address or an IPV6 address. So what are my...
  3. C

    PyTorch

    Hello! I've seen that the port has been tried by a FreeBSD community member: https://github.com/pytorch/pytorch/issues/28749 Is there anyone who knows if there exits a port of PyTorch or could make it work otherwise on FreeBSD? Many thanks!
  4. D

    Unable to build OBS because of old github issue

    Since last year if you try to build multimedia/obs-studio, it throws a link to this Github issue and says obs-studio is marked as broken. It seems like this was fixed in October yet we still can't build it - the tag is for 27.2.3 and that version is currently in quarterly ports. Anyone know why?
  5. grahamperrin

    FreeBSD workflow working group

    FYI: https://gitlab.com/bsdimp/freebsd-workflow Pleasantly exciting: I don't know enough about GitLab, although I'm a user. Certainly, I welcome use of GitHub.
  6. grahamperrin

    FreeBSD release engineering

    The FreeBSD Project | FreeBSD Release Engineering Thanks, maybe six months is a basis for something else. 11.4 was released around two months after 13.0, and so on, and (unless I'm missing something) I see nothing relating to six months or biannual at the release engineering page above...
  7. grahamperrin

    Phabricator and beyond

    General discussion. Is it possible to refer to a line within a review without using Phabricator itself to comment upon the line? Here, for example:
  8. F

    Package marked as broken, install from Github source?

    I have a package that fails to build in my Poudriere repository, databases/postgresql-plv8js, due to it being marked as broken. Unfortunately this is a required package for the piece of ERP software the PostgreSQL database is built for. I have found the Github source for plv8 and I'm trying to...
  9. samTopaz

    Other Can't get git to not ask for a password when pushing to Github.

    Hello, I've been trying to setup SSH keys with git so that I can push to Github without a password. But it doesn't seem to be working. So far I've generated a public private key pair using the command: ssh-keygen -t rsa -b 4096 -C "your_email@example.com" (with my personal email of course.) I...
  10. F

    Solved Steps from source code to tar.gz

    I want to know what to do from having a program (all of the file)on GitHub to building and compiling with cc on FreeBSD. What is source code? And how do I get from that to an executable and start a program?
  11. A

    Cirrus-CI: Free FreeBSD CI testing for open-source projects

    Cirrus Labs has just released support for FreeBSD on their CI service. And they've made it free for OSS! Cirrus-CI is a cloud-based CI system for cloud-hosted software, much like Travis-CI, Appveyor, Circle-CI, etc. But it's the first* such system to support FreeBSD with no weird hacks...
  12. W

    How to set up SSH for both github and bitbucket?

    I have FreeBSD 10.3 AMD64. I have a github account, but I thought I would like a private repo as well, so I got a bitbucket account. I set up ssh for bitbucket, and would like to do so for github as well. But how will git not become confused as to which remote I am trying to sync with? I...
  13. fnoyanisi

    FreeBSD source on GitHub and overall development model

    Hi folks, Just to figure out the overall development model for FreeBSD project (I read the project model for FreeBSD book) and have a few questions, or points to clarify I would say... First of all, what I understand from the FreeBSD project model book is that bugzilla is used to report bugs...
Back
Top