Re: [FOSSology] 3.1rc2 Information about the release.

2016-05-25 Thread Jeremiah Foster
On Tue, May 24, 2016 at 11:57 AM, Jaeger, Michael C. <
michael.c.jae...@siemens.com> wrote:

> Hello,
>

Thank you for this update Michael!

>
> you might have noticed on github that there is the release 3.1rc2 -
> release candidate 2.
>
> https://github.com/fossology/fossology/releases/tag/3.1.0rc2
>
> This rises a couple of questions:
>
> *) where was release candidate 1 actually?
>
>find 3.1rc1 here: https://github.com/fossology/fossology/releases/
>
> *) what is new compared to release 3.0?
>
>   A lot: the project has merged more than 50 pull request since then,
> check the release notes, among the larger features:
>
>   * docker support, also on docker hub,
>   * debian-copyright (DEP5) generation
>   * tag value generation for SPDX2
>

Wow, these are awesome additions. Is there more info on the tag value
generation? I assume it means that one can create tags like
"SPDX-License-Identifier: GPL-3.0"?


>   * and much more, including many changes in the UI
>   * You could see the list of merged features here:
> https://github.com/fossology/fossology/pulls?q=is%3Apr+is%3Aclosed
>
> *) do we have packages at the usual links?
>
>   no. (I know, really sorry)(yes, projects works on it)
>
> *) how can we test then?
>
>   there are three main ways (see note for mac users below):
>
>   1. Docker: just install docker and use
>   'docker run -p 8081:80 fossology/fossology'
>   2. Vagrant: just install vagrant (and VirtualBox) and use
>   'vagrant up' from the fossology project root folder
>   3. use the source code install - existing documentation works fine, for
> example:
>   http://www.fossology.org/projects/fossology/wiki/SysConfigSrc
>  just make sure composer(=php package manager) works on your machine
>
> *) I have an older version, how much backwards compatibility do we have?
>
> We have tested the 3.0 version installing on instances of 2.5. We have
> installed 3.1rcX several times on various older instances of 2.6.2 and 3.0.
> Migration scripts on the schema are there. Please consider backup in any
> case.
>
> *) What happens now?
>
> Same as with the other release, system testing:
>
> http://www.fossology.org/projects/fossology/wiki/FOSSology_system_testing_300
>
> *) How can I contribute?
>
>   * Testing for serious bugs that were missed before
>
>   * Reporting: https://github.com/fossology/fossology/issues
>
>   * classic contributions ...
>
> This is it, please feel free to use the mailing list or open a question on
> github.
>
> *) I have a Mac, can I use fossology too?
>
>Yes, you could use docker use this:
>1. https://docs.docker.com/mac/step_one/
>2. Then start the docker quickstart terminal and execute the command
> mentioned above.
>3. Please do not use localhost, but the IP address that is pointed out
> in the terminal
>
>Also, you could install VirtualBox and Vagrant and then just
>1. download the source code
>2. in a terminal change into the root directory of the project
>3. execute 'vagrant up'
>
> *) I have Windows, can I do that too?
>
>presumably yes, would be good if someone tries and returns feedback.
>
> This is it for the first. Once we have news on the package side, let's
> post them.
>
> Kind regards, Michael
>
>
>
> ___
> fossology mailing list
> fossology@lists.fossology.org
> http://lists.fossology.org/mailman/listinfo/fossology
>



-- 
Jeremiah C. Foster
GENIVI COMMUNITY MANAGER

Pelagicore AB
Ekelundsgatan 4, 6tr, SE-411 18
Gothenburg, Sweden
M: +46 (0)73 093 0506
jeremiah.fos...@pelagicore.com
___
fossology mailing list
fossology@lists.fossology.org
http://lists.fossology.org/mailman/listinfo/fossology


Re: [FOSSology] fossology reading from a repo (collection of git repositiries)

2016-10-07 Thread Jeremiah Foster
On Thu, Oct 6, 2016 at 8:19 PM, David Van Beveren 
wrote:

> I am interested in extending fossology to load a large source file tree
> via the ‘repo’ command. Here is a blurb on repo from source.android.com:
> (there Is no Linux manpage):
>
>
>
> *Repo* is a repository management tool that we built on top of Git. Repo
> unifies the many Git repositories when necessary, does the uploads to
> Android’s  revision control system
> , and automates parts of the
> Android development workflow. Repo is not meant to replace Git, only to
> make it easier to work with Git in the context of Android. The repo command
> is an executable Python script that you can put anywhere in your path. In
> working with the Android source files, you can use Repo for across-network
> operations. For example, with a single Repo command you can download files
> from multiple repositories into your local working directory.
>
>
>
> I am presuming nobody has done this yet. I’m also presuming that this is
> not general enough for upstreaming, since repo is mainly an android
> workflow thing. (though my team does not use it on just  android projects).
>

​Repo works with any git repository, we use it with non-Android embedded
development, its a very useful tool. It replaces the need for using git
submodules I find.​

>
>
> If anyone has experience adding a new uploading mechanism, or wants to
> give me a good starting point, I am all ears.
>

​Isn't repo effective as a tool that uses SHA sums to assemble a local
repo? I would think this might be a useful addition to Fossology, depending
on how you're planning on using it of course.

Cheers,

Jeremiah​
___
fossology mailing list
fossology@lists.fossology.org
https://lists.fossology.org/mailman/listinfo/fossology

Re: [FOSSology] Wiki registration 404'ing

2016-12-06 Thread Jeremiah Foster
On Tue, Dec 6, 2016 at 10:33 AM, Antoine R. Dumont <
antoine.romain.dum...@gmail.com> wrote:

> Hello,
>
> On Tue, Dec 6, 2016 at 4:28 PM, Jeremiah Foster <
> jeremiah.fos...@pelagicore.com> wrote:
>
>> This URL http://archive15.fossology.org/account/register is giving me a
>> 404.
>>
>> Is there another way to register to edit the wiki? I was hoping to
>> document my Fossology 3.0 install on Debian 8.
>>
>
> I think the wiki moved to https://github.com/fossology/fossology/wiki.
>

​Thanks!​
___
fossology mailing list
fossology@lists.fossology.org
https://lists.fossology.org/mailman/listinfo/fossology

[FOSSology] Wiki registration 404'ing

2016-12-06 Thread Jeremiah Foster
This URL http://archive15.fossology.org/account/register is giving me a
404.

Is there another way to register to edit the wiki? I was hoping to document
my Fossology 3.0 install on Debian 8.

Cheers,

Jeremiah

-- 
Jeremiah C. Foster
GENIVI COMMUNITY MANAGER

Pelagicore AB
Ekelundsgatan 4, 6tr, SE-411 18
Gothenburg, Sweden
M: +1.860.772.9242
jeremiah.fos...@pelagicore.com
___
fossology mailing list
fossology@lists.fossology.org
https://lists.fossology.org/mailman/listinfo/fossology

Re: [FOSSology] basic "getting started" question

2016-12-13 Thread Jeremiah Foster
On Fri, Dec 9, 2016 at 9:27 PM, Damon Fasching  wrote:

> Hi,
>
> I've followed the installation instructions here: https://www.fossology.
> org/get-started and am moving on to the next bullet, with the Basic
> Workflow link, https://www.fossology.org/get-started/basic-workflow.
>
> 1) How do I go about getting login credentials?
> 2) I can't upload the source code to a server outside of my company. Does
> fossology run on my local machine, or can I set up a server in my company?
>

​You certainly should be able to set Fossology up on a machine inside your
corporate firewall. Many companies do that.

Cheers,

Jeremiah​
___
fossology mailing list
fossology@lists.fossology.org
https://lists.fossology.org/mailman/listinfo/fossology