Commit 4151c7b
authored
packaging/aix: remove hardcoded build tag list from stage 04 (#49906)
### What does this PR do?
Removes the hardcoded build tag lists from the comments in `04-agent.sh`. Build tags for both the agent and trace-agent are computed by `inv agent.build` / `inv trace-agent.build` from `tasks/build_tags.py` — listing them again in the stage script is redundant and will silently drift out of date when `build_tags.py` changes.
### Motivation
Avoid stale documentation that duplicates authoritative information already in `tasks/build_tags.py`.
### Describe how you validated your changes
Comment-only change, no functional impact.
### Additional Notes
N/A
Co-authored-by: pierre.gimalac <pierre.gimalac@datadoghq.com>1 parent be24f60 commit 4151c7b
1 file changed
Lines changed: 5 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
108 | 106 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
116 | 110 | | |
117 | 111 | | |
118 | 112 | | |
| |||
131 | 125 | | |
132 | 126 | | |
133 | 127 | | |
134 | | - | |
| 128 | + | |
135 | 129 | | |
136 | 130 | | |
137 | 131 | | |
| |||
0 commit comments