[hibernate-dev] Scripting releases - SourceForge

Sanne Grinovero sanne at hibernate.org
Fri May 3 13:16:07 EDT 2013


To clarify, this is the "interesting" part of my ~/.ssh/config :

http://pastebin.com/raw.php?i=tBq91kMH

As you can see, I specify the user it's going to use in the file on a
per-server basis. Very convenient, so I don't have to remember these
details, and also you can specify the correct key.

On 3 May 2013 18:04, Sanne Grinovero <sanne at hibernate.org> wrote:
> can't you just omit the users?
>
> I would assume that it's going to use rsync over SSH, so it should
> pick the user I've defined for this server in my own ~/.ssh/config
>
>
>
> On 3 May 2013 17:54, Brett Meyer <brmeyer at redhat.com> wrote:
>> +1 for listing the users
>>
>> Brett Meyer
>> Red Hat Software Engineer, Hibernate
>>
>> ----- Original Message -----
>> From: "Steve Ebersole" <steve at hibernate.org>
>> To: "hibernate-dev" <hibernate-dev at lists.jboss.org>
>> Sent: Friday, May 3, 2013 12:41:35 PM
>> Subject: [hibernate-dev] Scripting releases - SourceForge
>>
>> I am working on scripting more of the release steps into the Gradle
>> build scripts.  When it comes to uploading the release bundles to
>> SourceForge we have a choice to make.  I will use rsync since we already
>> require people doing a release to have it installed because
>> docs.jboss.org uploads require it.
>>
>> I can either account for the various SourceForge users in the script, or
>> we could define a single user in the SourceForge Hibernate project that
>> is there for uploading release bundles from the build.  That upload user
>> would have just the permissions necessary to upload.  We would need,
>> however, to manage getting keys uploaded to that user.  Whereas if we
>> used our own SourceForge users we'd simply use our own keys.
>>
>> Preferences?
>>
>> Personally I'd rather just use our own users and account for the
>> different usernames in the script (read from ~/.gradle/gradle.settings
>> maybe).
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev


More information about the hibernate-dev mailing list