Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ffnw-firmware/siteconf
  • pic/siteconf
  • PowerPan/siteconf
  • netmon-sc/siteconf
  • floh1111/siteconf
  • lrnzo/siteconf
  • florian.lottes/siteconf
7 results
Show changes
Commits on Source (2)
......@@ -45,7 +45,7 @@ prepare_gluon:
- .patched
expire_in: 1 day
before_script:
- ( cd ..; [ $(git status | grep -c am) -eq 0 ] || git am --abort; )
- ( cd ..; [ $(git status | grep -c 'git am') -eq 0 ] || git am --abort; )
script:
- touch .patched
- ./buildscript.sh clean_patches
......