<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_default" style="font-family:courier new,monospace">Thanks to All'Y'All ...<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">With a quick edit to my ~/SlackBuilds/14.2/.git/config I was able to `git pull` and it seemed to work fine over Friday Nite's Update.<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">Seems like 'No changes is Good Changes' :)<br><br></div><div class="gmail_default" style="font-family:courier new,monospace">-- kjh<br><br></div><div class="gmail_default" style="font-family:courier new,monospace"># cat 14.2/.git/config<br><br>[core]<br>        repositoryformatversion = 0<br>        filemode = true<br>        bare = false<br>        logallrefupdates = true<br>[remote "origin"]<br>        url = git://<a href="http://git.slackbuilds.org/slackbuilds.git">git.slackbuilds.org/slackbuilds.git</a><br>        fetch = +refs/heads/*:refs/remotes/origin/*<br>[branch "master"]<br>        remote = origin<br>        merge = refs/heads/master<br><br># cd 14.2<br># git pull<br><br>refreshing /home/dld/slackbuilds/14.2<br>remote: Counting objects: 90, done.<br>remote: Compressing objects: 100% (90/90), done.<br>remote: Total 90 (delta 74), reused 0 (delta 0)<br>Unpacking objects: 100% (90/90), done.<br>From git://<a href="http://git.slackbuilds.org/slackbuilds">git.slackbuilds.org/slackbuilds</a><br> + 49a5a72...ca63159 user/bosth/updates -> origin/user/bosth/updates  (forced update)<br> + 4e8150b...8c6371d user/ponce/updates -> origin/user/ponce/updates  (forced update)<br> + aa1f4b9...89aed57 willysr    -> origin/willysr  (forced update)<br>Already up-to-date.<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 14, 2017 at 4:01 AM, Robby Workman <span dir="ltr"><<a href="mailto:rworkman@slackbuilds.org" target="_blank">rworkman@slackbuilds.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, 14 May 2017 00:53:42 -0500<br>
Robby Workman <<a href="mailto:robby@rlworkman.net">robby@rlworkman.net</a>> wrote:<br>
<br>
> Just a heads-up: things may get a bit wonky with the website<br>
> for a bit (but hopefully not). We've got the new git server<br>
> ready to go, but mapping the existing cgit/ URLs to it has<br>
> proven to be a bit tricky (although in hindsight, not really<br>
> so tricky based on limited testing here).<br>
><br>
> The git service will be temporarily unavailable as well.<br>
><br>
> Long story short, don't trust anything to be either permanent<br>
> or up-to-date for the next little while.<br>
><br>
> However, if the testing goes as I hope, we'll do an official<br>
> switchover for some of our infrastructure tonight.<br>
><br>
> I'll reply to this mail when we have a conclusion either way.<br>
<br>
<br>
After a snag with gitolite's default umask of 0077 and way too<br>
much time spent figuring out that it was the problem (I'm going<br>
to blame the hour - after all, it's 0400 localtime), we are<br>
happy to announce a partial migration of SBo services to our<br>
new machine.<br>
<br>
git://<a href="http://slackbuilds.org/" rel="noreferrer" target="_blank">slackbuilds.org/</a> is now git://<a href="http://git.slackbuilds.org/" rel="noreferrer" target="_blank">git.slackbuilds.org/</a><br>
<br>
<a href="https://slackbuilds.org/cgit/" rel="noreferrer" target="_blank">https://slackbuilds.org/cgit/</a> is now <a href="https://git.slackbuilds.org/" rel="noreferrer" target="_blank">https://git.slackbuilds.org/</a><br>
<br>
The cgit side should be a completely seamless transition; you<br>
don't *have* to do anything at all. Thanks to some mod_rewrite<br>
magic on the existing (and the soon to be migrated) website,<br>
the old cgit/ links will continue to work indefinitely.<br>
<br>
However, for git, you'll have to make a slight edit to your<br>
config. For our repos you have cloned already, you can either<br>
edit the .git/config to fix the url or you can use git itself:<br>
  git remote set-url origin git://<a href="http://git.slackbuilds.org/slackbuilds.git" rel="noreferrer" target="_blank">git.slackbuilds.org/<wbr>slackbuilds.git</a><br>
<br>
Those of you with push rights, the process is similar, and we<br>
trust that you can figure it out given the above information.<br>
<br>
All that said, it's still possible to revert this if it becomes<br>
absolutely necessary, so please try to find problems with it<br>
and let us know if you do.<br>
<span class="HOEnZb"><font color="#888888"><br>
-RW<br>
</font></span><br>______________________________<wbr>_________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.<wbr>org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">http://lists.slackbuilds.org/<wbr>mailman/listinfo/slackbuilds-<wbr>users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div><br></div>