Skip to content

Commit

Permalink
all: change github.com/camlistore/camlistore to github.com/perkeep/pe…
Browse files Browse the repository at this point in the history
…rkeep

Change-Id: I0d612bf450e9e8d9ce0767c5a0cb0c44c0d8704f
  • Loading branch information
bradfitz committed Jan 6, 2018
1 parent c57fd7a commit 9265c98
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Mailing lists:

Bugs and contributing:

https://github.com/camlistore/camlistore/issues
https://github.com/perkeep/perkeep/issues
https://perkeep.org/doc/contributing
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
There are two TODO lists. This file (good for airplanes) and the online bug tracker:

https://github.com/camlistore/camlistore/issues
https://github.com/perkeep/perkeep/issues

Offline list:

Expand Down
2 changes: 1 addition & 1 deletion clients/osx/Camlistore/Camlistore/Credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<br/>

<p>
<a href="https://github.com/camlistore/camlistore/issues">File a bug</a>
<a href="https://github.com/perkeep/perkeep/issues">File a bug</a>
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/todo/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Contributor Project Ideas

* The [TODO file](https://camlistore.googlesource.com/camlistore/+/master/TODO)
* The [issue tracker](https://github.com/camlistore/camlistore/issues) lists both features and bugs
* The [issue tracker](https://github.com/perkeep/perkeep/issues) lists both features and bugs
* Thoughts on [modeling a blog](blog-notes.md)
2 changes: 1 addition & 1 deletion internal/httputil/certs.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ yE+vPxsiUkvQHdO2fojCkY8jg70jxM+gu59tPDNbw3Uh/2Ij310FgTHsnGQMyA==
// 1.6, one would get the
// "x509: missing ASN.1 contents; use ParseCertificate" error before
// hitting the SystemRootsError.
// Related: https://github.com/camlistore/camlistore/issues/705
// Related: https://github.com/perkeep/perkeep/issues/705
block, _ := pem.Decode([]byte(dummyCertPEM))
if block == nil {
panic("failed to decode dummy certificate PEM")
Expand Down
2 changes: 1 addition & 1 deletion internal/images/resize/resize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ func getFilename(imType string, method string) string {

func TestCompareResizeToHalveInplace(t *testing.T) {
t.Skip("Skipping TestCompareResizeToHalveInplace until we know better why resizing YCbCr leads to so many differences.")
// Here is what I found out so far, while investigating https://github.com/camlistore/camlistore/issues/635:
// Here is what I found out so far, while investigating https://github.com/perkeep/perkeep/issues/635:
// 1) Using imagemagick to compute the PSNR yields (significantly) different results (from
// the manually computed one in compareImages) for YCbCr images. It is even worse with
// imagemagick most of the time. It would be interesting to know why.
Expand Down
2 changes: 1 addition & 1 deletion make.go
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ func failIfCamlistoreOrgDir() {
We're expecting you to be in a perkeep.org directory now.
See https://github.com/camlistore/camlistore/issues/981#issuecomment-354690313 for details.
See https://github.com/perkeep/perkeep/issues/981#issuecomment-354690313 for details.
You need to rename your "camlistore.org" parent directory to "perkeep.org"
Expand Down
4 changes: 2 additions & 2 deletions misc/monthly.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ var monthlyTemplate = `
<h1>Monthly Release: {{.Date}}</h1>
<p>
Camlistore version <a href='https://github.com/camlistore/camlistore/commit/{{.CamliVersion}}'>{{.CamliVersion}}</a> built with Go {{.GoVersion}}.
Camlistore version <a href='https://github.com/perkeep/perkeep/commit/{{.CamliVersion}}'>{{.CamliVersion}}</a> built with Go {{.GoVersion}}.
</p>
<h2>Downloads</h2>
Expand All @@ -247,7 +247,7 @@ Camlistore version <a href='https://github.com/camlistore/camlistore/commit/{{.C
<h2>Release Stats</h2>
<p>
{{.Stats.TotalCommitters}} total committers over {{.Stats.Commits}} commits since <a href='https://github.com/camlistore/camlistore/commit/{{.Stats.FromRev}}'>{{.Stats.FromRev}}</a> including {{.Stats.NamesList}}.
{{.Stats.TotalCommitters}} total committers over {{.Stats.Commits}} commits since <a href='https://github.com/perkeep/perkeep/commit/{{.Stats.FromRev}}'>{{.Stats.FromRev}}</a> including {{.Stats.NamesList}}.
</p>
<p>Thank you!</p>
Expand Down
2 changes: 1 addition & 1 deletion pkg/env/env_nojs.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
// generated javascript breaks as soon as we import things such as
// "cloud.google.com/go/compute/metadata", which is why this whole file exists
// under this build tag.
// Keeping https://github.com/camlistore/camlistore/issues/904 open until this
// Keeping https://github.com/perkeep/perkeep/issues/904 open until this
// is reported.

// OnGCE reports whether this process is running in a Google Compute
Expand Down
2 changes: 1 addition & 1 deletion pkg/fs/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func newStat(name string) *stat {
return s
}

// TODO: https://github.com/camlistore/camlistore/issues/679
// TODO: https://github.com/perkeep/perkeep/issues/679

type atomicInt64 struct {
v int64
Expand Down
2 changes: 1 addition & 1 deletion pkg/importer/flickr/README
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ To use:

TODO:

https://github.com/camlistore/camlistore/issues?q=is%3Aopen+flickr+
https://github.com/perkeep/perkeep/issues?q=is%3Aopen+flickr+

2 changes: 1 addition & 1 deletion pkg/importer/foursquare/README
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ To use:

TODO:

https://github.com/camlistore/camlistore/issues?q=is%3Aopen+is%3Aissue+foursquare
https://github.com/perkeep/perkeep/issues?q=is%3Aopen+is%3Aissue+foursquare

2 changes: 1 addition & 1 deletion pkg/index/corpus.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ type Corpus struct {
gps map[blob.Ref]latLong // wholeRef -> GPS coordinates

// Lack of edge tracking implementation is issue #707
// (https://github.com/camlistore/camlistore/issues/707)
// (https://github.com/perkeep/perkeep/issues/707)

// claimBack allows hopping backwards from a Claim's Value
// when the Value is a blobref. It allows, for example,
Expand Down
4 changes: 2 additions & 2 deletions server/camlistored/ui/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ L.MarkerClusterGroup.include({
cam.MapAspect = React.createClass({
// QUERY_LIMIT_ is the maximum number of location markers to draw. It is not
// arbitrary, as higher numbers (such as 1000) seem to be causing glitches.
// (https://github.com/camlistore/camlistore/issues/937)
// (https://github.com/perkeep/perkeep/issues/937)
// However, the cluster plugin restricts the number of items displayed at the
// same time to a way lower number, allowing us to work-around these glitches.
QUERY_LIMIT_: 1000,
Expand All @@ -101,7 +101,7 @@ cam.MapAspect = React.createClass({
};
this.clusteringOn = this.props.config.mapClustering;
if (this.clusteringOn == false) {
// Even 100 is actually too much, and https://github.com/camlistore/camlistore/issues/937 ensues
// Even 100 is actually too much, and https://github.com/perkeep/perkeep/issues/937 ensues
this.QUERY_LIMIT_ = 100;
}
// isMoving, in conjunction with ZOOM_COOLDOWN_, allows to actually ask for
Expand Down
4 changes: 2 additions & 2 deletions website/camweb.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ func setProdFlags() {
// We work off the staging branch, so we stay in control of the
// website contents, regardless of which commits are landing on the
// master branch in the meantime.
cloneArgs = append(cloneArgs, "-b", "staging", "https://github.com/camlistore/camlistore.git", prodSrcDir)
cloneArgs = append(cloneArgs, "-b", "staging", "https://github.com/perkeep/perkeep.git", prodSrcDir)
} else {
cloneArgs = append(cloneArgs, "https://camlistore.googlesource.com/camlistore", prodSrcDir)
}
Expand Down Expand Up @@ -1109,7 +1109,7 @@ func issueRedirect(urlPath string) (string, bool) {
if issueNumber != "" {
suffix = "/" + issueNumber
}
return "https://github.com/camlistore/camlistore/issues" + suffix, true
return "https://github.com/perkeep/perkeep/issues" + suffix, true
}

func gerritRedirect(w http.ResponseWriter, r *http.Request) {
Expand Down
4 changes: 2 additions & 2 deletions website/camweb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ func TestRedirect(t *testing.T) {
}

func TestIsIssueRequest(t *testing.T) {
wantNum := "https://github.com/camlistore/camlistore/issues/34"
wantList := "https://github.com/camlistore/camlistore/issues"
wantNum := "https://github.com/perkeep/perkeep/issues/34"
wantList := "https://github.com/perkeep/perkeep/issues"
tests := []struct {
urlPath string
redirects bool
Expand Down
4 changes: 2 additions & 2 deletions website/content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ how to [get the code and how to start submitting changes](/code).
Mailing list for commit emails, code reviews
- [**Gerrit**](https://camlistore-review.googlesource.com/): Code
review
- [**Github**](https://github.com/camlistore/camlistore): our Github
- [**Github**](https://github.com/perkeep/perkeep): our Github
home (issues + source mirror)
- [**Issues**](https://github.com/camlistore/camlistore/issues):
- [**Issues**](https://github.com/perkeep/perkeep/issues):
Issue/bug tracker
- [**\#camlistore**](irc://chat.freenode.net/camlistore): Camlistore
on Freenode IRC
2 changes: 1 addition & 1 deletion website/content/contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>Contributors</h1>
<li>Iain Peet</li>
<li>Josh Huckabee</li>
<li>...</li>
<li>see <a href="https://github.com/camlistore/camlistore/blob/master/CONTRIBUTORS">complete list in the tree</a></li>
<li>see <a href="https://github.com/perkeep/perkeep/blob/master/CONTRIBUTORS">complete list in the tree</a></li>
</ul>

<p>Want to help? See <a href="/doc/contributing">contributing</a>.</p>
2 changes: 1 addition & 1 deletion website/content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Windows), skip this section.

[Download and install Go](http://golang.org/doc/install) if you don't
have that installed already. As of revision
[2e46fca5cc](https://github.com/camlistore/camlistore/commit/2e46fca5cc1179dbd90bec49fec3870e6eca6c45),
[2e46fca5cc](https://github.com/perkeep/perkeep/commit/2e46fca5cc1179dbd90bec49fec3870e6eca6c45),
Perkeep requires [Go 1.9 or newer](https://golang.org/dl/).

Build Perkeep by running this command in the folder you downloaded or
Expand Down
4 changes: 2 additions & 2 deletions website/content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ <h1 class="rootHeading">Perkeep lets you <em>permanently keep</em> your stuff, f

<a href='/keepy'><img align='right' border=0 style='margin-left: 1em' src='/static/keepy-small-left.png' width='290' height='280'></a>

<p>Perkeep (<a href="https://github.com/camlistore/camlistore/issues/981">née Camlistore</a>) is a set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data in the post-PC era. Data may be files or objects, tweets or 5TB videos, and you can access it via a phone, browser or FUSE filesystem.</p>
<p>Perkeep (<a href="https://github.com/perkeep/perkeep/issues/981">née Camlistore</a>) is a set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data in the post-PC era. Data may be files or objects, tweets or 5TB videos, and you can access it via a phone, browser or FUSE filesystem.</p>

<p>Perkeep is under active development. If you're a programmer or fairly technical, you can probably get it up and running and get some utility out of it. Many bits and pieces are actively being developed, so be prepared for bugs and unfinished features.</p>

<p>Join <a href="/community">the community</a>, consider <a href="/doc/contributing">contributing</a>, or <a href="https://github.com/camlistore/camlistore/issues">file a bug</a>.</p>
<p>Join <a href="/community">the community</a>, consider <a href="/doc/contributing">contributing</a>, or <a href="https://github.com/perkeep/perkeep/issues">file a bug</a>.</p>

<p>Things Perkeep believes:</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion website/static/mock.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<a href='/'>About</a>
<a href='/code'>Code</a>
<a href='http://groups.google.com/group/camlistore/'>Mailing List</a>
<a href='http://github.com/camlistore/camlistore/issues'>Bugs</a>
<a href='http://github.com/perkeep/perkeep/issues'>Bugs</a>
</div></div>

<div class='content'>
Expand Down

0 comments on commit 9265c98

Please sign in to comment.