Package Details: teamcity 2023.11.4-1

Git Clone URL: https://aur.archlinux.org/teamcity.git (read-only, click to copy)
Package Base: teamcity
Description: Continuous integration server from JetBrains
Upstream URL: http://www.jetbrains.com/teamcity/
Keywords: ci dev
Licenses: custom:JetBrains TeamCity
Submitter: None
Maintainer: dimavs
Last Packager: dimavs
Votes: 16
Popularity: 0.000000
First Submitted: 2012-07-23 17:48 (UTC)
Last Updated: 2024-03-04 23:28 (UTC)

Dependencies (1)

Required by (0)

Sources (6)

Latest Comments

1 2 3 4 5 Next › Last »

dimavs commented on 2023-10-18 05:28 (UTC)

I've updated to 2023.05.4 and also updated teamcity-agent.service

xuanwo commented on 2023-06-27 06:06 (UTC)

I'm not using teamcity anymore. Feel free to take this package. Thanks!

jrddunbr commented on 2023-06-27 05:52 (UTC)

Ended up needing to customize the teamcity-agent.service file to get it to work:

[Unit]
Description=TeamCity agent
After=network.target

[Service]
EnvironmentFile=/etc/conf.d/teamcity
ExecStart=/opt/teamcity/buildAgent/bin/agent.sh start
ExecStop=-/opt/teamcity/buildAgent/bin/agent.sh stop
Type=oneshot
Restart=no
TimeoutSec=30
RemainAfterExit=yes
User=teamcity
SuccessExitStauts=0 143

[Install]
WantedBy=default.target

Also, Java 8 is being phased out and they suggest to use Java 11. Java 17 doesn't work, despite being suggested here as being an option.

xuanwo commented on 2022-04-18 12:27 (UTC)

Package upgrade overwrites config files in /opt/teamcity/conf/ and /opt/teamcity/buildAgent/conf/

After adding backup, we will get the following warnings:

==> WARNING: backup entry file not in package : opt/teamcity/conf/
==> WARNING: backup entry file not in package : opt/teamcity/buildAgent/conf/

It seems that the package doesn't provide new confs.

The only change that this package introduce is

sed -e 's|=\.\.|=/var/lib/teamcity/buildAgent|g' -i "$pkgdir/opt/teamcity/buildAgent/conf/buildAgent.properties"

pht commented on 2022-04-18 12:07 (UTC)

Package upgrade overwrites config files in /opt/teamcity/conf/ and /opt/teamcity/buildAgent/conf/

Could you make these into pacnew style files?

xuanwo commented on 2022-02-27 16:07 (UTC)

2021.2.3 has been updated.

xuanwo commented on 2021-11-25 23:44 (UTC)

2021.2 has been updated.

xuanwo commented on 2020-07-21 18:06 (UTC)

2020.1.2 has been updated

xuanwo commented on 2020-06-29 10:09 (UTC)

2020.1.1 has been updated, please report here if not pacakged correctly.

Mastacheata commented on 2020-06-26 17:24 (UTC)

We no longer use TeamCity, I disowned the package. If anyone else would like to take over it's now up for grabs.