Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PackageDrone"

m (About)
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Infobox PackageDrone
 +
| name = Eclipse Package Drone™
 +
| downloadUrl = https://wiki.eclipse.org/PackageDrone/Installation
 +
| websiteUrl = https://www.eclipse.org/package-drone
 +
| gitHubRepo = packagedrone
 +
| list = package-drone-dev
 +
| newsgroup = eclipse.package-drone
 +
| contribute = [[PackageDrone/HowTo/Contribute | Contributing]]
 +
}}
 
== About ==
 
== About ==
  
Package Drone is an open source, software artifact repository with a focus on OSGi. It features an extensible architecture so that other repository system can be used as well.
+
Eclipse Package Drone™ is an open source, software artifact repository with a focus on OSGi. It features an extensible architecture so that other repository system can be used as well.
  
== Current state ==
+
'''Releases''' – Current: [[PackageDrone/0.14.0/NewAndNoteworthy|0.14.0]] → Upcoming: [[PackageDrone/0.15.0/NewAndNoteworthy|0.15.0]]
  
The project is currently migrating to the Eclipse Foundation.
+
* Package Drone Blog – http://packagedrone.org
 +
* GitHub repository – [https://github.com/eclipse/packagedrone eclipse/packagedrone]
 +
* [https://projects.eclipse.org/projects/technology.package-drone Project Information Page] – Details about repositories, contact details, …
 +
* [http://packagedrone.org/contact#main Contact page]
 +
* Demo Systems
 +
** https://thedrone.packagedrone.org
 +
** https://packagedrone.eclipse.org
  
We got checkin approval for the initial contribution and a GitHub repository. A Hudson instance will follow shortly.
+
== Documentation ==
  
== See also ==
+
* HowTo
 +
** [[PackageDrone/HowTo/Contribute|Contribute]]
 +
** [[PackageDrone/Installation|Installation]]
 +
*** [[PackageDrone/HowTo/ReverseProxy|ReverseProxy]] – How to add a reverse proxy in front of Package Drone
 +
** [[PackageDrone/Setup|Setup]]
 +
** [[PackageDrone/UploadAPI|Upload API]]
  
* Package Drone Blog - http://packagedrone.org
+
* Configuration
* Demo System - https://thedrone.packagedrone.org
+
** [[PackageDrone/Configuration/SystemProperties|System Properties]]
* Original GitHub repository: [https://github.com/ctron/package-drone ctron/package-drone]
+
 
 +
* Recipes
 +
** [https://github.com/ctron/package-drone/wiki/Cheatsheet Old cheatsheet page]
 +
** P2
 +
*** [[PackageDrone/Recipes/P2/MetaDataFromTychoUseP2|Build with Tycho - use with P2]]
 +
*** [[PackageDrone/Recipes/Tycho/BuildWithTychoUseR5|Build with Tycho - use with OSGi R5 / Bndtools / OBR]]
 +
 
 +
* [[PackageDrone/Documentation/ProjectStructure|Project Structure]]
 +
 
 +
== Development ==
 +
 
 +
* [[PackageDrone/HowTo/Contribute|How to contribute]] – A short guide on how to start contributing
 +
* [[PackageDrone/Oomph|Oomph setup]] – A quick start for working on Package Drone
 +
* [[PackageDrone/ReleaseBuild|ReleaseBuild]] – how to make a release build
 +
 
 +
== Older pages & links ==
 +
 
 +
* Old GitHub repository: [https://github.com/ctron/package-drone ctron/package-drone]
 
** Old wiki - https://github.com/ctron/package-drone/wiki
 
** Old wiki - https://github.com/ctron/package-drone/wiki
* New GitHub repository: [https://github.com/eclipse/packagedrone eclipse/packagedrone] – Content still missing
 
  
== Documentation ==
 
  
* [[PackageDrone/ReverseProxy|ReverseProxy]] – How to add a reverse proxy in front of Package Drone
+
__NOTOC__

Latest revision as of 14:47, 18 October 2016


About

Eclipse Package Drone™ is an open source, software artifact repository with a focus on OSGi. It features an extensible architecture so that other repository system can be used as well.

Releases – Current: 0.14.0 → Upcoming: 0.15.0

Documentation

Development

Older pages & links


Back to the top