* [gentoo-commits] sites/www:master commit in: _posts/
@ 2015-04-25 0:44 Robin H. Johnson
0 siblings, 0 replies; 10+ messages in thread
From: Robin H. Johnson @ 2015-04-25 0:44 UTC (permalink / raw
To: gentoo-commits
commit: 938b8212d5484eaa849463473b40ac547388180d
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 00:30:06 2015 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 00:30:06 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=938b8212
Add news post about overlays hostnames because of the hatemail I've gotten.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
_posts/2015-04-25-anongit-overlays.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/_posts/2015-04-25-anongit-overlays.md b/_posts/2015-04-25-anongit-overlays.md
new file mode 100644
index 0000000..e23f30a
--- /dev/null
+++ b/_posts/2015-04-25-anongit-overlays.md
@@ -0,0 +1,31 @@
+---
+title: Git changes & impact to Overlays hostnames
+---
+
+As previously announced
+[\[1\]](https://archives.gentoo.org/gentoo-dev-announce/message/0c0e1e88bf133a070edf7f833a83f8be)
+[\[2\]](https://archives.gentoo.org/gentoo-announce/message/51cd96db6456fe7e540abc4c6dcac2bd),
+and previously in the discussion of merging Overlays with Gentoo's primary SCM
+hosting (CVS+Git):
+The old overlays hostnames (`git.overlays.gentoo.org` and
+`overlays.gentoo.org`) have now been disabled, as well as non-SSH traffic to
+`git.gentoo.org`. This was a deliberate move to seperate anonymous versus
+authenticated Git traffic, and ensure that anonymous Git traffic can continued
+to be scaled when we go ahead with switching away from CVS. Anonymous and
+authenticated Git is now served by seperate systems, and no anonymous Git
+traffic is permitted to the authenticated Git server.
+
+If you have anonymous Git checkouts from any of the affected hostnames, you
+should switch them to using one of these new URLs:
+- `https://anongit.gentoo.org/git/$REPO`
+- `http://anongit.gentoo.org/git/$REPO`
+- `git://anongit.gentoo.org/$REPO`
+
+If you have authenticated Git checkouts from the same hosts, you should switch
+them to this new URL:
+- `git+ssh://git@git.gentoo.org/$REPO`
+
+In either case, you can trivially update any existing checkout with:
+`git remote set-url origin git+ssh://git@git.gentoo.org/$REPO`
+(be sure to adjust the path of the repository and the name of the remote as
+needed).
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2015-04-25 0:59 Alex Legler
0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler @ 2015-04-25 0:59 UTC (permalink / raw
To: gentoo-commits
commit: db92047ed4b9cab7e2684c05db8539779200db71
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat Apr 25 00:59:29 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 00:59:29 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=db92047e
Fix lists
_posts/2015-04-25-anongit-overlays.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/_posts/2015-04-25-anongit-overlays.md b/_posts/2015-04-25-anongit-overlays.md
index e23f30a..26f9174 100644
--- a/_posts/2015-04-25-anongit-overlays.md
+++ b/_posts/2015-04-25-anongit-overlays.md
@@ -17,12 +17,14 @@ traffic is permitted to the authenticated Git server.
If you have anonymous Git checkouts from any of the affected hostnames, you
should switch them to using one of these new URLs:
+
- `https://anongit.gentoo.org/git/$REPO`
- `http://anongit.gentoo.org/git/$REPO`
- `git://anongit.gentoo.org/$REPO`
If you have authenticated Git checkouts from the same hosts, you should switch
them to this new URL:
+
- `git+ssh://git@git.gentoo.org/$REPO`
In either case, you can trivially update any existing checkout with:
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2015-04-25 1:27 Robin H. Johnson
0 siblings, 0 replies; 10+ messages in thread
From: Robin H. Johnson @ 2015-04-25 1:27 UTC (permalink / raw
To: gentoo-commits
commit: fabf8cd981d1ae675f3687d3b0578e08dd32cd7f
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 01:26:53 2015 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 01:27:01 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=fabf8cd9
Double trailing space means linebreak in markdown.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
_posts/2015-04-25-anongit-overlays.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_posts/2015-04-25-anongit-overlays.md b/_posts/2015-04-25-anongit-overlays.md
index 26f9174..4600598 100644
--- a/_posts/2015-04-25-anongit-overlays.md
+++ b/_posts/2015-04-25-anongit-overlays.md
@@ -27,7 +27,7 @@ them to this new URL:
- `git+ssh://git@git.gentoo.org/$REPO`
-In either case, you can trivially update any existing checkout with:
-`git remote set-url origin git+ssh://git@git.gentoo.org/$REPO`
+In either case, you can trivially update any existing checkout with:
+`git remote set-url origin git+ssh://git@git.gentoo.org/$REPO`
(be sure to adjust the path of the repository and the name of the remote as
needed).
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2015-08-12 6:29 Alex Legler
0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler @ 2015-08-12 6:29 UTC (permalink / raw
To: gentoo-commits
commit: b2d6c23cd2d8703fac496dc763b1cbb54ea8a803
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Wed Aug 12 06:28:30 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 06:28:30 2015 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=b2d6c23c
Add news item on the Git migration
Thanks to Josh Rutkowski for contributing to this!
_posts/2015-08-12-git-migration.md | 40 ++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/_posts/2015-08-12-git-migration.md b/_posts/2015-08-12-git-migration.md
new file mode 100644
index 0000000..28867af
--- /dev/null
+++ b/_posts/2015-08-12-git-migration.md
@@ -0,0 +1,40 @@
+---
+title: Gentoo Package Repository now using Git
+teaserlink: Learn more about the history of the undergoing and what changes this move entails.
+---
+
+Good things come to those who wait: The main Gentoo package repository (also known as the *Portage tree* or by its historic name *gentoo-x86*) is now based on Git.
+
+<!--more-->
+
+### Timeline
+
+The Gentoo Git migration has arrived and is expected to be completed soon.
+As [previously announced](https://archives.gentoo.org/gentoo-scm/message/194a5ddd098d4ac719958c3be5974876),
+the CVS freeze occurred on 8 August and Git commits for developers were opened soon after.
+As a last step, rsync mirrors are expected to have the updated changelogs again on or after 12 August.
+Read-only access to gentoo-x86 (and write to the other CVS repositories) was restored on 9 August following the freeze.
+
+### History
+
+Work on migrating the repository from CVS to Git [began in 2006](https://wiki.gentoo.org/wiki/Project:Infrastructure/Git_migration#History) with a proof-of-concept migration project during the Summer of Code.
+Back then, migrating the repository took a week and using Git was considerably slower than using CVS.
+While plans to move were shelved for a while, things improved over the coming years.
+Several features were implemented in Git, Portage, and other tools to meet the requirements of a migrated repository.
+
+### What changes?
+
+The repository can be checked out from `git.gentoo.org` and is available via our [Git web interface](https://gitweb.gentoo.org/repo/gentoo.git/).
+
+**For users of our package repository, nothing changes:**
+Updates continue to be available via the established mechanisms (rsync, webrsync, snapshots).
+Options to fetch the package tree via Git are to be announced later.
+
+The migration facilitates the process of new contributors getting involved as proxy maintainers and eventually Developers.
+Alternate places for users to submit pull requests, such as GitHub, can be expected in the future.
+
+In regards to package signing, the migration will streamline how GPG keys are used.
+This will allow end-to-end signature tracking from the developer to the final repository, as outlined in [GLEP 57](https://wiki.gentoo.org/wiki/GLEP:57) et seq.
+
+While the last [issues are being worked on](https://infra-status.gentoo.org/), join us in thanking everyone involved in the project.
+As always, you can discuss this on our [Forums](https://forums.gentoo.org/viewtopic-t-1026524.html) or hit up [@Gentoo](https://twitter.com/gentoo).
\ No newline at end of file
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2016-02-29 19:56 Alex Legler
0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler @ 2016-02-29 19:56 UTC (permalink / raw
To: gentoo-commits
commit: b01f012de79325a4ea281b96419099736eae28f5
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Mon Feb 29 19:56:46 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 19:56:46 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=b01f012d
Add GSoC acceptance announcement
_posts/2016-02-29-gsoc.md | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/_posts/2016-02-29-gsoc.md b/_posts/2016-02-29-gsoc.md
new file mode 100644
index 0000000..4df7115
--- /dev/null
+++ b/_posts/2016-02-29-gsoc.md
@@ -0,0 +1,13 @@
+---
+title: 'Gentoo accepted to GSoC 2016'
+---
+
+Students are encouraged to start working now on their project proposals.
+You can peruse the [list of ideas](https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2016/Ideas) or come up with your own.
+In any case, it is highly recommended you talk to a mentor sooner rather than later.
+The official application period for student proposals starts on March 14th.
+
+Do not hesitate to join us in the [#gentoo-soc](irc://irc.gentoo.org/gentoo-soc) channel on freenode.
+We will be happy to answer your questions there.
+<br>
+[More information on Gentoo's GSoC effort](https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2016) is also available on our Wiki.
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2016-04-28 18:51 Alex Legler
0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler @ 2016-04-28 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 3a1dc527760a4db82e96da32c549fc690805306f
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Thu Apr 28 18:35:03 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 18:35:03 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=3a1dc527
Add miniconf announcement
_posts/2016-04-28-gentoo-miniconf.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/_posts/2016-04-28-gentoo-miniconf.md b/_posts/2016-04-28-gentoo-miniconf.md
new file mode 100644
index 0000000..05eeb44
--- /dev/null
+++ b/_posts/2016-04-28-gentoo-miniconf.md
@@ -0,0 +1,8 @@
+---
+title: 'Events: Gentoo Miniconf 2016'
+---
+
+[Gentoo Miniconf 2016](https://blogs.gentoo.org/miniconf-2016/) will be held in Prague, Czech Republic during the weekend of 8 and 9 October 2016.
+Like last time, is hosted together with the [LinuxDays](https://www.linuxdays.cz/2016/en/) by the Faculty of Information Technology of the Czech Technical University.
+
+**Want to participate?** The [call for papers](https://goo.gl/forms/76Srch8KRN) is open until 1 August 2016.
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2016-05-27 14:21 Alex Legler
0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler @ 2016-05-27 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 6a252251094882123e69c65dfa521b809ca581a7
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Fri May 27 14:21:28 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Fri May 27 14:21:28 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=6a252251
news: livedvd updated
_posts/2016-05-27-livedvd.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/_posts/2016-05-27-livedvd.md b/_posts/2016-05-27-livedvd.md
new file mode 100644
index 0000000..351d0d1
--- /dev/null
+++ b/_posts/2016-05-27-livedvd.md
@@ -0,0 +1,6 @@
+---
+title: 'New Gentoo LiveDVD "Choice Edition"'
+---
+
+We're happy to announce the availability of an updated [Gentoo LiveDVD](https://wiki.gentoo.org/wiki/Project:RelEng/LiveDVD/20160514).
+As usual, you can find it on our [downloads page](/downloads/).
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2016-08-18 19:29 Alex Legler
0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler @ 2016-08-18 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 18bf92f37f05d65343170a74c11664fdad7bc9c6
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Thu Aug 18 19:29:28 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 19:29:28 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=18bf92f3
Add froscon news item
_posts/2016-08-18-froscon.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/_posts/2016-08-18-froscon.md b/_posts/2016-08-18-froscon.md
new file mode 100644
index 0000000..ba39ed5
--- /dev/null
+++ b/_posts/2016-08-18-froscon.md
@@ -0,0 +1,8 @@
+---
+title: 'Events: FrOSCon 11'
+---
+
+This weekend, the University of Applied Sciences Bonn-Rhein-Sieg will host the [Free and Open Source Software Conference](https://www.froscon.de/en/home/), better known as **FrOSCon.**
+Gentoo will be present there on 20 and 21 August with a chance for you to meet devs and other users, grab merchandise, and compile your own Gentoo button badges.
+
+See you there!
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2016-08-23 15:52 Alex Legler
0 siblings, 0 replies; 10+ messages in thread
From: Alex Legler @ 2016-08-23 15:52 UTC (permalink / raw
To: gentoo-commits
commit: 656eb7f32daba1877d4a65f0ad7bad43fbb496c8
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Tue Aug 23 15:52:16 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 15:52:16 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=656eb7f3
Add in memoriam notice for avenj
_posts/2016-08-23-in-memory-of-jonathan-avenj-portnoy.md | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/_posts/2016-08-23-in-memory-of-jonathan-avenj-portnoy.md b/_posts/2016-08-23-in-memory-of-jonathan-avenj-portnoy.md
new file mode 100644
index 0000000..7dda576
--- /dev/null
+++ b/_posts/2016-08-23-in-memory-of-jonathan-avenj-portnoy.md
@@ -0,0 +1,16 @@
+---
+title: 'In Memory of Jonathan “avenj” Portnoy'
+---
+
+The Gentoo project mourns the loss of Jonathan Portnoy, better known amongst us as Jon, or _avenj_.
+
+Jon was an active member of the International Gentoo community, almost since its founding in 1999.
+He was still active until his last day.
+
+His passing has struck us deeply and with disbelief.
+We all remember him as a vivid and enjoyable person, easy to reach out to and energetic in all his endeavors.
+
+On behalf of the entire Gentoo Community, all over the world, we would like to convey our deepest sympathy for his family and friends.
+As per his wishes, the Gentoo Foundation has made a donation in his memory to the Perl Foundation.
+
+Please join the community in remembering Jon on our [forums](https://forums.gentoo.org/viewtopic-t-1050304.html).
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] sites/www:master commit in: _posts/
@ 2017-02-02 21:02 Matthew Marchese
0 siblings, 0 replies; 10+ messages in thread
From: Matthew Marchese @ 2017-02-02 21:02 UTC (permalink / raw
To: gentoo-commits
commit: d2026ee4754581c9eb506c3b2a7cda24478e8b15
Author: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 21:01:30 2017 +0000
Commit: Matthew Marchese <maffblaster <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 21:01:30 2017 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=d2026ee4
Add news announcement on FOSDEM Gentoo dev talks.
...2-02-five-gentoo-devs-give-talks-at-fosdem-2017.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/_posts/2017-02-02-five-gentoo-devs-give-talks-at-fosdem-2017.md b/_posts/2017-02-02-five-gentoo-devs-give-talks-at-fosdem-2017.md
new file mode 100644
index 0000000..97c8903
--- /dev/null
+++ b/_posts/2017-02-02-five-gentoo-devs-give-talks-at-fosdem-2017.md
@@ -0,0 +1,19 @@
+---
+title: 'Five Gentoo developers scheduled for talks at FOSDEM'
+---
+
+<a href="https://fosdem.org/2017/" class="news-img-right">
+ <img src="/assets/img/news/2017/logo-fosdem.png" alt="FOSDEM 2017 logo">
+</a>
+
+As FOSDEM 2017 approaches we are happy to announce there are a total of five Gentoo developers scheduled to give talks!
+
+Developers and their talks include:
+
+* [Vladimir Smirnov](https://fosdem.org/2017/schedule/speaker/vladimir_smirnov/) ([civil <i class="fa fa-user" aria-hidden="true"></i>](https://wiki.gentoo.org/wiki/User:Civil)) – [Graphite@Scale or How to store millions metrics per second](https://fosdem.org/2017/schedule/event/graphite_at_scale/)
+* [Andrew Savchenko](https://fosdem.org/2017/schedule/speaker/andrew_savchenko/) ([bircoph <i class="fa fa-user" aria-hidden="true"></i>](https://wiki.gentoo.org/wiki/User:Bircoph)) – [Quantum computing and post-quantum cryptography](https://fosdem.org/2017/schedule/event/quantum/)
+* [Rafael Martins](https://fosdem.org/2017/schedule/speaker/rafael_martins/) ([rafaelmartins <i class="fa fa-user" aria-hidden="true"></i>](https://wiki.gentoo.org/wiki/User:RafaelMartins)) – [Improving your virtualization development workflow with Lago](https://fosdem.org/2017/schedule/event/iaas_impyouvir/)
+* [Hanno Böck](https://fosdem.org/2017/schedule/speaker/hanno_bock/) ([hanno <i class="fa fa-user" aria-hidden="true"></i>](https://wiki.gentoo.org/wiki/User:Hanno)) – [Is the Linux Desktop less secure than Windows 10?](https://fosdem.org/2017/schedule/event/linux_desktop_versus_windows10/)
+* [Jason A. Donenfeld](https://fosdem.org/2017/schedule/speaker/jason_a_donenfeld/) ([zx2c4 <i class="fa fa-user" aria-hidden="true"></i>](https://wiki.gentoo.org/wiki/User:Zx2c4)) – [WireGuard: Next Generation Secure Kernel Network Tunnel](https://fosdem.org/2017/schedule/event/wireguard/)
+
+Only a few hours remain until the event kicks off. See you at FOSDEM!
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2017-02-02 21:02 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-23 15:52 [gentoo-commits] sites/www:master commit in: _posts/ Alex Legler
-- strict thread matches above, loose matches on Subject: below --
2017-02-02 21:02 Matthew Marchese
2016-08-18 19:29 Alex Legler
2016-05-27 14:21 Alex Legler
2016-04-28 18:51 Alex Legler
2016-02-29 19:56 Alex Legler
2015-08-12 6:29 Alex Legler
2015-04-25 1:27 Robin H. Johnson
2015-04-25 0:59 Alex Legler
2015-04-25 0:44 Robin H. Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox