Search Criteria
Package Details: artifactory-oss 7.12.5-1
Git Clone URL: | https://aur.archlinux.org/artifactory-oss.git (read-only, click to copy) |
---|---|
Package Base: | artifactory-oss |
Description: | Artifactory is an advanced Binary Repository Manager for use by build tools, dependency management tools and build servers |
Upstream URL: | https://bintray.com/jfrog/product/JFrog-Artifactory-Oss/view |
Keywords: | java |
Licenses: | |
Submitter: | yegorius |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 5 |
Popularity: | 0.000006 |
First Submitted: | 2016-06-08 12:18 |
Last Updated: | 2021-01-06 23:42 |
Dependencies (3)
- bash (bash-devel-git, bash-devel-static-git)
- java-runtime-headless (jdk5, tuxjdk, jre7-openjdk-headless-infinality, java-8-openjdk-shenandoah, jre8-openjdk-headless-infinality, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains-headless, jre8-openjdk-shenandoah-headless, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk-headless, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9-headless, jre11-jetbrains-headless-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk-headless, jre11-openjdk-headless, jre7-openjdk-headless, jre8-openjdk-headless)
- net-tools (net-tools-mptcp, net-tools-debian-ifconfig, net-tools-git)
Latest Comments
1 2 Next › Last »
mpento commented on 2020-03-07 14:54
Update to 6.18.0
mpento commented on 2020-03-07 14:47
@krevedko: yes, there is a message about this in artifactory-oss.install, it is a bit vague though. in any case, glad it's working for you.
krevedko commented on 2020-03-02 19:49
Clean-very-first-install produces errors:
artifactory.sh[75762]: Found java executable in JAVA_HOME (/usr/lib/jvm/default)
artifactory.sh[75788]: mkdir: cannot create directory '/opt/artifactory/logs/catalina': Permission denied
artifactory.sh[75762]: ** Could not create dir /opt/artifactory/logs/catalina
...
artifactory.sh[75976]: ln: failed to create symbolic link '/opt/artifactory/tomcat/logs ': Permission denied
artifactory.sh[75976]: ** Could not create link from /opt/artifactory/tomcat/logs to /opt/artifactory/logs/catalina
...
Resolved all via
chown -R artifactory:artifactory /opt/artifactory
andln -s /opt/artifactory /var/lib/artifactory
Looks like, this problem already described in PKGBUILD's install-message about using symlinks.
mpento commented on 2019-12-15 22:44
Update to 6.16.0
PrinceMachiavell commented on 2019-09-19 20:11
FYI, I upgraded from like a 5.6 to 6.11.6-1 release and had change the permissions on the following files from root:root to artifactory:artifactory for it to start & perform the upgrade.
/opt/artifactory/etc/mimetypes.xml /opt/artifactory/etc/logback.xml
mpento commented on 2019-08-17 14:27
Update to 6.11.6
mpento commented on 2019-06-20 11:35
Update to 6.10.4
mpento commented on 2019-05-22 00:38
Updated to 6.10.1
mpento commented on 2018-10-13 11:24
Updated to 6.5.0
dNhax commented on 2018-10-07 15:34
Hi mpento,
thank you for keeping this package updated. I created an alternative version for this package to install Artifactory the "Arch Way". Maybe you'd like to take a look at it.
https://github.com/dNhax/artifactory-oss
Best regards,
dNhax.