36627 Commits

Author SHA1 Message Date
2568a39396 Move make_xmllists script to tools directory and improve logging
All checks were successful
the build was successful
2019-03-12 15:39:56 +01:00
3a42fc4668 Fix temporary file and directory names
All checks were successful
the build was successful
2019-03-12 12:55:47 +01:00
e6821ed35a Improve local menus
All checks were successful
the build was successful
They now look much better (using a bootstrap navbar), allow for files
from multiple directories being included in a single menu (needed by the
news archive), and exclude all files name "*-template" (also needed by
the news archive).
2019-03-12 11:57:18 +01:00
40f9044019 Add feature to wake up news *and* events
All checks were successful
the build was successful
2019-03-12 01:51:47 +01:00
c06cc5974d Remove d_day from tags xmllists, since it's not needed
All checks were successful
the build was successful
2019-03-12 01:21:08 +01:00
0c6e202a69 Split news archive into separate files per year
All checks were successful
the build was successful
2019-03-12 00:53:16 +01:00
07ac7e3d34 Remove a few files from target directory output
All checks were successful
the build was successful
2019-03-11 22:49:38 +01:00
7f9f58c28c Minor code cleanup 2019-03-11 22:25:18 +01:00
cc4dc73de2 Minor tweak for log output
All checks were successful
the build was successful
2019-03-11 21:13:10 +01:00
be23ba3b57 Improve build status page
All checks were successful
the build was successful
2019-03-11 21:07:50 +01:00
89954e37cf Clean up logging and error handling
All checks were successful
the build was successful
2019-03-11 20:53:35 +01:00
fa0965202c Update status view to match latest changes
All checks were successful
the build was successful
2019-03-11 18:43:15 +01:00
a2577d9419 Finish switch to pattern rules in phase 2 Makefile
All checks were successful
the build was successful
2019-03-11 18:34:11 +01:00
f22a025540 Touch .xmllist if one of the files contained is newer 2019-03-11 16:54:24 +01:00
bdb6e1e0a1 Abort build run on error in phase 1 make 2019-03-11 16:53:31 +01:00
ddd30b8188 Avoid error message for builds without .xmllist file 2019-03-11 16:52:57 +01:00
d991f1bc43 Add generation of a few files in phase 1 that will help speed up phase 2
All checks were successful
the build was successful
2019-03-11 12:31:02 +01:00
b5759da7a0 Generate list of included XML files in prebuild run
All checks were successful
the build was successful
2019-03-11 02:35:51 +01:00
144a32ae93 Fix some makefile generation issues
All checks were successful
the build was successful
2019-03-10 17:27:59 +01:00
26b6286b1d Slightly change makefile layout
All checks were successful
the build was successful
2019-03-10 16:18:02 +01:00
9537759d6a Start the switch to pattern rules in makefile
All checks were successful
the build was successful
2019-03-10 15:39:23 +01:00
22ead941c7 Remove workaround for bug in GNU make 4.0
All checks were successful
the build was successful
claus.fsfeurope.org is now updated to make 4.1
2019-03-10 10:51:53 +01:00
e1d87f76f7 Fix escaping
All checks were successful
the build was successful
2019-03-10 09:42:05 +01:00
b6fdc52a8c Fix handling of error log.
All checks were successful
the build was successful
2019-03-10 01:44:30 +01:00
27d872e551 Change the directory for generated news xml files
All checks were successful
the build was successful
With this change, generated xml files for news articles are now built in
the same direcotry as the xhtml file lies in; this will enable us to
select news by year in .source files.
2019-03-10 01:21:12 +01:00
8a66b0e1f3 Make sure to create manifest file in the correct directory 2019-03-10 01:08:46 +01:00
0162ae68fe Reset error log for each build
All checks were successful
the build was successful
2019-03-09 21:31:20 +01:00
4d1c998d35 Improve default part of makefile
All checks were successful
the build was successful
The comma in "\$(file >manifest,)" avoids a segfault with GNU Make 4.0
2019-03-09 20:55:42 +01:00
40e85d3e09 Change order in makefile so "all" is the default rule 2019-03-09 19:07:16 +01:00
ed40a95bc2
replace @fsfeurope.org addresses, and thereby delete very outdated files
All checks were successful
the build was successful
2019-03-09 15:01:03 +01:00
abe3d83070 Update method to delete excess files
All checks were successful
the build was successful
The new method also works for generated files (for example tag lists for
not-anymore-existent tags). The change is also a preparation for
possible replacements of generated Makefile sections into pattern rules.
2019-03-09 01:21:03 +01:00
82007f9f58 Remove file with wrong filename
All checks were successful
the build was successful
2019-03-09 01:18:53 +01:00
15bec55f29 Merge branch 'master' of git.fsfe.org:FSFE/fsfe-website
All checks were successful
the build was successful
2019-03-08 16:33:42 +01:00
2580e19395 Remove a few unneeded files causing issues because of blanks in filenames 2019-03-08 16:32:33 +01:00
7891a6c979
new signature
All checks were successful
the build was successful
2019-03-08 14:24:59 +01:00
d707afef75
Merge PR #825
All checks were successful
the build was successful
2019-03-08 13:06:23 +01:00
4b103211d3 Fix typo in comment
All checks were successful
the build was successful
2019-03-08 10:01:07 +01:00
fb62dc0420
publish news
All checks were successful
the build was successful
2019-03-08 07:48:37 +01:00
857c33b436 Fix tag syntax
All checks were successful
the build was successful
2019-03-08 07:45:39 +01:00
3a10f9087a Beautify log output
All checks were successful
the build was successful
2019-03-08 01:19:50 +01:00
6f260bfded Don't allow : in tag names
All checks were successful
the build was successful
2019-03-08 00:31:56 +01:00
733fbfbe05 Remove some unneeded and confusing files
All checks were successful
the build was successful
2019-03-08 00:20:25 +01:00
4d1c76951d Completely rewrote tagmap generation
All checks were successful
the build was successful
Fixes #63
Fixes #591
2019-03-07 23:47:27 +01:00
2646e96981 ome typos
All checks were successful
the build was successful
2019-03-07 16:48:08 +01:00
eal
072a679bcf Merge branch 'newswomen' of eal/fsfe-website into master
All checks were successful
the build was successful
2019-03-07 15:29:56 +01:00
e3900de6fd adding news womens day
All checks were successful
the build was successful
2019-03-07 15:28:18 +01:00
eal
c9d097b845 Merge branch 'addinggabrielteam' of eal/fsfe-website into master
All checks were successful
the build was successful
2019-03-07 13:15:04 +01:00
6ddff6a5cc adding gabriel to care team
All checks were successful
the build was successful
2019-03-07 13:12:03 +01:00
107503736a adding gabriel to care team 2019-03-07 12:09:51 +01:00
8dfa1fefd9 Fix country code for Sweden
All checks were successful
the build was successful
2019-03-07 09:10:22 +01:00