git

  1. HL1234

    Solved ports: git fetch origin gives an error - why?

    in /usr/ports git branch * 2025Q2 I want to switch to 2025Q3 without delete the whole port tree and check it out again. in https://github.com/freebsd/freebsd-ports there is a new branch 2025Q3 I try: git -C /usr/ports checkout -b 2025Q3 --> Switched to a new branch '2025Q3' git pull -->...
  2. R

    FreeBSD source tree development on the GitHub platform

    Hey group, I always make sure to update my fork of base system on GitHub. I was inspecting and looking over the CI/CD pipeline when syncing my forked repository and I tabbed over because I noticed some security notifications. I guess CodeQL popped some bugs during the builds. What does this mean...
  3. scotia

    Updating ports after a new install of 14.2-RELEASE (incl. ports)

    Hi, I've got a new installation of 14.2-RELEASE and elected to install ports as part of the install. I then installed devel/git. Now I want to update the ports tree (with git). I read the Handbook, possibly incompletely, and could not discover how to do this. When I run git I get the...
  4. kitzo57

    Python PyQt5

    Hi! Can I install PyQt5 on FreeBSD? I need to know before changing my OS. Thank you!
  5. byrnejb

    Solved git 'fatal: detected dubious ownership in repository'

    I am working (as root) in a checked out branch of a git repository. At 08:31 this morning I did this: [root@openxpki-3 openxpki (hll_ca2016)]# service openxpki onerestart Service dirs recreated... Executing: USER=openxpki /usr/local/bin/openxpkictl --config /usr/local/etc/openxpki/config.d...
  6. Cath O'Deray

    Solved Git: ranges in cgit

    Two full stops, three full stops (to signify a range): <https://cgit.freebsd.org/src/log/?qt=range&q=eb86c6c5b462..5f7ac491eef4> <https://cgit.freebsd.org/src/log/?qt=range&q=eb86c6c5b462...5f7ac491eef4> No visible difference, in this case. Is there a logical difference?
  7. gpw928

    /usr/ports from release media and git

    I can avoid FreeBSD 14 no longer. Can the ports tree from the release media be updated? Or do I have to start with the Handbook approved method of installing it with git?
  8. DtxdF

    How to Install Gitea on FreeBSD Using Appjail Director

    Managing our development projects is very easy nowadays, there are so many services to choose from, some with less or more features, but there is an open source project, self-hosted, with so many features that can be installed in a few minutes and the best part is that we can install it on...
  9. B

    Updating portstree with git sometimes not up to date

    Dear FreeBSD Community, I hope that this is the right forum to ask for. Since portsnap is not supported in FreeBSD 14.0-RELEASE anymore I've decided it's time to switch to git for updating my port trees across the different servers. I did this a few weeks ago like described in the FreeBSD...
  10. K

    Other Git "server" via SSH

    Hello all, With Git, you basically have 3 choices for a server: Git protocol (similar to svnserve but with no authentication or encryption) HTTP(s)/CGI/smart/dumb/webdav SSH Personally I am not entirely happy with any of them (Git protocol has no authentication, HTTP(s) needs central...
  11. ericx

    Solved Confused about using git for ports

    I'm fundamentally confused about using git to maintain the ports tree: it's not updating I just updated to 13.2 and performing a pull: ** root@olivia ** /usr/ports ** Fri Jul 07 09:48:19 # git pull remote: Enumerating objects: 48764, done. remote: Counting objects: 100% (12257/12257), done...
  12. C

    HowTo: Installing and running Gitlab

    I originally installed Gitlab on FreeBSD 12.4 attempting to follow the article at [1]. While this is a good starting point, things have changed over time because there were numerous things not mentioned that need to be done to get things going properly. So I started this post with the intent to...
  13. herrbischoff

    Server freezes when using Git to update ports tree

    Recently I have started to encounter a phenomenon I don't understand. I have one virtual server running 13.1-RELEASE-p7 with ZFS, 2 GB RAM and 40 GB SSD space. Since switching to Git for updating the ports tree, the server enters an unrecoverable freeze state whenever I run git -C /usr/ports...
  14. luckman212

    patch command - are file modes ignored?

    I couldn't find mention of this in the patch docs so I wanted to ask here. I've got a patch on github that I am trying to apply by downloading the commit hash with the `.patch` suffix. Here is the actual full url...
  15. Sivan!

    Solved Command to deinstall and reinstall an application installed from git

    I am somewhat familiar with the install and uninstall processes by pkg and ports, installed Community Solid Server from the git, please point me to the proper method of completely removing and reinstalling this application, installed with the commands: git clone...
  16. luckman212

    How can I tell if or when a specific commit has landed in a FreeBSD release?

    I'm interested in commit a75819461ec7 and am wondering, is it possible to tell which (if any) release of FreeBSD includes this change? In general, is there a way to look at a single commit and figure out when it's been added to a major release other than guessing by the dates of those releases?
  17. astyle

    Solved Git pull not pulling in updates!

    Discussion: I set up a manually-managed 'Remote' git repo at https://git.beastie.localdomain/freebsd_kde/.git . Corresponding localhost directory is: /usr/local/poudriere/ports/freebsd_kde/ I can use that HTTP URL to clone it: # pwd /home/astyle # git clone...
  18. Cath O'Deray

    FreeBSD workflow working group

    FYI: {link removed} Pleasantly exciting: I don't know enough about GitLab, although I'm a user. Certainly, I welcome use of GitHub.
  19. freezr

    Solved How to compile a third party software on a jail?

    Dear All, I'd like to compile and install my favorite Gemini TUI client on a jail rather than on the real system: https://telescope.omarpolo.com/ I thought I may use Poudriere, however after reading several times the handbook and looked into many blogs, I got the impression that all those...
  20. C

    Quarterly port problems.

    Is anyone else having problems? I changed my script to use https://git.freebsd.org/ports.git a couple of months ago as https://cgit.freebsd.org/ports wasnt working, but now it seems to have switched back to https://cgit.freebsd.org/ports, however 2021Q4 doesnt exist. The page even has a link...
Back
Top