Skip to content

Commit

Permalink
This workaround is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Sep 16, 2016
1 parent a329e92 commit 4c54309
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,6 @@ addtorepo()
# function: cycle trough distributions
local distributions=("wheezy" "jessie" "trusty" "xenial")

# workaround since we dont't build utils for those
mkdir -p ../output/debs/extra/{wheezy,trusty}
ln -sf ../utils ../output/debs/extra/wheezy/utils
ln -sf ../utils ../output/debs/extra/trusty/utils

for release in "${distributions[@]}"; do

# let's drop from publish if exits
Expand Down

0 comments on commit 4c54309

Please sign in to comment.