Skip to content
Snippets Groups Projects
Commit 104df48a authored by Luis Guzmán's avatar Luis Guzmán
Browse files

cargo: fix missing gitignore files

parent 6ba03a35
No related branches found
No related tags found
1 merge request!1003cargo: workaround missing .git folders
Pipeline #870 passed
...@@ -17,12 +17,13 @@ ...@@ -17,12 +17,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=0 VERSION=1
EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main' EXTERNAL='deb-src http://ppa.launchpadcontent.net/ubuntu-mozilla-security/rust-updates/ubuntu $UPSTREAM main'
REPOKEY=A6DCF7707EBC211F REPOKEY=A6DCF7707EBC211F
BACKPORTS=true BACKPORTS=true
. ./config . ./config
grep -lr 'project_root.join(\".git\").is_dir()' | xargs sed -i '/project_root.join(\".git\").is_dir()/d'
changelog "Import as dependency of newer abrowser deb dependencies." changelog "Import as dependency of newer abrowser deb dependencies."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment