Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-25 Thread Alan Moore
Congrats on this important migration! Thanks also for the time and effort
the Clojars team put into this.

I encourage everyone to head over to the Clojars issues list where there
are many easy/low hanging fruit that await your awesomeness.

Alan

On Sep 25, 2016, at 8:24 PM, Daniel Compton 
wrote:

Hi folks

We have completed migration of the production server (clojars.org) from
Linode to Rackspace. Everything seems to have transferred across smoothly.
Please let us know if you have any issues.

Thanks

On Fri, Sep 23, 2016 at 9:26 AM Daniel Compton <
daniel.compton.li...@gmail.com> wrote:

> Hi Andy
>
> Good spotting, thanks!
>
> We needed to regenerate the Lucene search index. Normally it is updated
> incrementally, so there was no Ansible automation to rebuild it. I’m
> rebuilding the index now, it should be updated soon.
>
> Thanks!
>
>
> On Fri, Sep 23, 2016 at 3:14 AM Andy Fingerhut 
> wrote:
>
>> Should searches for packages give results on beta.clojars.org ?
>>
>> I went to the web page and searched for a couple of packages using search
>> strings that give results on clojars.org, but give no results on
>> beta.clojars.org.
>>
>> Andy
>>
>> On Tue, Sep 20, 2016 at 4:17 PM, Daniel Compton <
>> daniel.compton.li...@gmail.com> wrote:
>>
>>> Hi folks
>>>
>>> We’re moving the Clojars infrastructure from Linode to the very kind
>>> folks at Rackspace. We’re getting close, and have a test server setup at
>>> beta.clojars.org. It has a copy of the live database as of a day ago,
>>> and is mirroring JARs from the live server. We’ve done testing of what we
>>> can, and everything looks ok, but there may be something we’ve missed.
>>>
>>> *N.B.* All state on this server is temporary and will be wiped at the
>>> end of the testing period. Make sure to do any real deploys to
>>> clojars.org
>>>
>>> *What we need from you:*
>>> We need testing from people running different setups, to make sure this
>>> isn’t going to break things for you. If you’re running any kind of unusual
>>> setup (OS, JDK, environment, network), we especially need you to test it.
>>> To test this, follow the instructions at Mirrors
>>> :
>>>
>>> In a nutshell, update your ~/.lein/profiles.clj to have this:
>>>
>>> :user {:repositories [["clojars" {:url "https://beta.clojars.org/repo/"}]]
>>>;; deploy-repositories is optional
>>>:deploy-repositories [["clojars" {:url "https://beta.clojars.org; 
>>> :username :gpg :password :gpg}]]
>>>
>>>;; other :user profile settings...
>>>}
>>>
>>>
>>> (You can always see the canonical Clojars mirrors at
>>> https://github.com/clojars/clojars-web/blob/master/MIRRORS)
>>>
>>> If you have issues, either reply to this email, or open an issue on
>>> GitHub .
>>>
>>> This is the first in a series of infrastructure enhancements coming over
>>> the next few months to improve the speed, stability, and security of
>>> Clojars.
>>>
>>> A special thanks goes to all of the people supporting Clojars at
>>> Bountysource , we really
>>> appreciate your support.
>>>
>>> Thanks,
>>>
>>> Your friendly neighbourhood Clojars caretakers.
>>> Toby and Daniel.
>>>
>> --
>>> —
>>> Daniel
>>>
>>> --
>>>
>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>>
>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "ClojureScript" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojurescript+unsubscr...@googlegroups.com.
>>> To post to this group, send email to clojurescr...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/clojurescript.
>>>
>>
>> --
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "ClojureScript" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojurescript+unsubscr...@googlegroups.com.
>> To post to this group, send email to clojurescr...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/clojurescript.
>>
> --
>
> Daniel
>
-- 

Daniel

-- 
You received this message because you are subscribed to the Google Groups
"clojars-maintainers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to clojars-maintainers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email 

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-25 Thread Daniel Compton
Oh, one more thing, a big thanks to lvh , and Rackspace
for sponsoring Clojars. We really appreciate it!

On Mon, Sep 26, 2016 at 4:24 PM Daniel Compton <
daniel.compton.li...@gmail.com> wrote:

> Hi folks
>
> We have completed migration of the production server (clojars.org) from
> Linode to Rackspace. Everything seems to have transferred across smoothly.
> Please let us know if you have any issues.
>
> Thanks
>
> On Fri, Sep 23, 2016 at 9:26 AM Daniel Compton <
> daniel.compton.li...@gmail.com> wrote:
>
>> Hi Andy
>>
>> Good spotting, thanks!
>>
>> We needed to regenerate the Lucene search index. Normally it is updated
>> incrementally, so there was no Ansible automation to rebuild it. I’m
>> rebuilding the index now, it should be updated soon.
>>
>> Thanks!
>>
>>
>> On Fri, Sep 23, 2016 at 3:14 AM Andy Fingerhut 
>> wrote:
>>
>>> Should searches for packages give results on beta.clojars.org ?
>>>
>>> I went to the web page and searched for a couple of packages using
>>> search strings that give results on clojars.org, but give no results on
>>> beta.clojars.org.
>>>
>>> Andy
>>>
>>> On Tue, Sep 20, 2016 at 4:17 PM, Daniel Compton <
>>> daniel.compton.li...@gmail.com> wrote:
>>>
 Hi folks

 We’re moving the Clojars infrastructure from Linode to the very kind
 folks at Rackspace. We’re getting close, and have a test server setup at
 beta.clojars.org. It has a copy of the live database as of a day ago,
 and is mirroring JARs from the live server. We’ve done testing of what we
 can, and everything looks ok, but there may be something we’ve missed.

 *N.B.* All state on this server is temporary and will be wiped at the
 end of the testing period. Make sure to do any real deploys to
 clojars.org

 *What we need from you:*
 We need testing from people running different setups, to make sure this
 isn’t going to break things for you. If you’re running any kind of unusual
 setup (OS, JDK, environment, network), we especially need you to test it.
 To test this, follow the instructions at Mirrors
 :

 In a nutshell, update your ~/.lein/profiles.clj to have this:

 :user {:repositories [["clojars" {:url "https://beta.clojars.org/repo/"}]]
;; deploy-repositories is optional
:deploy-repositories [["clojars" {:url "https://beta.clojars.org; 
 :username :gpg :password :gpg}]]

;; other :user profile settings...
}


 (You can always see the canonical Clojars mirrors at
 https://github.com/clojars/clojars-web/blob/master/MIRRORS)

 If you have issues, either reply to this email, or open an issue on
 GitHub .

 This is the first in a series of infrastructure enhancements coming
 over the next few months to improve the speed, stability, and security of
 Clojars.

 A special thanks goes to all of the people supporting Clojars at
 Bountysource , we really
 appreciate your support.

 Thanks,

 Your friendly neighbourhood Clojars caretakers.
 Toby and Daniel.

>>> --
 —
 Daniel

 --

>>> Note that posts from new members are moderated - please be patient with
 your first post.

>>> ---
 You received this message because you are subscribed to the Google
 Groups "ClojureScript" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to clojurescript+unsubscr...@googlegroups.com.
 To post to this group, send email to clojurescr...@googlegroups.com.
 Visit this group at https://groups.google.com/group/clojurescript.

>>>
>>> --
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "ClojureScript" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojurescript+unsubscr...@googlegroups.com.
>>> To post to this group, send email to clojurescr...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/clojurescript.
>>>
>> --
>>
>> Daniel
>>
> --
>
> Daniel
>
-- 

Daniel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails 

Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-25 Thread Daniel Compton
Hi folks

We have completed migration of the production server (clojars.org) from
Linode to Rackspace. Everything seems to have transferred across smoothly.
Please let us know if you have any issues.

Thanks

On Fri, Sep 23, 2016 at 9:26 AM Daniel Compton <
daniel.compton.li...@gmail.com> wrote:

> Hi Andy
>
> Good spotting, thanks!
>
> We needed to regenerate the Lucene search index. Normally it is updated
> incrementally, so there was no Ansible automation to rebuild it. I’m
> rebuilding the index now, it should be updated soon.
>
> Thanks!
>
>
> On Fri, Sep 23, 2016 at 3:14 AM Andy Fingerhut 
> wrote:
>
>> Should searches for packages give results on beta.clojars.org ?
>>
>> I went to the web page and searched for a couple of packages using search
>> strings that give results on clojars.org, but give no results on
>> beta.clojars.org.
>>
>> Andy
>>
>> On Tue, Sep 20, 2016 at 4:17 PM, Daniel Compton <
>> daniel.compton.li...@gmail.com> wrote:
>>
>>> Hi folks
>>>
>>> We’re moving the Clojars infrastructure from Linode to the very kind
>>> folks at Rackspace. We’re getting close, and have a test server setup at
>>> beta.clojars.org. It has a copy of the live database as of a day ago,
>>> and is mirroring JARs from the live server. We’ve done testing of what we
>>> can, and everything looks ok, but there may be something we’ve missed.
>>>
>>> *N.B.* All state on this server is temporary and will be wiped at the
>>> end of the testing period. Make sure to do any real deploys to
>>> clojars.org
>>>
>>> *What we need from you:*
>>> We need testing from people running different setups, to make sure this
>>> isn’t going to break things for you. If you’re running any kind of unusual
>>> setup (OS, JDK, environment, network), we especially need you to test it.
>>> To test this, follow the instructions at Mirrors
>>> :
>>>
>>> In a nutshell, update your ~/.lein/profiles.clj to have this:
>>>
>>> :user {:repositories [["clojars" {:url "https://beta.clojars.org/repo/"}]]
>>>;; deploy-repositories is optional
>>>:deploy-repositories [["clojars" {:url "https://beta.clojars.org; 
>>> :username :gpg :password :gpg}]]
>>>
>>>;; other :user profile settings...
>>>}
>>>
>>>
>>> (You can always see the canonical Clojars mirrors at
>>> https://github.com/clojars/clojars-web/blob/master/MIRRORS)
>>>
>>> If you have issues, either reply to this email, or open an issue on
>>> GitHub .
>>>
>>> This is the first in a series of infrastructure enhancements coming over
>>> the next few months to improve the speed, stability, and security of
>>> Clojars.
>>>
>>> A special thanks goes to all of the people supporting Clojars at
>>> Bountysource , we really
>>> appreciate your support.
>>>
>>> Thanks,
>>>
>>> Your friendly neighbourhood Clojars caretakers.
>>> Toby and Daniel.
>>>
>> --
>>> —
>>> Daniel
>>>
>>> --
>>>
>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>>
>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "ClojureScript" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to clojurescript+unsubscr...@googlegroups.com.
>>> To post to this group, send email to clojurescr...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/clojurescript.
>>>
>>
>> --
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "ClojureScript" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojurescript+unsubscr...@googlegroups.com.
>> To post to this group, send email to clojurescr...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/clojurescript.
>>
> --
>
> Daniel
>
-- 

Daniel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [ClojureScript] [ANN] beta.clojars.org: new Clojars infrastructure that needs testing

2016-09-22 Thread Daniel Compton
Hi Andy

Good spotting, thanks!

We needed to regenerate the Lucene search index. Normally it is updated
incrementally, so there was no Ansible automation to rebuild it. I’m
rebuilding the index now, it should be updated soon.

Thanks!

On Fri, Sep 23, 2016 at 3:14 AM Andy Fingerhut 
wrote:

> Should searches for packages give results on beta.clojars.org ?
>
> I went to the web page and searched for a couple of packages using search
> strings that give results on clojars.org, but give no results on
> beta.clojars.org.
>
> Andy
>
> On Tue, Sep 20, 2016 at 4:17 PM, Daniel Compton <
> daniel.compton.li...@gmail.com> wrote:
>
>> Hi folks
>>
>> We’re moving the Clojars infrastructure from Linode to the very kind
>> folks at Rackspace. We’re getting close, and have a test server setup at
>> beta.clojars.org. It has a copy of the live database as of a day ago,
>> and is mirroring JARs from the live server. We’ve done testing of what we
>> can, and everything looks ok, but there may be something we’ve missed.
>>
>> *N.B.* All state on this server is temporary and will be wiped at the
>> end of the testing period. Make sure to do any real deploys to
>> clojars.org
>>
>> *What we need from you:*
>> We need testing from people running different setups, to make sure this
>> isn’t going to break things for you. If you’re running any kind of unusual
>> setup (OS, JDK, environment, network), we especially need you to test it.
>> To test this, follow the instructions at Mirrors
>> :
>>
>> In a nutshell, update your ~/.lein/profiles.clj to have this:
>>
>> :user {:repositories [["clojars" {:url "https://beta.clojars.org/repo/"}]]
>>;; deploy-repositories is optional
>>:deploy-repositories [["clojars" {:url "https://beta.clojars.org; 
>> :username :gpg :password :gpg}]]
>>
>>;; other :user profile settings...
>>}
>>
>>
>> (You can always see the canonical Clojars mirrors at
>> https://github.com/clojars/clojars-web/blob/master/MIRRORS)
>>
>> If you have issues, either reply to this email, or open an issue on
>> GitHub .
>>
>> This is the first in a series of infrastructure enhancements coming over
>> the next few months to improve the speed, stability, and security of
>> Clojars.
>>
>> A special thanks goes to all of the people supporting Clojars at
>> Bountysource , we really
>> appreciate your support.
>>
>> Thanks,
>>
>> Your friendly neighbourhood Clojars caretakers.
>> Toby and Daniel.
>>
> --
>> —
>> Daniel
>>
>> --
>>
> Note that posts from new members are moderated - please be patient with
>> your first post.
>>
> ---
>> You received this message because you are subscribed to the Google Groups
>> "ClojureScript" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to clojurescript+unsubscr...@googlegroups.com.
>> To post to this group, send email to clojurescr...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/clojurescript.
>>
>
> --
> Note that posts from new members are moderated - please be patient with
> your first post.
> ---
> You received this message because you are subscribed to the Google Groups
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescr...@googlegroups.com.
> Visit this group at https://groups.google.com/group/clojurescript.
>
-- 

Daniel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.