Click for anchor link Does the TSC approve Autorelease #178 to be Chlorine SR1 release?

Choices Your Vote Current Result: (5 Total Votes)
Yes
5 Votes , 100%
No
0 Votes , 0%

https://jenkins.opendaylight.org/releng/view/autorelease/job/autorelease-release-chlorine-mvn38-openjdk17/178/


Build logs are here :
https://s3-logs.opendaylight.org/logs/releng/vex-yul-odl-jenkins-1/autorelease-release-chlorine-mvn38-openjdk17/178/

this distro:
https://nexus.opendaylight.org/content/repositories//autorelease-6552/org/opendaylight/integration/karaf/0.17.2/karaf-0.17.2.zip


this distribution test:
https://jenkins.opendaylight.org/releng/view/autorelease/job/integration-distribution-test-chlorine/268/

  • No labels

4 Comments

  1. The executable scripts in `karaf-0.17.2/bin` are not marked as executable (they are missing x  flag).

    1. Anil Belur  and/or Venkatrangan Govindarajan is this something you can help resolve? 

    2. Hi Ivan
      Could you be more precise ?

      In the tarball, here is what I got once uncompressed.

      $ ls -lgG bin/

      total 4152
      -rwxr-xr-x 1 4073040 janv. 26 01:57 aaa-cli-jar.jar
      -rwxr-xr-x 1    1432 janv. 26 01:57 check_modules.sh
      -rwxr-xr-x 1    4232 janv. 26 01:57 client
      -rw-r--r-- 1    8336 janv. 26 01:57 client.bat
      -rwxr-xr-x 1    8328 janv. 26 01:57 configure-cluster-ipdetect.sh
      -rwxr-xr-x 1    7554 janv. 26 01:57 configure_cluster.sh
      drwxrwxr-x 2    4096 janv. 27 10:29 contrib
      -rwxr-xr-x 1     722 janv. 26 01:57 custom_shard_config.txt
      -rwxr-xr-x 1    2003 janv. 26 01:57 extract_modules.sh
      -rwxr-xr-x 1    9938 janv. 26 01:57 inc
      -rwxr-xr-x 1    4566 janv. 26 01:57 instance
      -rw-r--r-- 1    5763 janv. 26 01:57 instance.bat
      -rwxr-xr-x 1   13576 janv. 26 01:57 karaf
      -rw-r--r-- 1   18715 janv. 26 01:57 karaf.bat
      -rwxr-xr-x 1    2268 janv. 26 01:57 setenv
      -rw-r--r-- 1    2268 janv. 26 01:57 setenv.bat
      -rwxr-xr-x 1    2924 janv. 26 01:57 set_persistence.sh
      -rwxr-xr-x 1    4180 janv. 26 01:57 shell
      -rw-r--r-- 1    5049 janv. 26 01:57 shell.bat
      -rwxr-xr-x 1    2808 janv. 26 01:57 start
      -rw-r--r-- 1    2580 janv. 26 01:57 start.bat
      -rwxr-xr-x 1    2656 janv. 26 01:57 status
      -rw-r--r-- 1    2581 janv. 26 01:57 status.bat
      -rwxr-xr-x 1    2659 janv. 26 01:57 stop
      -rw-r--r-- 1    2577 janv. 26 01:57 stop.bat


      1. OK, I have used `zip` as is in link above. In that case you will see the same but without `x`. Now, I have downloaded `.tar.gz` and I can see what you see. `x` flags are there and I am satisfied.