Skip to content

Console Output

Started by user Nico Prediger
Running as Nico Prediger
Agent migration-agent-g44x2 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration"
  name: "migration-agent-g44x2"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gef.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "migration-agent-g44x2"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "migration-agent-g44x2"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gef.svc.cluster.local/gef/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-gef"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on migration-agent-g44x2 (migration) in workspace /home/jenkins/agent/workspace/Releng/FS-Status
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-cn4Hs8COqhBm/agent.51
SSH_AGENT_PID=53
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Releng/FS-Status@tmp/private_key_1285346962590029247.key (/home/jenkins/agent/workspace/Releng/FS-Status@tmp/private_key_1285346962590029247.key)
[ssh-agent] Using credentials genie.gef (ssh://genie.gef@projects-storage.eclipse.org)
[FS-Status] $ /bin/sh -xe /tmp/jenkins6505898968130800683.sh
+ ssh genie.gef@projects-storage.eclipse.org /bin/bash
/home/data/httpd/download.eclipse.org/tools/gef
|-- banner.html
|-- default_style.css
|-- downloads
|   |-- build_types.html
|   |-- dlconfig.txt
|   |-- dlconfig2.txt
|   |-- drops
|   |   |-- 5.0.100
|   |   |   `-- R201805280201
|   |   |       |-- GEF-Update-5.0.100.zip
|   |   |       |-- GEF-Update-5.0.100.zip.md5
|   |   |       `-- build.cfg
|   |   |-- 5.0.200
|   |   |   `-- R201809050204
|   |   |       |-- GEF-Update-5.0.200.zip
|   |   |       |-- GEF-Update-5.0.200.zip.md5
|   |   |       `-- build.cfg
|   |   |-- 5.0.300
|   |   |   |-- I201812120309
|   |   |   |   |-- GEF-Update-5.0.300RC2.zip
|   |   |   |   |-- GEF-Update-5.0.300RC2.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- R201812120309
|   |   |   |   |-- GEF-Update-5.0.300.zip
|   |   |   |   |-- GEF-Update-5.0.300.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   `-- S201812120309
|   |   |       |-- GEF-Update-5.0.300RC2.zip
|   |   |       |-- GEF-Update-5.0.300RC2.zip.md5
|   |   |       `-- build.cfg
|   |   |-- 5.0.400
|   |   |   |-- I201901221055
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201901260303
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201902020302
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201902090304
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201902152011
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201902230304
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201903020302
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201903090303
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201903151300
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201905100202
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201905171259
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201905250201
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201905311859
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201906080202
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201906150203
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201908170202
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201908240203
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201908310202
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201909070203
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201909140202
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201909200202
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- R201901221055
|   |   |   |   |-- GEF-Update-5.0.400.zip
|   |   |   |   |-- GEF-Update-5.0.400.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   `-- S201901221055
|   |   |       |-- GEF-Update-5.0.400M2.zip
|   |   |       |-- GEF-Update-5.0.400M2.zip.md5
|   |   |       `-- build.cfg
|   |   |-- 5.1.0
|   |   |   |-- I201905091638
|   |   |   |   |-- GEF-Update-5.1.0M2.zip
|   |   |   |   |-- GEF-Update-5.1.0M2.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201906061629
|   |   |   |   |-- GEF-Update-5.1.0RC1.zip
|   |   |   |   |-- GEF-Update-5.1.0RC1.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201906180202
|   |   |   |   |-- GEF-Update-5.1.0.zip
|   |   |   |   |-- GEF-Update-5.1.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- R201906180202
|   |   |   |   |-- GEF-Update-5.1.0.zip
|   |   |   |   |-- GEF-Update-5.1.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- S201905091638
|   |   |   |   |-- GEF-Update-5.1.0M2.zip
|   |   |   |   |-- GEF-Update-5.1.0M2.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   `-- S201906061629
|   |   |       |-- GEF-Update-5.1.0RC1.zip
|   |   |       |-- GEF-Update-5.1.0RC1.zip.md5
|   |   |       `-- build.cfg
|   |   |-- 5.2.0
|   |   |   |-- I201908120202
|   |   |   |   |-- GEF-Update-5.2.0.zip
|   |   |   |   |-- GEF-Update-5.2.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201908230203
|   |   |   |   |-- GEF-Update-5.2.0M3.zip
|   |   |   |   |-- GEF-Update-5.2.0M3.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201909030914
|   |   |   |   |-- GEF-Update-5.2.0RC1.zip
|   |   |   |   |-- GEF-Update-5.2.0RC1.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201909090201
|   |   |   |   |-- GEF-Update-5.2.0RC2.zip
|   |   |   |   |-- GEF-Update-5.2.0RC2.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201909131537
|   |   |   |   |-- GEF-Update-5.2.0.zip
|   |   |   |   |-- GEF-Update-5.2.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- R201909131537
|   |   |   |   |-- GEF-Update-5.2.0.zip
|   |   |   |   |-- GEF-Update-5.2.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- S201908230203
|   |   |   |   |-- GEF-Update-5.2.0M3.zip
|   |   |   |   |-- GEF-Update-5.2.0M3.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- S201909030914
|   |   |   |   |-- GEF-Update-5.2.0RC1.zip
|   |   |   |   |-- GEF-Update-5.2.0RC1.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   `-- S201909090201
|   |   |       |-- GEF-Update-5.2.0RC2.zip
|   |   |       |-- GEF-Update-5.2.0RC2.zip.md5
|   |   |       `-- build.cfg
|   |   |-- 5.3.0
|   |   |   |-- I201909280201
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201910050202
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201910120202
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201910161621
|   |   |   |   |-- GEF-Update-5.3.0M1.zip
|   |   |   |   |-- GEF-Update-5.3.0M1.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201910190202
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201910260203
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201911010202
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201911060302
|   |   |   |   |-- GEF-Update-5.3.0M2.zip
|   |   |   |   |-- GEF-Update-5.3.0M2.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201911090301
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201911160302
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201911230301
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201911300301
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201912040303
|   |   |   |   |-- GEF-Update-5.3.0RC1.zip
|   |   |   |   |-- GEF-Update-5.3.0RC1.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201912070301
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201912130302
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201912140302
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201912210303
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I201912280302
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I202001040302
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I202001110303
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- R201912130302
|   |   |   |   |-- GEF-Update-5.3.0.zip
|   |   |   |   |-- GEF-Update-5.3.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- S201910161621
|   |   |   |   |-- GEF-Update-5.3.0M1.zip
|   |   |   |   |-- GEF-Update-5.3.0M1.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- S201911060302
|   |   |   |   |-- GEF-Update-5.3.0M2.zip
|   |   |   |   |-- GEF-Update-5.3.0M2.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- S201911261144
|   |   |   |   |-- GEF-Update-5.3.0M3.zip
|   |   |   |   |-- GEF-Update-5.3.0M3.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- S201912040303
|   |   |   |   |-- GEF-Update-5.3.0RC1.zip
|   |   |   |   |-- GEF-Update-5.3.0RC1.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   `-- S201912130302
|   |   |       |-- GEF-Update-5.3.0.zip
|   |   |       |-- GEF-Update-5.3.0.zip.md5
|   |   |       `-- build.cfg
|   |   |-- 5.4.0
|   |   |   |-- I202001140303
|   |   |   |   |-- GEF-Update-5.4.0.zip
|   |   |   |   |-- GEF-Update-5.4.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   |-- I202001180300
|   |   |   |   |-- GEF-Update-5.4.0.zip
|   |   |   |   |-- GEF-Update-5.4.0.zip.md5
|   |   |   |   `-- build.cfg
|   |   |   `-- S202001140303
|   |   |       |-- GEF-Update-5.4.0M1.zip
|   |   |       |-- GEF-Update-5.4.0M1.zip.md5
|   |   |       `-- build.cfg
|   |   `-- legacy
|   |       `-- 4.0.0
|   |           `-- R201606061308
|   |               |-- GEF3-Update-4.0.0.zip
|   |               |-- GEF3-Update-4.0.0.zip.md5
|   |               `-- build.cfg
|   |-- index-old.php
|   |-- index.php
|   `-- translations
|       |-- NLpack-GEF-ALL-3.0.1.zip
|       |-- NLpack-GEF-runtime-3.0.1.zip
|       |-- NLpack1-GEF-ALL-3.1.1.zip
|       |-- NLpack1-GEF-SDK-3.2.zip
|       |-- NLpack1-GEF-runtime-3.1.1.zip
|       |-- NLpack1-GEF-runtime-3.2.zip
|       |-- NLpack1_FeatureOverlay-GEF-ALL-3.1.1.zip
|       |-- NLpack1_FeatureOverlay-GEF-runtime-3.1.1.zip
|       |-- NLpack2-GEF-ALL-3.1.1.zip
|       |-- NLpack2-GEF-SDK-3.2.zip
|       |-- NLpack2-GEF-runtime-3.1.1.zip
|       |-- NLpack2-GEF-runtime-3.2.zip
|       |-- NLpack2_FeatureOverlay-GEF-ALL-3.1.1.zip
|       |-- NLpack2_FeatureOverlay-GEF-runtime-3.1.1.zip
|       |-- NLpack2a-GEF-SDK-3.2.zip
|       |-- NLpack2a-GEF-runtime-3.2.zip
|       |-- NLpackBidi-GEF-ALL-3.1.1.zip
|       |-- NLpackBidi-GEF-SDK-3.2.zip
|       |-- NLpackBidi-GEF-runtime-3.1.1.zip
|       |-- NLpackBidi-GEF-runtime-3.2.zip
|       |-- NLpackBidi_FeatureOverlay-GEF-ALL-3.1.1.zip
|       `-- NLpackBidi_FeatureOverlay-GEF-runtime-3.1.1.zip
|-- gef4
|   |-- downloads
|   |   `-- drops
|   |       `-- 4.0.0
|   |           |-- I201606040817
|   |           |   |-- GEF4-Update-4.0.0RC4.zip
|   |           |   |-- GEF4-Update-4.0.0RC4.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201603221726
|   |           |   |-- GEF4-Update-4.0.0M6.zip
|   |           |   |-- GEF4-Update-4.0.0M6.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605021044
|   |           |   |-- GEF4-Update-4.0.0M7.zip
|   |           |   |-- GEF4-Update-4.0.0M7.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605040730
|   |           |   |-- GEF4-Update-4.0.0M7.zip
|   |           |   |-- GEF4-Update-4.0.0M7.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605161715
|   |           |   |-- GEF4-Update-4.0.0RC1.zip
|   |           |   |-- GEF4-Update-4.0.0RC1.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605181347
|   |           |   |-- GEF4-Update-4.0.0RC1.zip
|   |           |   |-- GEF4-Update-4.0.0RC1.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605231620
|   |           |   |-- GEF4-Update-4.0.0RC2.zip
|   |           |   |-- GEF4-Update-4.0.0RC2.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605231909
|   |           |   |-- GEF4-Update-4.0.0RC2.zip
|   |           |   |-- GEF4-Update-4.0.0RC2.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605241352
|   |           |   |-- GEF4-Update-4.0.0RC2.zip
|   |           |   |-- GEF4-Update-4.0.0RC2.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605251102
|   |           |   |-- GEF4-Update-4.0.0RC2.zip
|   |           |   |-- GEF4-Update-4.0.0RC2.zip.md5
|   |           |   `-- build.cfg
|   |           |-- S201605300959
|   |           |   |-- GEF4-Update-4.0.0RC3.zip
|   |           |   |-- GEF4-Update-4.0.0RC3.zip.md5
|   |           |   `-- build.cfg
|   |           `-- S201606040817
|   |               |-- GEF4-Update-4.0.0RC4.zip
|   |               |-- GEF4-Update-4.0.0RC4.zip.md5
|   |               `-- build.cfg
|   `-- updates
|       |-- integration
|       |   |-- 4.1.0_gef4-maintenance_141
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0_gef4-maintenance_152
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0_gef4-maintenance_162
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0_gef4-maintenance_164
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0_gef4-maintenance_167
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0_gef4-maintenance_174
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0_gef4-maintenance_186
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0_gef4-maintenance_193
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 5.0.0_gef4-master_3419
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- compositeArtifacts.xml
|       |   |-- compositeContent.xml
|       |   |-- p2.index
|       |   `-- pre_5.0.0_gef4-master_3419
|       |       |-- 4.0.0RC4_gef4-master_3393
|       |       |   |-- features
|       |       |   |-- index.html
|       |       |   |-- plugins
|       |       |   |-- site.properties
|       |       |   |-- site.xml
|       |       |   `-- web
|       |       |       `-- site.css
|       |       |-- 4.0.0_gef4-master_3404
|       |       |   |-- features
|       |       |   |-- index.html
|       |       |   |-- plugins
|       |       |   |-- site.properties
|       |       |   |-- site.xml
|       |       |   `-- web
|       |       |       `-- site.css
|       |       `-- 4.0.0_gef4-master_3411
|       |           |-- features
|       |           |-- index.html
|       |           |-- plugins
|       |           |-- site.properties
|       |           |-- site.xml
|       |           `-- web
|       |               `-- site.css
|       |-- milestones
|       |   |-- 3.11.0M2_gef4-master_2659
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 3.11.0M3_gef4-master_2783
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 3.11.0M4_gef4-master_2884
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 3.11.0M5_gef4-master_3012
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0M6_gef4-master_3123
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0M6_gef4-master_3127
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0M7_gef4-master_3264
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0M7_gef4-master_3274
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC1_gef4-master_3318
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC1_gef4-master_3325
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC2_gef4-master_3344
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC2_gef4-master_3347
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC2_gef4-master_3352
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC2_gef4-master_3356
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC3_gef4-master_3375
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC4_gef4-master_3393
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.0.0RC4_gef4-master_3401
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0M1_gef4-maintenance_147
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0RC1_gef4-maintenance_164
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0RC2_gef4-maintenance_169
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- 4.1.0RC3_gef4-maintenance_182
|       |   |   |-- features
|       |   |   |-- index.html
|       |   |   |-- plugins
|       |   |   |-- site.properties
|       |   |   |-- site.xml
|       |   |   `-- web
|       |   |       `-- site.css
|       |   |-- compositeArtifacts.xml
|       |   |-- compositeContent.xml
|       |   `-- p2.index
|       `-- releases
|           |-- 3.10.0_gef4-master_2452
|           |   |-- features
|           |   |-- index.html
|           |   |-- plugins
|           |   |-- site.properties
|           |   |-- site.xml
|           |   `-- web
|           |       `-- site.css
|           |-- 3.10.1_gef4-master_2627
|           |   |-- features
|           |   |-- index.html
|           |   |-- plugins
|           |   |-- site.properties
|           |   |-- site.xml
|           |   `-- web
|           |       `-- site.css
|           |-- 4.0.0_gef4-master_3401
|           |   |-- features
|           |   |-- index.html
|           |   |-- plugins
|           |   |-- site.properties
|           |   |-- site.xml
|           |   `-- web
|           |       `-- site.css
|           |-- 4.1.0_gef4-maintenance_182
|           |   |-- features
|           |   |-- index.html
|           |   |-- plugins
|           |   |-- site.properties
|           |   |-- site.xml
|           |   `-- web
|           |       `-- site.css
|           |-- compositeArtifacts.xml
|           |-- compositeContent.xml
|           `-- p2.index
|-- home_nav.html
|-- images
|   |-- Adarrow.gif
|   |-- EclipseBannerPic.jpg
|   |-- Idea.jpg
|   |-- c.gif
|   |-- ebugs-simple.GIF
|   |-- eclipse-org-simple-small.GIF
|   |-- eclipse-org-simple.GIF
|   |-- eclipse-org.GIF
|   |-- ecorner-simple.GIF
|   |-- eproject-simple.GIF
|   |-- error_tsk.gif
|   |-- etools-simple.GIF
|   |-- fp_banner.jpg
|   |-- gradient.jpg
|   `-- howto_banner.jpg
|-- nav_style.css
|-- update-site-before-3_4
|   |-- integrations
|   |   |-- features
|   |   |-- index.html
|   |   |-- plugins
|   |   |-- site-old.xml
|   |   |-- site.xml
|   |   `-- web
|   |       |-- site.css
|   |       `-- site.xsl
|   |-- milestones
|   |   |-- features
|   |   |-- index.html
|   |   |-- plugins
|   |   |-- site-old.xml
|   |   |-- site.xml
|   |   `-- web
|   |       |-- site.css
|   |       `-- site.xsl
|   `-- releases
|       |-- features
|       |-- index.html
|       |-- plugins
|       |-- site.xml
|       `-- web
|           |-- site.css
|           `-- site.xsl
|-- update-site-before-3_8
|   |-- digest.zip
|   |-- features
|   |-- interim
|   |   |-- features
|   |   |-- gef-gef-3.4-I_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.4-I_r1
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.4-I_r2
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.4-M_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.4-M_r1
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.4-M_r2
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.5-I_r0
|   |   |   |-- category-galileo.xml
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.5-I_r1
|   |   |   |-- category-galileo.xml
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.5-I_r2
|   |   |   |-- category-galileo.xml
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.5-M_r0
|   |   |   |-- category-galileo.xml
|   |   |   |-- category-ganymede.xml
|   |   |   |-- category-helios.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.6-I_r0
|   |   |   |-- category-ganymede.xml
|   |   |   |-- category-helios.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.6-M_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.7-I_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.7-M_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- plugins
|   |   |-- site-galileo.xml
|   |   |-- site-ganymede.xml
|   |   |-- site-helios.xml
|   |   `-- site.xml
|   |-- milestones
|   |   |-- digest.zip
|   |   |-- features
|   |   |-- gef-gef-3.7-S_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- plugins
|   |   |-- site-ganymede.xml
|   |   `-- site.xml
|   |-- plugins
|   |-- releases
|   |   |-- digest.zip
|   |   |-- features
|   |   |-- gef-gef-3.2-R_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.3-R_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.4-R_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.5-R_r0
|   |   |   |-- category-galileo.xml
|   |   |   |-- category-ganymede.xml
|   |   |   |-- category-helios.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.6-R_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- gef-gef-3.7-R_r0
|   |   |   |-- category-ganymede.xml
|   |   |   `-- category.xml
|   |   |-- plugins
|   |   |-- site-galileo.xml
|   |   |-- site-ganymede.xml
|   |   |-- site-helios.xml
|   |   `-- site.xml
|   |-- site-galileo.xml
|   |-- site-ganymede.xml
|   |-- site-helios.xml
|   |-- site-interim.xml
|   `-- site.xml
`-- updates
    |-- integration
    |   |-- 5.4.0_gef-master_5757
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.4.0_gef-master_lastStableBuild
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- compositeArtifacts.xml
    |   |-- compositeContent.xml
    |   `-- p2.index
    |-- legacy
    |   |-- integration
    |   |   |-- 4.0.0_gef-master_1952
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- 4.1.0_gef-legacy-maintenance_1254
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- 4.1.0_gef-legacy-maintenance_1268
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 4.1.0_gef-maintenance_1245
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- 4.1.0_gef-maintenance_1250
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_1978
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_1996
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2045
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2050
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2058
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2065
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2072
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2079
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2086
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2093
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2100
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2107
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2114
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2119
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2130
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2137
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2144
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2151
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2158
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-legacy-master_2166
    |   |   |   |-- artifacts.xml.xz
    |   |   |   |-- content.xml.xz
    |   |   |   |-- features
    |   |   |   |-- p2.index
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-master_1970
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- 5.0.0_gef-master_1975
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- compositeArtifacts.xml
    |   |   |-- compositeContent.xml
    |   |   `-- p2.index
    |   |-- milestones
    |   |   |-- 4.0.0_gef-master_1952
    |   |   |   |-- features
    |   |   |   `-- plugins
    |   |   |-- compositeArtifacts.xml
    |   |   |-- compositeContent.xml
    |   |   `-- p2.index
    |   `-- releases
    |       |-- 3.10.0_gef-master_1544
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.10.1_gef-maintenance_1205
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.4.0
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.4.1
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.4.2
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.5.0
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.5.1
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.5.2
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.6.0
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.6.1
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.6.2
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.7.0
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.7.1
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.7.2
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.8.0_gef-master_322
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.8.1_gef-maintenance_62
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.8.2_gef-maintenance_212
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.9.0_gef-master_679
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.9.100_gef-master_1130
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.9.101_gef-maintenance_810
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 3.9.1_gef-maintenance_433
    |       |   |-- features
    |       |   `-- plugins
    |       |-- 4.0.0_gef-master_1952
    |       |   |-- features
    |       |   `-- plugins
    |       |-- compositeArtifacts.xml
    |       |-- compositeContent.xml
    |       `-- p2.index
    |-- milestones
    |   |-- 5.0.0M7_gef-master_4321
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.1.0M2_gef-master_5449
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.2.0M3_gef-master_5578
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.2.0RC1_gef-master_5597
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.2.0RC2_gef-master_5603
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.3.0M1_gef-master_5647
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.3.0M2_gef-master_5671
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.3.0M3_gef-master_5699
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.3.0RC1_gef-master_5711
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.3.0_gef-master_5721
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- 5.4.0M1_gef-master_5757
    |   |   |-- artifacts.xml.xz
    |   |   |-- content.xml.xz
    |   |   |-- features
    |   |   |-- index.html
    |   |   |-- p2.index
    |   |   |-- plugins
    |   |   |-- site.properties
    |   |   |-- site.xml
    |   |   `-- web
    |   |       `-- site.css
    |   |-- compositeArtifacts.xml
    |   |-- compositeContent.xml
    |   `-- p2.index
    `-- releases
        |-- 5.0.0_gef-master_4403
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.0.100_gef-master_4914
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.0.1_gef-maintenance_73
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.0.200_gef-master_5058
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.0.2_gef-maintenance_164
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.0.300_gef-master_5215
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.0.400_gef-master_5261
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.1.0_gef-master_5509
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.2.0_gef-master_5609
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- 5.3.0_gef-master_5721
        |   |-- artifacts.xml.xz
        |   |-- content.xml.xz
        |   |-- features
        |   |-- index.html
        |   |-- p2.index
        |   |-- plugins
        |   |-- site.properties
        |   |-- site.xml
        |   `-- web
        |       `-- site.css
        |-- compositeArtifacts.xml
        |-- compositeContent.xml
        |-- p2.index
        `-- °

552 directories, 780 files
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 53 killed;
[ssh-agent] Stopped.
Finished: SUCCESS