You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Traffic Ops RPM is built and placed at infrastructure/cdn-in-a-box/traffic_ops/traffic_ops.rpm
What actually happened?
The RPM builds successfully but is not copied:
[...]
Results in 'dist':
total 32676
-rw-r--r-- 1 user user 89774 Jan 22 16:42 build-traffic_ops.log
-rw-r--r-- 1 user user 17229352 Jan 22 16:42 traffic_ops-8.0.0-12732.0c515199.el8.src.rpm
-rw-r--r-- 1 user user 16130264 Jan 22 16:42 traffic_ops-8.0.0-12732.0c515199.el8.x86_64.rpm
cp -f "../../dist/traffic_ops-8.0.0-0..el8.x86_64.rpm" "traffic_ops/traffic_ops.rpm"
cp: cannot stat '../../dist/traffic_ops-8.0.0-0..el8.x86_64.rpm': No such file or directory
make: *** [Makefile:169: traffic_ops/traffic_ops.rpm] Error 1
The RPM being built is traffic_ops-8.0.0-12732.0c515199.el8.x86_64.rpm, but the RPM the Makefile expects is traffic_ops-8.0.0-0..el8.x86_64.rpm (with a missing commit hash).
The Makefile should detect that we are not in a git repository and instead get the build number from BUILD_NUMBER.
This Bug Report affects these Traffic Control components:
What did you do?
What did you expect to happen?
Traffic Ops RPM is built and placed at
infrastructure/cdn-in-a-box/traffic_ops/traffic_ops.rpmWhat actually happened?
The RPM builds successfully but is not copied:
The RPM being built is
traffic_ops-8.0.0-12732.0c515199.el8.x86_64.rpm, but the RPM the Makefile expects istraffic_ops-8.0.0-0..el8.x86_64.rpm(with a missing commit hash).The Makefile should detect that we are not in a git repository and instead get the build number from
BUILD_NUMBER.