Skip to content

Commit

Permalink
install: Update patch target for master.
Browse files Browse the repository at this point in the history
PR 245 has been merged, so move to asterisk_pr_if.
  • Loading branch information
InterLinked1 committed Dec 22, 2024
1 parent b314286 commit 0dec8e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phreaknet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2322,9 +2322,9 @@ phreak_patches() { # $1 = $PATCH_DIR, $2 = $AST_SRC_DIR
## merged into master, not yet in a release version (use asterisk_pr_if, e.g. asterisk_pr_if 399 210100 200600 182100)
asterisk_pr_if 961 220200 210700 201200 182700 # config.c: fix template inheritance/overrides
asterisk_pr_if 994 220200 210700 201200 182700 # FGD regression fix
asterisk_pr_if 245 220200 210700 201200 182700 # config.c: fix template inheritance/overrides

## Unmerged patches: remove or switch to asterisk_pr_if once merged
asterisk_pr_unconditional 245 # config.c: fix template inheritance/overrides
asterisk_pr_unconditional 918 # config.c #tryinclude fixes
asterisk_pr_unconditional 971 # config.c fix issues w/ whitespace in comments

Expand Down Expand Up @@ -3754,6 +3754,8 @@ elif [ "$cmd" = "docgen" ]; then
fi
rm /tmp/astdocgen.xml
printf "HTML documentation has been generated and is now saved to %s%s\n" "$AST_SOURCE_PARENT_DIR/$AST_SRC_DIR" "doc/index.html"
# To remove any packages installed purely for astdocgen:
# apt-get remove apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php8.2 libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.3-0 php php8.2 php8.2-xml
elif [ "$cmd" = "mkdocs" ]; then
cd $AST_SOURCE_PARENT_DIR
AST_SRC_DIR=`get_newest_astdir`
Expand Down

0 comments on commit 0dec8e0

Please sign in to comment.